From 78c8f5fd3a41f9be85a9db6300faff9be790e98f Mon Sep 17 00:00:00 2001 From: themesama Date: Thu, 11 May 2023 12:27:34 +0300 Subject: [PATCH] Move dependencies to dev dependencies - Moved IconWrapper component - Clear icons directory before generete for update new icons - Moved dependencies to dev dependencies - Fixed export name conflict (For example: Rename Stars to AstronomyStars) --- CHANGELOG.md | 6 + package-lock.json | 946 +++++++++++------- package.json | 20 +- src/{icons => }/IconWrapper.tsx | 2 +- src/generate.ts | 6 +- src/icons/Arrows/AltArrowDown.tsx | 2 +- src/icons/Arrows/AltArrowLeft.tsx | 2 +- src/icons/Arrows/AltArrowRight.tsx | 2 +- src/icons/Arrows/AltArrowUp.tsx | 2 +- src/icons/Arrows/ArrowDown.tsx | 2 +- src/icons/Arrows/ArrowLeft.tsx | 2 +- src/icons/Arrows/ArrowLeftDown.tsx | 2 +- src/icons/Arrows/ArrowLeftUp.tsx | 2 +- src/icons/Arrows/ArrowRight.tsx | 2 +- src/icons/Arrows/ArrowRightDown.tsx | 2 +- src/icons/Arrows/ArrowRightUp.tsx | 2 +- src/icons/Arrows/ArrowUp.tsx | 2 +- src/icons/Arrows/DoubleAltArrowDown.tsx | 2 +- src/icons/Arrows/DoubleAltArrowLeft.tsx | 2 +- src/icons/Arrows/DoubleAltArrowRight.tsx | 2 +- src/icons/Arrows/DoubleAltArrowUp.tsx | 2 +- src/icons/Arrows/Refresh.tsx | 2 +- src/icons/Arrows/RefreshCircle.tsx | 2 +- src/icons/Arrows/RefreshSquare.tsx | 2 +- src/icons/Arrows/Restart.tsx | 2 +- src/icons/Arrows/RestartCircle.tsx | 2 +- src/icons/Arrows/RestartSquare.tsx | 2 +- src/icons/Arrows/RoundAltArrowDown.tsx | 2 +- src/icons/Arrows/RoundAltArrowLeft.tsx | 2 +- src/icons/Arrows/RoundAltArrowRight.tsx | 2 +- src/icons/Arrows/RoundAltArrowUp.tsx | 2 +- src/icons/Arrows/RoundArrowDown.tsx | 2 +- src/icons/Arrows/RoundArrowLeft.tsx | 2 +- src/icons/Arrows/RoundArrowLeftDown.tsx | 2 +- src/icons/Arrows/RoundArrowLeftUp.tsx | 2 +- src/icons/Arrows/RoundArrowRight.tsx | 2 +- src/icons/Arrows/RoundArrowRightDown.tsx | 2 +- src/icons/Arrows/RoundArrowRightUp.tsx | 2 +- src/icons/Arrows/RoundArrowUp.tsx | 2 +- src/icons/Arrows/RoundDoubleAltArrowDown.tsx | 2 +- src/icons/Arrows/RoundDoubleAltArrowLeft.tsx | 2 +- src/icons/Arrows/RoundDoubleAltArrowRight.tsx | 2 +- src/icons/Arrows/RoundDoubleAltArrowUp.tsx | 2 +- src/icons/Arrows/RoundSortHorizontal.tsx | 2 +- src/icons/Arrows/RoundSortVertical.tsx | 2 +- src/icons/Arrows/RoundTransferDiagonal.tsx | 2 +- src/icons/Arrows/RoundTransferHorizontal.tsx | 2 +- src/icons/Arrows/RoundTransferVertical.tsx | 2 +- src/icons/Arrows/SortHorizontal.tsx | 2 +- src/icons/Arrows/SortVertical.tsx | 2 +- src/icons/Arrows/SquareAltArrowDown.tsx | 2 +- src/icons/Arrows/SquareAltArrowLeft.tsx | 2 +- src/icons/Arrows/SquareAltArrowRight.tsx | 2 +- src/icons/Arrows/SquareAltArrowUp.tsx | 2 +- src/icons/Arrows/SquareArrowDown.tsx | 2 +- src/icons/Arrows/SquareArrowLeft.tsx | 2 +- src/icons/Arrows/SquareArrowLeftDown.tsx | 2 +- src/icons/Arrows/SquareArrowLeftUp.tsx | 2 +- src/icons/Arrows/SquareArrowRight.tsx | 2 +- src/icons/Arrows/SquareArrowRightDown.tsx | 2 +- src/icons/Arrows/SquareArrowRightUp.tsx | 2 +- src/icons/Arrows/SquareArrowUp.tsx | 2 +- src/icons/Arrows/SquareDoubleAltArrowDown.tsx | 2 +- src/icons/Arrows/SquareDoubleAltArrowLeft.tsx | 2 +- .../Arrows/SquareDoubleAltArrowRight.tsx | 2 +- src/icons/Arrows/SquareDoubleAltArrowUp.tsx | 2 +- src/icons/Arrows/SquareSortHorizontal.tsx | 2 +- src/icons/Arrows/SquareSortVertical.tsx | 2 +- src/icons/Arrows/SquareTransferHorizontal.tsx | 2 +- src/icons/Arrows/SquareTransferVertical.tsx | 2 +- src/icons/Arrows/TransferHorizontal.tsx | 2 +- src/icons/Arrows/TransferVertical.tsx | 2 +- src/icons/ArrowsAction/ArrowToDownLeft.tsx | 2 +- src/icons/ArrowsAction/ArrowToDownRight.tsx | 2 +- src/icons/ArrowsAction/ArrowToTopLeft.tsx | 2 +- src/icons/ArrowsAction/ArrowToTopRight.tsx | 2 +- src/icons/ArrowsAction/CircleBottomDown.tsx | 2 +- src/icons/ArrowsAction/CircleBottomUp.tsx | 2 +- src/icons/ArrowsAction/CircleTopDown.tsx | 2 +- src/icons/ArrowsAction/CircleTopUp.tsx | 2 +- src/icons/ArrowsAction/Download.tsx | 2 +- .../ArrowsAction/DownloadMinimalistic.tsx | 2 +- src/icons/ArrowsAction/DownloadSquare.tsx | 2 +- .../ArrowsAction/DownloadTwiceSquare.tsx | 2 +- src/icons/ArrowsAction/Exit.tsx | 2 +- src/icons/ArrowsAction/Export.tsx | 2 +- src/icons/ArrowsAction/Forward.tsx | 2 +- src/icons/ArrowsAction/Forward2.tsx | 2 +- src/icons/ArrowsAction/Import.tsx | 2 +- src/icons/ArrowsAction/Login.tsx | 2 +- src/icons/ArrowsAction/Login2.tsx | 2 +- src/icons/ArrowsAction/Login3.tsx | 2 +- src/icons/ArrowsAction/Logout.tsx | 2 +- src/icons/ArrowsAction/Logout2.tsx | 2 +- src/icons/ArrowsAction/Logout3.tsx | 2 +- src/icons/ArrowsAction/Maximize.tsx | 2 +- src/icons/ArrowsAction/MaximizeSquare.tsx | 2 +- src/icons/ArrowsAction/MaximizeSquare2.tsx | 2 +- src/icons/ArrowsAction/MaximizeSquare3.tsx | 2 +- .../MaximizeSquareMinimalistic.tsx | 2 +- src/icons/ArrowsAction/Minimize.tsx | 2 +- src/icons/ArrowsAction/MinimizeSquare.tsx | 2 +- src/icons/ArrowsAction/MinimizeSquare2.tsx | 2 +- src/icons/ArrowsAction/MinimizeSquare3.tsx | 2 +- .../MinimizeSquareMinimalistic.tsx | 2 +- src/icons/ArrowsAction/Rearrange.tsx | 1 - src/icons/ArrowsAction/ReciveSquare.tsx | 2 +- src/icons/ArrowsAction/ReciveTwiceSquare.tsx | 2 +- src/icons/ArrowsAction/Reorder.tsx | 1 + src/icons/ArrowsAction/Reply.tsx | 2 +- src/icons/ArrowsAction/Reply2.tsx | 2 +- src/icons/ArrowsAction/Scale.tsx | 2 +- src/icons/ArrowsAction/ScreenShare.tsx | 2 +- src/icons/ArrowsAction/SendSquare.tsx | 2 +- src/icons/ArrowsAction/SendTwiceSquare.tsx | 2 +- src/icons/ArrowsAction/SquareBottomDown.tsx | 2 +- src/icons/ArrowsAction/SquareBottomUp.tsx | 2 +- src/icons/ArrowsAction/SquareTopDown.tsx | 2 +- src/icons/ArrowsAction/SquareTopUp.tsx | 2 +- src/icons/ArrowsAction/UndoLeft.tsx | 2 +- src/icons/ArrowsAction/UndoLeftRound.tsx | 2 +- .../ArrowsAction/UndoLeftRoundSquare.tsx | 2 +- src/icons/ArrowsAction/UndoLeftSquare.tsx | 2 +- src/icons/ArrowsAction/UndoRight.tsx | 2 +- src/icons/ArrowsAction/UndoRightRound.tsx | 2 +- .../ArrowsAction/UndoRightRoundSquare.tsx | 2 +- src/icons/ArrowsAction/UndoRightSquare.tsx | 2 +- src/icons/ArrowsAction/Upload.tsx | 2 +- src/icons/ArrowsAction/UploadMinimalistic.tsx | 2 +- src/icons/ArrowsAction/UploadSquare.tsx | 2 +- src/icons/ArrowsAction/UploadTwiceSquare.tsx | 2 +- src/icons/ArrowsAction/index.tsx | 4 +- src/icons/Astronomy/Asteroid.tsx | 2 +- src/icons/Astronomy/Atom.tsx | 2 +- src/icons/Astronomy/BlackHole.tsx | 2 +- src/icons/Astronomy/BlackHole2.tsx | 2 +- src/icons/Astronomy/BlackHole3.tsx | 2 +- src/icons/Astronomy/Earth.tsx | 2 +- src/icons/Astronomy/Infinity.tsx | 2 +- src/icons/Astronomy/Men.tsx | 2 +- src/icons/Astronomy/Planet.tsx | 2 +- src/icons/Astronomy/Planet2.tsx | 2 +- src/icons/Astronomy/Planet3.tsx | 2 +- src/icons/Astronomy/Planet4.tsx | 2 +- src/icons/Astronomy/Rocket.tsx | 2 +- src/icons/Astronomy/Rocket2.tsx | 2 +- src/icons/Astronomy/Satellite.tsx | 2 +- src/icons/Astronomy/Star.tsx | 2 +- src/icons/Astronomy/Star2.tsx | 1 - src/icons/Astronomy/StarAngle.tsx | 2 +- src/icons/Astronomy/StarCircle.tsx | 2 +- src/icons/Astronomy/StarFall.tsx | 2 +- src/icons/Astronomy/StarFall2.tsx | 2 +- src/icons/Astronomy/StarFallMinimalistic.tsx | 2 +- src/icons/Astronomy/StarFallMinimalistic2.tsx | 2 +- src/icons/Astronomy/StarRainbow.tsx | 2 +- src/icons/Astronomy/StarRing.tsx | 2 +- src/icons/Astronomy/StarRings.tsx | 2 +- src/icons/Astronomy/Stars.tsx | 1 + src/icons/Astronomy/StarsLine.tsx | 2 +- src/icons/Astronomy/StarsMinimalistic.tsx | 2 +- src/icons/Astronomy/UFO.tsx | 2 +- src/icons/Astronomy/UFO2.tsx | 2 +- src/icons/Astronomy/UFO3.tsx | 2 +- src/icons/Astronomy/Women.tsx | 2 +- src/icons/Astronomy/index.tsx | 2 +- .../BuildingInfrastructure/Buildings.tsx | 2 +- .../BuildingInfrastructure/Buildings2.tsx | 2 +- .../BuildingInfrastructure/Buildings3.tsx | 2 +- src/icons/BuildingInfrastructure/City.tsx | 2 +- src/icons/BuildingInfrastructure/Garage.tsx | 2 +- src/icons/BuildingInfrastructure/Home.tsx | 1 + src/icons/BuildingInfrastructure/Hospital.tsx | 2 +- src/icons/BuildingInfrastructure/House.tsx | 1 - src/icons/BuildingInfrastructure/index.tsx | 2 +- src/icons/BusinessStatistic/Chart.tsx | 2 +- src/icons/BusinessStatistic/Chart2.tsx | 2 +- src/icons/BusinessStatistic/ChartSquare.tsx | 2 +- src/icons/BusinessStatistic/ChatSquare2.tsx | 2 +- src/icons/BusinessStatistic/CourseDown.tsx | 2 +- src/icons/BusinessStatistic/CourseUp.tsx | 2 +- src/icons/BusinessStatistic/DiagramDown.tsx | 2 +- src/icons/BusinessStatistic/DiagramUp.tsx | 2 +- src/icons/BusinessStatistic/Graph.tsx | 2 +- src/icons/BusinessStatistic/GraphDown.tsx | 2 +- src/icons/BusinessStatistic/GraphDownNew.tsx | 2 +- src/icons/BusinessStatistic/GraphNew.tsx | 2 +- src/icons/BusinessStatistic/GraphNewUp.tsx | 2 +- src/icons/BusinessStatistic/GraphUp.tsx | 2 +- src/icons/BusinessStatistic/PieChart.tsx | 2 +- src/icons/BusinessStatistic/PieChart2.tsx | 2 +- src/icons/BusinessStatistic/PieChart3.tsx | 2 +- .../BusinessStatistic/PresentationGraph.tsx | 2 +- src/icons/BusinessStatistic/RoundGraph.tsx | 2 +- src/icons/Call/CallCancel.tsx | 2 +- src/icons/Call/CallCancelRounded.tsx | 2 +- src/icons/Call/CallChat.tsx | 2 +- src/icons/Call/CallChatRounded.tsx | 2 +- src/icons/Call/CallDropped.tsx | 2 +- src/icons/Call/CallDroppedRounded.tsx | 2 +- src/icons/Call/CallMedicine.tsx | 2 +- src/icons/Call/CallMedicineRounded.tsx | 2 +- src/icons/Call/EndCall.tsx | 2 +- src/icons/Call/EndCallRounded.tsx | 2 +- src/icons/Call/IncomingCall.tsx | 2 +- src/icons/Call/IncomingCallRounded.tsx | 2 +- src/icons/Call/OutgoingCall.tsx | 2 +- src/icons/Call/OutgoingCallRounded.tsx | 2 +- src/icons/Call/Phone.tsx | 2 +- src/icons/Call/PhoneCalling.tsx | 2 +- src/icons/Call/PhoneCallingRounded.tsx | 2 +- src/icons/Call/PhoneRounded.tsx | 2 +- src/icons/Call/RecordCall.tsx | 1 - src/icons/Call/RecordCallCircle.tsx | 1 - src/icons/Call/RecordCallSquare.tsx | 1 - src/icons/Call/RecordCircle.tsx | 1 + src/icons/Call/RecordMinimalistic.tsx | 1 + src/icons/Call/RecordSquare.tsx | 1 + src/icons/Call/index.tsx | 6 +- src/icons/DesignTools/AlignBottom.tsx | 2 +- .../DesignTools/AlignHorizontaSpacing.tsx | 2 +- .../DesignTools/AlignHorizontalCenter.tsx | 2 +- src/icons/DesignTools/AlignLeft.tsx | 2 +- src/icons/DesignTools/AlignRight.tsx | 2 +- src/icons/DesignTools/AlignTop.tsx | 2 +- src/icons/DesignTools/AlignVerticalCenter.tsx | 2 +- .../DesignTools/AlignVerticalSpacing.tsx | 2 +- src/icons/DesignTools/ColourTuneing.tsx | 2 +- src/icons/DesignTools/Crop.tsx | 2 +- src/icons/DesignTools/CropMinimalistic.tsx | 2 +- src/icons/DesignTools/Filters.tsx | 2 +- src/icons/DesignTools/FlipHorizontal.tsx | 2 +- src/icons/DesignTools/FlipVertical.tsx | 2 +- src/icons/DesignTools/Layers.tsx | 2 +- src/icons/DesignTools/LayersMinimalistic.tsx | 2 +- src/icons/DesignTools/MirrorLeft.tsx | 2 +- src/icons/DesignTools/MirrorRight.tsx | 2 +- src/icons/DesignTools/PaintRoller.tsx | 2 +- src/icons/DesignTools/Palette.tsx | 2 +- src/icons/DesignTools/PaletteRound.tsx | 2 +- src/icons/DesignTools/Pallete2.tsx | 2 +- src/icons/DesignTools/Pipette.tsx | 2 +- src/icons/DesignTools/RadialBlur.tsx | 2 +- src/icons/DesignTools/Ruler.tsx | 2 +- src/icons/DesignTools/RulerAngular.tsx | 2 +- src/icons/DesignTools/RulerCrossPen.tsx | 2 +- src/icons/DesignTools/RulerPen.tsx | 2 +- src/icons/DesignTools/ThreeSquares.tsx | 2 +- src/icons/DesignTools/index.tsx | 2 +- src/icons/ElectronicDevices/Airbuds.tsx | 2 +- src/icons/ElectronicDevices/AirbudsCase.tsx | 2 +- .../ElectronicDevices/AirbudsCaseCharge.tsx | 2 +- .../AirbudsCaseMinimalistic.tsx | 2 +- .../ElectronicDevices/AirbudsCaseOpen.tsx | 2 +- src/icons/ElectronicDevices/AirbudsCharge.tsx | 2 +- src/icons/ElectronicDevices/AirbudsCheck.tsx | 2 +- src/icons/ElectronicDevices/AirbudsLeft.tsx | 2 +- src/icons/ElectronicDevices/AirbudsRemove.tsx | 2 +- src/icons/ElectronicDevices/AirbudsRight.tsx | 2 +- src/icons/ElectronicDevices/Bluetooth.tsx | 2 +- .../ElectronicDevices/BluetoothCircle.tsx | 2 +- .../ElectronicDevices/BluetoothSquare.tsx | 2 +- src/icons/ElectronicDevices/BluetoothWave.tsx | 2 +- src/icons/ElectronicDevices/Boombox.tsx | 2 +- src/icons/ElectronicDevices/CPU.tsx | 2 +- src/icons/ElectronicDevices/CPUBolt.tsx | 2 +- src/icons/ElectronicDevices/Cassette.tsx | 2 +- src/icons/ElectronicDevices/Cassette2.tsx | 2 +- src/icons/ElectronicDevices/CloudStorage.tsx | 2 +- src/icons/ElectronicDevices/Devices.tsx | 2 +- src/icons/ElectronicDevices/Diskette.tsx | 2 +- src/icons/ElectronicDevices/Display.tsx | 2 +- src/icons/ElectronicDevices/FlashDrive.tsx | 2 +- src/icons/ElectronicDevices/Gameboy.tsx | 2 +- src/icons/ElectronicDevices/Gamepad.tsx | 2 +- src/icons/ElectronicDevices/GamepadCharge.tsx | 2 +- .../ElectronicDevices/GamepadMinimalistic.tsx | 2 +- .../ElectronicDevices/GamepadNoCharge.tsx | 2 +- src/icons/ElectronicDevices/GamepadOld.tsx | 2 +- .../ElectronicDevices/HeadphonesRound.tsx | 2 +- .../HeadphonesRoundSound.tsx | 2 +- .../ElectronicDevices/HeadphonesSquare.tsx | 2 +- .../HeadphonesSquareSound.tsx | 2 +- src/icons/ElectronicDevices/IPhone.tsx | 2 +- src/icons/ElectronicDevices/Keyboard.tsx | 2 +- src/icons/ElectronicDevices/Laptop.tsx | 2 +- src/icons/ElectronicDevices/Laptop2.tsx | 2 +- src/icons/ElectronicDevices/Laptop3.tsx | 2 +- .../ElectronicDevices/LaptopMinimalistic.tsx | 2 +- src/icons/ElectronicDevices/Lightbulb.tsx | 2 +- src/icons/ElectronicDevices/LightbulbBolt.tsx | 2 +- .../LightbulbMinimalistic.tsx | 2 +- src/icons/ElectronicDevices/Lightning.tsx | 2 +- src/icons/ElectronicDevices/Monitor.tsx | 2 +- src/icons/ElectronicDevices/MonitorCamera.tsx | 2 +- .../ElectronicDevices/MonitorSmartphone.tsx | 2 +- src/icons/ElectronicDevices/Mouse.tsx | 2 +- src/icons/ElectronicDevices/MouseCircle.tsx | 2 +- .../ElectronicDevices/MouseMinimalistic.tsx | 2 +- src/icons/ElectronicDevices/PlugCircle.tsx | 2 +- src/icons/ElectronicDevices/Printer.tsx | 2 +- src/icons/ElectronicDevices/Printer2.tsx | 2 +- .../ElectronicDevices/PrinterMinimalistic.tsx | 2 +- src/icons/ElectronicDevices/Projector.tsx | 2 +- src/icons/ElectronicDevices/Radio.tsx | 2 +- .../ElectronicDevices/RadioMinimalistic.tsx | 2 +- src/icons/ElectronicDevices/SDCard.tsx | 2 +- src/icons/ElectronicDevices/SIMCard.tsx | 2 +- .../ElectronicDevices/SIMCardMinimalistic.tsx | 2 +- src/icons/ElectronicDevices/SIMCards.tsx | 2 +- src/icons/ElectronicDevices/SSDRound.tsx | 2 +- src/icons/ElectronicDevices/SSDSquare.tsx | 2 +- src/icons/ElectronicDevices/Server.tsx | 2 +- src/icons/ElectronicDevices/Server2.tsx | 2 +- .../ElectronicDevices/ServerMinimalistic.tsx | 2 +- src/icons/ElectronicDevices/ServerPath.tsx | 2 +- src/icons/ElectronicDevices/ServerSquare.tsx | 2 +- .../ElectronicDevices/ServerSquareCloud.tsx | 2 +- .../ElectronicDevices/ServerSquareUpdate.tsx | 2 +- src/icons/ElectronicDevices/SmartSpeaker.tsx | 2 +- src/icons/ElectronicDevices/SmartSpeaker2.tsx | 2 +- .../SmartSpeakerMinimalistic.tsx | 2 +- src/icons/ElectronicDevices/Smartphone.tsx | 2 +- src/icons/ElectronicDevices/Smartphone2.tsx | 2 +- .../ElectronicDevices/SmartphoneRotate2.tsx | 2 +- .../SmartphoneRotateAngle.tsx | 2 +- .../SmartphoneRotateOrientation.tsx | 2 +- .../ElectronicDevices/SmartphoneUpdate.tsx | 2 +- .../ElectronicDevices/SmartphoneVibration.tsx | 2 +- src/icons/ElectronicDevices/Socket.tsx | 2 +- src/icons/ElectronicDevices/TV.tsx | 2 +- src/icons/ElectronicDevices/Tablet.tsx | 2 +- src/icons/ElectronicDevices/Telescope.tsx | 2 +- src/icons/ElectronicDevices/Turntable.tsx | 2 +- .../TurntableMinimalistic.tsx | 2 +- .../ElectronicDevices/TurntableMusicNote.tsx | 2 +- src/icons/ElectronicDevices/Weigher.tsx | 2 +- .../ElectronicDevices/WirelessCharge.tsx | 2 +- src/icons/ElectronicDevices/index.tsx | 22 +- src/icons/EssentionalUi/Accessibility.tsx | 2 +- src/icons/EssentionalUi/AddCircle.tsx | 2 +- src/icons/EssentionalUi/AddSquare.tsx | 2 +- src/icons/EssentionalUi/AugmentedReality.tsx | 2 +- src/icons/EssentionalUi/Balloon.tsx | 2 +- src/icons/EssentionalUi/BatteryCharge.tsx | 2 +- .../BatteryChargeMinimalistic.tsx | 2 +- src/icons/EssentionalUi/BatteryFull.tsx | 2 +- .../EssentionalUi/BatteryFullMinimalistic.tsx | 2 +- src/icons/EssentionalUi/BatteryHalf.tsx | 2 +- .../EssentionalUi/BatteryHalfMinimalistic.tsx | 2 +- src/icons/EssentionalUi/BatteryLow.tsx | 2 +- .../EssentionalUi/BatteryLowMinimalistic.tsx | 2 +- src/icons/EssentionalUi/Body.tsx | 2 +- src/icons/EssentionalUi/Bolt.tsx | 2 +- src/icons/EssentionalUi/BoltCircle.tsx | 2 +- src/icons/EssentionalUi/Box.tsx | 2 +- src/icons/EssentionalUi/BoxMinimalistic.tsx | 2 +- src/icons/EssentionalUi/Broom.tsx | 2 +- src/icons/EssentionalUi/Cat.tsx | 2 +- src/icons/EssentionalUi/CheckCircle.tsx | 2 +- src/icons/EssentionalUi/CheckSquare.tsx | 2 +- src/icons/EssentionalUi/CloseCircle.tsx | 2 +- src/icons/EssentionalUi/CloseSquare.tsx | 2 +- src/icons/EssentionalUi/Confetti.tsx | 2 +- .../EssentionalUi/ConfettiMinimalistic.tsx | 2 +- src/icons/EssentionalUi/Copy.tsx | 2 +- src/icons/EssentionalUi/Copyright.tsx | 2 +- src/icons/EssentionalUi/Cosmetic.tsx | 2 +- src/icons/EssentionalUi/CreativeCommons.tsx | 2 +- src/icons/EssentionalUi/Crown.tsx | 2 +- src/icons/EssentionalUi/CrownLine.tsx | 2 +- src/icons/EssentionalUi/CrownMinimalistic.tsx | 2 +- src/icons/EssentionalUi/CrownStar.tsx | 2 +- src/icons/EssentionalUi/Cup.tsx | 2 +- src/icons/EssentionalUi/CupFirst.tsx | 2 +- src/icons/EssentionalUi/CupMusic.tsx | 2 +- src/icons/EssentionalUi/CupStar.tsx | 2 +- src/icons/EssentionalUi/Cursor.tsx | 2 +- src/icons/EssentionalUi/CursorSquare.tsx | 2 +- src/icons/EssentionalUi/Danger.tsx | 2 +- src/icons/EssentionalUi/DangerCircle.tsx | 2 +- src/icons/EssentionalUi/DangerSquare.tsx | 2 +- src/icons/EssentionalUi/DangerTriangle.tsx | 2 +- src/icons/EssentionalUi/Database.tsx | 2 +- src/icons/EssentionalUi/Delivery.tsx | 2 +- src/icons/EssentionalUi/Explicit.tsx | 2 +- src/icons/EssentionalUi/Feed.tsx | 2 +- src/icons/EssentionalUi/FerrisWheel.tsx | 2 +- src/icons/EssentionalUi/Figma.tsx | 2 +- src/icons/EssentionalUi/Filter.tsx | 2 +- src/icons/EssentionalUi/Flag.tsx | 2 +- src/icons/EssentionalUi/Flag2.tsx | 2 +- src/icons/EssentionalUi/Flashlight.tsx | 2 +- src/icons/EssentionalUi/FlashlightOn.tsx | 2 +- src/icons/EssentionalUi/Forbidden.tsx | 2 +- src/icons/EssentionalUi/ForbiddenCircle.tsx | 2 +- src/icons/EssentionalUi/FourK.tsx | 2 +- src/icons/EssentionalUi/Fuel.tsx | 2 +- src/icons/EssentionalUi/Ghost.tsx | 2 +- src/icons/EssentionalUi/GhostSmile.tsx | 2 +- src/icons/EssentionalUi/Gift.tsx | 2 +- src/icons/EssentionalUi/Glasses.tsx | 2 +- src/icons/EssentionalUi/HamburgerMenu.tsx | 2 +- src/icons/EssentionalUi/HandMirror.tsx | 1 - src/icons/EssentionalUi/Hanger.tsx | 2 +- src/icons/EssentionalUi/Hanger2.tsx | 2 +- src/icons/EssentionalUi/Help.tsx | 2 +- src/icons/EssentionalUi/HighDefinition.tsx | 2 +- src/icons/EssentionalUi/HighQuality.tsx | 2 +- src/icons/EssentionalUi/Home.tsx | 2 +- src/icons/EssentionalUi/Home2.tsx | 2 +- src/icons/EssentionalUi/HomeAdd.tsx | 2 +- src/icons/EssentionalUi/HomeAddAngle.tsx | 2 +- src/icons/EssentionalUi/HomeAngle.tsx | 2 +- src/icons/EssentionalUi/HomeAngle2.tsx | 2 +- src/icons/EssentionalUi/HomeSmile.tsx | 2 +- src/icons/EssentionalUi/HomeSmileAngle.tsx | 2 +- src/icons/EssentionalUi/HomeWifi.tsx | 2 +- src/icons/EssentionalUi/HomeWifiAngle.tsx | 2 +- src/icons/EssentionalUi/InfoCircle.tsx | 2 +- src/icons/EssentionalUi/InfoSquare.tsx | 2 +- src/icons/EssentionalUi/MagicStick.tsx | 2 +- src/icons/EssentionalUi/MagicStick2.tsx | 2 +- src/icons/EssentionalUi/MagicStick3.tsx | 2 +- src/icons/EssentionalUi/Magnet.tsx | 2 +- src/icons/EssentionalUi/MagnetWave.tsx | 2 +- src/icons/EssentionalUi/MaskHapply.tsx | 2 +- src/icons/EssentionalUi/MaskSad.tsx | 2 +- src/icons/EssentionalUi/Masks.tsx | 2 +- src/icons/EssentionalUi/MentionCircle.tsx | 2 +- src/icons/EssentionalUi/MentionSquare.tsx | 2 +- src/icons/EssentionalUi/MenuDots.tsx | 2 +- src/icons/EssentionalUi/MenuDotsCircle.tsx | 2 +- src/icons/EssentionalUi/MenuDotsSquare.tsx | 2 +- src/icons/EssentionalUi/MinusCircle.tsx | 2 +- src/icons/EssentionalUi/MinusSquare.tsx | 2 +- src/icons/EssentionalUi/Mirror.tsx | 1 + src/icons/EssentionalUi/PaperBin.tsx | 2 +- src/icons/EssentionalUi/Paw.tsx | 2 +- src/icons/EssentionalUi/Perfume.tsx | 2 +- src/icons/EssentionalUi/Pin.tsx | 2 +- src/icons/EssentionalUi/PinCircle.tsx | 2 +- src/icons/EssentionalUi/PinList.tsx | 2 +- src/icons/EssentionalUi/Plate.tsx | 2 +- .../EssentionalUi/PostsCarouselHorizontal.tsx | 2 +- .../EssentionalUi/PostsCarouselVertical.tsx | 2 +- src/icons/EssentionalUi/Power.tsx | 2 +- src/icons/EssentionalUi/QuestionCircle.tsx | 2 +- src/icons/EssentionalUi/QuestionSquare.tsx | 2 +- src/icons/EssentionalUi/Reorder.tsx | 2 +- src/icons/EssentionalUi/Revote.tsx | 2 +- src/icons/EssentionalUi/Scissors.tsx | 2 +- src/icons/EssentionalUi/ScissorsSquare.tsx | 2 +- src/icons/EssentionalUi/Share.tsx | 2 +- src/icons/EssentionalUi/ShareCircle.tsx | 2 +- src/icons/EssentionalUi/Skirt.tsx | 2 +- src/icons/EssentionalUi/Sledgehammer.tsx | 2 +- src/icons/EssentionalUi/Sleeping.tsx | 2 +- src/icons/EssentionalUi/SliderHorizontal.tsx | 2 +- .../SliderMinimalisticHorizontal.tsx | 2 +- src/icons/EssentionalUi/SliderVertical.tsx | 2 +- .../SliderVerticalMinimalistic.tsx | 2 +- src/icons/EssentionalUi/SmartHome.tsx | 2 +- src/icons/EssentionalUi/SmartHomeAngle.tsx | 2 +- src/icons/EssentionalUi/Sort.tsx | 2 +- src/icons/EssentionalUi/SpecialEffects.tsx | 2 +- src/icons/EssentionalUi/Subtitles.tsx | 2 +- src/icons/EssentionalUi/Target.tsx | 2 +- src/icons/EssentionalUi/Traffic.tsx | 2 +- src/icons/EssentionalUi/TrafficEconomy.tsx | 2 +- src/icons/EssentionalUi/TrashBin2.tsx | 2 +- .../EssentionalUi/TrashBinMinimalistic.tsx | 2 +- .../EssentionalUi/TrashBinMinimalistic2.tsx | 2 +- src/icons/EssentionalUi/TrashBinTrash.tsx | 2 +- src/icons/EssentionalUi/Tshirt.tsx | 2 +- src/icons/EssentionalUi/Umbrella.tsx | 2 +- src/icons/EssentionalUi/Waterdrop.tsx | 2 +- src/icons/EssentionalUi/WinRar.tsx | 2 +- src/icons/EssentionalUi/XXX.tsx | 2 +- src/icons/EssentionalUi/index.tsx | 4 +- .../ConfoundedCircle.tsx | 2 +- .../ConfoundedSquare.tsx | 2 +- .../EmojiFunnyCircle.tsx | 2 +- .../EmojiFunnySquare.tsx | 2 +- .../ExpressionlessCircle.tsx | 2 +- .../ExpressionlessSquare.tsx | 2 +- .../FacesEmotionsStickers/FaceScanCircle.tsx | 2 +- .../FacesEmotionsStickers/FaceScanSquare.tsx | 2 +- .../FacesEmotionsStickers/FacemaskCircle.tsx | 2 +- .../FacesEmotionsStickers/FacemaskSquare.tsx | 2 +- src/icons/FacesEmotionsStickers/SadCircle.tsx | 2 +- src/icons/FacesEmotionsStickers/SadSquare.tsx | 2 +- .../FacesEmotionsStickers/SleepingCircle.tsx | 2 +- .../FacesEmotionsStickers/SleepingSquare.tsx | 2 +- .../FacesEmotionsStickers/SmileCircle.tsx | 2 +- .../FacesEmotionsStickers/SmileSquare.tsx | 2 +- .../FacesEmotionsStickers/StickerCircle.tsx | 2 +- .../StickerSmileCircle.tsx | 2 +- .../StickerSmileCircle2.tsx | 2 +- .../StickerSmileSquare.tsx | 2 +- .../FacesEmotionsStickers/StickerSquare.tsx | 2 +- src/icons/FacesEmotionsStickers/index.tsx | 4 +- src/icons/Files/CloudFile.tsx | 2 +- src/icons/Files/CodeFile.tsx | 2 +- src/icons/Files/FigmaFile.tsx | 2 +- src/icons/Files/File.tsx | 2 +- src/icons/Files/FileCheck.tsx | 2 +- src/icons/Files/FileCorrupted.tsx | 2 +- src/icons/Files/FileDownload.tsx | 2 +- src/icons/Files/FileFavourite.tsx | 2 +- src/icons/Files/FileLeft.tsx | 2 +- src/icons/Files/FileRemove.tsx | 2 +- src/icons/Files/FileRight.tsx | 2 +- src/icons/Files/FileSend.tsx | 2 +- src/icons/Files/FileSmile.tsx | 2 +- src/icons/Files/FileText.tsx | 2 +- src/icons/Files/ZIPFile.tsx | 2 +- src/icons/Folders/AddFolder.tsx | 2 +- src/icons/Folders/Folder.tsx | 2 +- src/icons/Folders/Folder2.tsx | 2 +- src/icons/Folders/FolderCheck.tsx | 2 +- src/icons/Folders/FolderCloud.tsx | 2 +- src/icons/Folders/FolderError.tsx | 2 +- src/icons/Folders/FolderFavouriteBookmark.tsx | 2 +- src/icons/Folders/FolderFavouriteStar.tsx | 2 +- src/icons/Folders/FolderOpen.tsx | 2 +- src/icons/Folders/FolderPathConnect.tsx | 2 +- src/icons/Folders/FolderSecurity.tsx | 2 +- src/icons/Folders/FolderWithFiles.tsx | 2 +- src/icons/Folders/MoveToFolder.tsx | 2 +- src/icons/Folders/RemoveFolder.tsx | 2 +- src/icons/FoodKitchen/Bottle.tsx | 2 +- src/icons/FoodKitchen/ChefHat.tsx | 2 +- src/icons/FoodKitchen/ChefHatHeart.tsx | 2 +- src/icons/FoodKitchen/ChefHatMinimalistic.tsx | 2 +- src/icons/FoodKitchen/Corkscrew.tsx | 2 +- src/icons/FoodKitchen/Cup.tsx | 1 + src/icons/FoodKitchen/CupHot.tsx | 2 +- src/icons/FoodKitchen/CupMinimalistic.tsx | 1 - src/icons/FoodKitchen/CupPaper.tsx | 2 +- src/icons/FoodKitchen/Donut.tsx | 2 +- src/icons/FoodKitchen/DonutBitten.tsx | 2 +- src/icons/FoodKitchen/Ladle.tsx | 2 +- src/icons/FoodKitchen/OvenMitts.tsx | 2 +- .../FoodKitchen/OvenMittsMinimalistic.tsx | 2 +- src/icons/FoodKitchen/RollingPin.tsx | 2 +- src/icons/FoodKitchen/TeaCup.tsx | 2 +- src/icons/FoodKitchen/Whisk.tsx | 2 +- src/icons/FoodKitchen/Wineglass.tsx | 2 +- src/icons/FoodKitchen/WineglassTriangle.tsx | 2 +- src/icons/FoodKitchen/index.tsx | 2 +- src/icons/Hands/HandHeart.tsx | 2 +- src/icons/Hands/HandMoney.tsx | 2 +- src/icons/Hands/HandPills.tsx | 2 +- src/icons/Hands/HandShake.tsx | 2 +- src/icons/Hands/HandStars.tsx | 2 +- src/icons/HomeFurniture/Armchair.tsx | 2 +- src/icons/HomeFurniture/Armchair2.tsx | 2 +- src/icons/HomeFurniture/BarChair.tsx | 2 +- src/icons/HomeFurniture/Bath.tsx | 2 +- src/icons/HomeFurniture/Bed.tsx | 2 +- src/icons/HomeFurniture/BedsideTable.tsx | 2 +- src/icons/HomeFurniture/BedsideTable2.tsx | 2 +- src/icons/HomeFurniture/BedsideTable3.tsx | 2 +- src/icons/HomeFurniture/BedsideTable4.tsx | 2 +- src/icons/HomeFurniture/Chair.tsx | 2 +- src/icons/HomeFurniture/Chair2.tsx | 2 +- src/icons/HomeFurniture/Chandelier.tsx | 2 +- src/icons/HomeFurniture/Closet.tsx | 2 +- src/icons/HomeFurniture/Closet2.tsx | 2 +- src/icons/HomeFurniture/Condicioner.tsx | 2 +- src/icons/HomeFurniture/Condicioner2.tsx | 2 +- src/icons/HomeFurniture/FloorLamp.tsx | 2 +- .../HomeFurniture/FloorLampMinimalistic.tsx | 2 +- src/icons/HomeFurniture/Fridge.tsx | 2 +- src/icons/HomeFurniture/Lamp.tsx | 2 +- src/icons/HomeFurniture/Mirror.tsx | 2 +- src/icons/HomeFurniture/RemoteController.tsx | 2 +- src/icons/HomeFurniture/RemoteController2.tsx | 2 +- .../RemoteControllerMinimalistic.tsx | 2 +- .../HomeFurniture/SmartVacuumCleaner.tsx | 2 +- .../HomeFurniture/SmartVacuumCleaner2.tsx | 2 +- src/icons/HomeFurniture/Sofa.tsx | 2 +- src/icons/HomeFurniture/Sofa2.tsx | 2 +- src/icons/HomeFurniture/Sofa3.tsx | 2 +- src/icons/HomeFurniture/Speaker.tsx | 2 +- .../HomeFurniture/SpeakerMinimalistic.tsx | 2 +- src/icons/HomeFurniture/Trellis.tsx | 2 +- src/icons/HomeFurniture/VolumeKnob.tsx | 2 +- src/icons/HomeFurniture/WashingMachine.tsx | 2 +- .../WashingMachineMinimalistic.tsx | 2 +- src/icons/HomeFurniture/index.tsx | 2 +- src/icons/Like/Dislike.tsx | 2 +- src/icons/Like/Heart.tsx | 2 +- src/icons/Like/HeartAngle.tsx | 2 +- src/icons/Like/HeartBroken.tsx | 2 +- src/icons/Like/HeartLock.tsx | 2 +- src/icons/Like/HeartShine.tsx | 2 +- src/icons/Like/HeartUnlock.tsx | 2 +- src/icons/Like/Hearts.tsx | 2 +- src/icons/Like/Like.tsx | 2 +- src/icons/Like/MedalRibbon.tsx | 2 +- src/icons/Like/MedalRibbonStar.tsx | 2 +- src/icons/Like/MedalRibbonsStar.tsx | 2 +- src/icons/Like/MedalStar.tsx | 2 +- src/icons/Like/MedalStarCircle.tsx | 2 +- src/icons/Like/MedalStarSquare.tsx | 2 +- src/icons/Like/Rate.tsx | 1 - src/icons/Like/Star.tsx | 1 + src/icons/Like/StarShine.tsx | 2 +- src/icons/Like/index.tsx | 6 +- src/icons/List/Bill.tsx | 1 + src/icons/List/Checklist.tsx | 2 +- src/icons/List/ChecklistMinimalistic.tsx | 2 +- src/icons/List/List.tsx | 2 +- src/icons/List/List2.tsx | 1 - src/icons/List/List3.tsx | 1 - src/icons/List/ListArrowDown.tsx | 2 +- src/icons/List/ListArrowDownMinimalistic.tsx | 2 +- src/icons/List/ListArrowUp.tsx | 2 +- src/icons/List/ListArrowUpMinimalistic.tsx | 2 +- src/icons/List/ListCheck.tsx | 2 +- src/icons/List/ListCheckMinimalistic.tsx | 2 +- src/icons/List/ListCross.tsx | 2 +- src/icons/List/ListCrossMinimalistic.tsx | 2 +- src/icons/List/ListDown.tsx | 2 +- src/icons/List/ListDownMinimalistic.tsx | 2 +- src/icons/List/ListHeart.tsx | 2 +- src/icons/List/ListHeartMinimalistic.tsx | 2 +- src/icons/List/ListUp.tsx | 2 +- src/icons/List/ListUpMinimalistic.tsx | 2 +- src/icons/List/PlaaylistMinimalistic.tsx | 2 +- src/icons/List/Playlist.tsx | 2 +- src/icons/List/Playlist2.tsx | 2 +- src/icons/List/PlaylistMinimalistic2.tsx | 2 +- src/icons/List/PlaylistMinimalistic3.tsx | 2 +- src/icons/List/SortByAlphabet.tsx | 2 +- src/icons/List/SortByTime.tsx | 2 +- src/icons/List/SortFromBottomToTop.tsx | 2 +- src/icons/List/SortFromTopToBottom.tsx | 2 +- src/icons/List/index.tsx | 3 +- src/icons/MapLocation/BranchingPathsDown.tsx | 2 +- src/icons/MapLocation/BranchingPathsUp.tsx | 2 +- src/icons/MapLocation/Compass.tsx | 2 +- src/icons/MapLocation/CompassBig.tsx | 2 +- src/icons/MapLocation/CompassSquare.tsx | 2 +- src/icons/MapLocation/GPS.tsx | 2 +- src/icons/MapLocation/Global.tsx | 2 +- src/icons/MapLocation/Globus.tsx | 2 +- src/icons/MapLocation/Map.tsx | 2 +- src/icons/MapLocation/MapArrowDown.tsx | 2 +- src/icons/MapLocation/MapArrowLeft.tsx | 2 +- src/icons/MapLocation/MapArrowRight.tsx | 2 +- src/icons/MapLocation/MapArrowSquare.tsx | 2 +- src/icons/MapLocation/MapArrowUp.tsx | 2 +- src/icons/MapLocation/MapPoint.tsx | 2 +- src/icons/MapLocation/MapPointAdd.tsx | 2 +- src/icons/MapLocation/MapPointFavourite.tsx | 2 +- src/icons/MapLocation/MapPointHospital.tsx | 2 +- src/icons/MapLocation/MapPointRemove.tsx | 2 +- src/icons/MapLocation/MapPointRotate.tsx | 2 +- src/icons/MapLocation/MapPointSchool.tsx | 2 +- src/icons/MapLocation/MapPointSearch.tsx | 2 +- src/icons/MapLocation/MapPointWave.tsx | 2 +- src/icons/MapLocation/PeopleNearby.tsx | 2 +- src/icons/MapLocation/PointOnMap.tsx | 2 +- .../MapLocation/PointOnMapPerspective.tsx | 2 +- src/icons/MapLocation/Radar.tsx | 2 +- src/icons/MapLocation/Radar2.tsx | 2 +- src/icons/MapLocation/Route.tsx | 2 +- src/icons/MapLocation/Routing.tsx | 2 +- src/icons/MapLocation/Routing2.tsx | 2 +- src/icons/MapLocation/Routing3.tsx | 2 +- src/icons/MapLocation/Signpost.tsx | 2 +- src/icons/MapLocation/Signpost2.tsx | 2 +- src/icons/MapLocation/Streets.tsx | 2 +- src/icons/MapLocation/StreetsMapPoint.tsx | 2 +- src/icons/MapLocation/StreetsNavigation.tsx | 2 +- src/icons/MapLocation/index.tsx | 2 +- src/icons/Medicine/AdhesivePlaster.tsx | 2 +- src/icons/Medicine/AdhesivePlaster2.tsx | 2 +- src/icons/Medicine/Bacteria.tsx | 2 +- src/icons/Medicine/BenzeneRing.tsx | 2 +- src/icons/Medicine/Bone.tsx | 2 +- src/icons/Medicine/BoneBroken.tsx | 2 +- src/icons/Medicine/BoneCrack.tsx | 2 +- src/icons/Medicine/Bones.tsx | 2 +- src/icons/Medicine/DNA.tsx | 2 +- src/icons/Medicine/Dropper.tsx | 2 +- src/icons/Medicine/Dropper2.tsx | 2 +- src/icons/Medicine/Dropper3.tsx | 2 +- src/icons/Medicine/DropperMinimalistic.tsx | 2 +- src/icons/Medicine/DropperMinimalistic2.tsx | 2 +- src/icons/Medicine/Health.tsx | 2 +- src/icons/Medicine/HeartPulse.tsx | 2 +- src/icons/Medicine/HeartPulse2.tsx | 2 +- src/icons/Medicine/JarOfPills.tsx | 2 +- src/icons/Medicine/JarOfPills2.tsx | 2 +- src/icons/Medicine/MedicalKit.tsx | 2 +- src/icons/Medicine/Pill.tsx | 2 +- src/icons/Medicine/Pills.tsx | 2 +- src/icons/Medicine/Pills2.tsx | 2 +- src/icons/Medicine/Pills3.tsx | 2 +- src/icons/Medicine/Pulse.tsx | 2 +- src/icons/Medicine/Pulse2.tsx | 2 +- src/icons/Medicine/Stethoscope.tsx | 2 +- src/icons/Medicine/Syringe.tsx | 2 +- src/icons/Medicine/TestTube.tsx | 2 +- src/icons/Medicine/TestTubeMinimalistic.tsx | 2 +- src/icons/Medicine/Thermometer.tsx | 2 +- src/icons/Medicine/Virus.tsx | 2 +- src/icons/MessagesConversation/ChatDots.tsx | 2 +- src/icons/MessagesConversation/ChatLine.tsx | 2 +- src/icons/MessagesConversation/ChatRound.tsx | 2 +- .../MessagesConversation/ChatRoundCall.tsx | 2 +- .../MessagesConversation/ChatRoundCheck.tsx | 2 +- .../MessagesConversation/ChatRoundDots.tsx | 2 +- .../MessagesConversation/ChatRoundLike.tsx | 2 +- .../MessagesConversation/ChatRoundLine.tsx | 2 +- .../MessagesConversation/ChatRoundMoney.tsx | 2 +- .../MessagesConversation/ChatRoundUnread.tsx | 2 +- .../MessagesConversation/ChatRoundVideo.tsx | 2 +- src/icons/MessagesConversation/ChatSquare.tsx | 2 +- .../MessagesConversation/ChatSquareArrow.tsx | 2 +- .../MessagesConversation/ChatSquareCall.tsx | 2 +- .../MessagesConversation/ChatSquareCheck.tsx | 2 +- .../MessagesConversation/ChatSquareCode.tsx | 2 +- .../MessagesConversation/ChatSquareLike.tsx | 2 +- src/icons/MessagesConversation/ChatUnread.tsx | 2 +- src/icons/MessagesConversation/CheckRead.tsx | 2 +- src/icons/MessagesConversation/Dialog.tsx | 2 +- src/icons/MessagesConversation/Dialog2.tsx | 2 +- src/icons/MessagesConversation/Forward.tsx | 1 + .../MessagesConversation/ForwardRight.tsx | 1 - src/icons/MessagesConversation/Inbox.tsx | 2 +- .../MessagesConversation/InboxArchive.tsx | 2 +- src/icons/MessagesConversation/InboxIn.tsx | 2 +- src/icons/MessagesConversation/InboxLine.tsx | 2 +- src/icons/MessagesConversation/InboxOut.tsx | 2 +- .../MessagesConversation/InboxUnread.tsx | 2 +- src/icons/MessagesConversation/Letter.tsx | 2 +- .../MessagesConversation/LetterOpened.tsx | 2 +- .../MessagesConversation/LetterUnread.tsx | 2 +- src/icons/MessagesConversation/Mailbox.tsx | 2 +- .../MultipleForwardLeft.tsx | 2 +- .../MultipleForwardRight.tsx | 2 +- src/icons/MessagesConversation/Paperclip.tsx | 2 +- src/icons/MessagesConversation/Paperclip2.tsx | 2 +- .../MessagesConversation/PaperclipRounded.tsx | 2 +- .../PaperclipRounded2.tsx | 2 +- src/icons/MessagesConversation/Pen.tsx | 2 +- src/icons/MessagesConversation/Pen2.tsx | 2 +- .../MessagesConversation/PenNewRound.tsx | 2 +- .../MessagesConversation/PenNewSquare.tsx | 2 +- src/icons/MessagesConversation/Plain.tsx | 2 +- src/icons/MessagesConversation/Plain2.tsx | 2 +- src/icons/MessagesConversation/Plain3.tsx | 2 +- .../MessagesConversation/SquareForward.tsx | 2 +- .../MessagesConversation/SquareShareLine.tsx | 2 +- src/icons/MessagesConversation/Unread.tsx | 2 +- src/icons/MessagesConversation/index.tsx | 2 +- src/icons/Money/Banknote.tsx | 2 +- src/icons/Money/Banknote2.tsx | 2 +- src/icons/Money/Bill.tsx | 2 +- src/icons/Money/BillCheck.tsx | 2 +- src/icons/Money/BillCross.tsx | 2 +- src/icons/Money/BillList.tsx | 2 +- src/icons/Money/Card.tsx | 2 +- src/icons/Money/Card2.tsx | 2 +- src/icons/Money/CardRecive.tsx | 2 +- src/icons/Money/CardSearch.tsx | 2 +- src/icons/Money/CardSend.tsx | 2 +- src/icons/Money/CardTransfer.tsx | 2 +- src/icons/Money/Cardholder.tsx | 2 +- src/icons/Money/CashOut.tsx | 2 +- src/icons/Money/Dollar.tsx | 2 +- src/icons/Money/DollarMinimalistic.tsx | 2 +- src/icons/Money/Euro.tsx | 2 +- src/icons/Money/MoneyBag.tsx | 2 +- src/icons/Money/Ruble.tsx | 2 +- src/icons/Money/Safe2.tsx | 2 +- src/icons/Money/SafeCircle.tsx | 2 +- src/icons/Money/SafeSquare.tsx | 2 +- src/icons/Money/Sale.tsx | 2 +- src/icons/Money/SaleSquare.tsx | 2 +- src/icons/Money/Tag.tsx | 2 +- src/icons/Money/TagHorizontal.tsx | 2 +- src/icons/Money/TagPrice.tsx | 2 +- src/icons/Money/TickerStar.tsx | 2 +- src/icons/Money/Ticket.tsx | 2 +- src/icons/Money/TicketSale.tsx | 2 +- src/icons/Money/VerifiedCheck.tsx | 2 +- src/icons/Money/WadOfMoney.tsx | 2 +- src/icons/Money/Wallet.tsx | 2 +- src/icons/Money/Wallet2.tsx | 2 +- src/icons/Money/WalletMoney.tsx | 2 +- src/icons/Money/index.tsx | 2 +- src/icons/NatureTravel/Bonfire.tsx | 2 +- src/icons/NatureTravel/Fire.tsx | 2 +- src/icons/NatureTravel/FireMinimalistic.tsx | 2 +- src/icons/NatureTravel/FireSquare.tsx | 2 +- src/icons/NatureTravel/Flame.tsx | 2 +- src/icons/NatureTravel/Leaf.tsx | 2 +- src/icons/NatureTravel/Suitcase.tsx | 2 +- src/icons/NatureTravel/SuitcaseLines.tsx | 2 +- src/icons/NatureTravel/SuitcaseTag.tsx | 2 +- src/icons/NetworkItProgramming/Bug.tsx | 2 +- .../NetworkItProgramming/BugMinimalistic.tsx | 2 +- src/icons/NetworkItProgramming/Code.tsx | 2 +- src/icons/NetworkItProgramming/Code2.tsx | 2 +- src/icons/NetworkItProgramming/CodeCircle.tsx | 2 +- src/icons/NetworkItProgramming/CodeSquare.tsx | 2 +- src/icons/NetworkItProgramming/Command.tsx | 2 +- src/icons/NetworkItProgramming/Hashtag.tsx | 2 +- .../NetworkItProgramming/HashtagChat.tsx | 2 +- .../NetworkItProgramming/HashtagCircle.tsx | 2 +- .../NetworkItProgramming/HashtagSquare.tsx | 2 +- .../NetworkItProgramming/Programming.tsx | 2 +- src/icons/NetworkItProgramming/Screencast.tsx | 2 +- .../NetworkItProgramming/Screencast2.tsx | 2 +- .../NetworkItProgramming/SidebarCode.tsx | 2 +- .../SidebarMinimalistic.tsx | 2 +- src/icons/NetworkItProgramming/Siderbar.tsx | 2 +- .../NetworkItProgramming/SlashCircle.tsx | 2 +- .../NetworkItProgramming/SlashSquare.tsx | 2 +- src/icons/NetworkItProgramming/Station.tsx | 2 +- .../StationMinimalistic.tsx | 2 +- src/icons/NetworkItProgramming/Structure.tsx | 2 +- .../NetworkItProgramming/Translation.tsx | 2 +- .../NetworkItProgramming/Translation2.tsx | 2 +- src/icons/NetworkItProgramming/USB.tsx | 2 +- src/icons/NetworkItProgramming/USBCircle.tsx | 2 +- src/icons/NetworkItProgramming/USBSquare.tsx | 2 +- src/icons/NetworkItProgramming/WiFiRouter.tsx | 2 +- .../WiFiRouterMinimalistic.tsx | 2 +- .../NetworkItProgramming/WiFiRouterRound.tsx | 2 +- .../NetworkItProgramming/WindowFrame.tsx | 2 +- src/icons/Notes/Archive.tsx | 2 +- src/icons/Notes/ArchiveCheck.tsx | 2 +- src/icons/Notes/ArchiveDown.tsx | 2 +- src/icons/Notes/ArchiveDownMinimlistic.tsx | 2 +- src/icons/Notes/ArchiveMinimalistic.tsx | 2 +- src/icons/Notes/ArchiveUp.tsx | 2 +- src/icons/Notes/ArchiveUpMinimlistic.tsx | 2 +- src/icons/Notes/Clipboard.tsx | 2 +- src/icons/Notes/ClipboardAdd.tsx | 2 +- src/icons/Notes/ClipboardCheck.tsx | 2 +- src/icons/Notes/ClipboardHeart.tsx | 2 +- src/icons/Notes/ClipboardList.tsx | 2 +- src/icons/Notes/ClipboardRemove.tsx | 2 +- src/icons/Notes/ClipboardText.tsx | 2 +- src/icons/Notes/Document.tsx | 1 + src/icons/Notes/DocumentAdd.tsx | 1 + src/icons/Notes/DocumentMedicine.tsx | 1 + src/icons/Notes/DocumentText.tsx | 1 + src/icons/Notes/Documents.tsx | 1 + src/icons/Notes/DocumentsMinimalistic.tsx | 1 + src/icons/Notes/Note.tsx | 1 - src/icons/Notes/Notebook.tsx | 1 + src/icons/Notes/Notes.tsx | 2 +- src/icons/Notes/NotesMinimalistic.tsx | 2 +- src/icons/Notes/Paper.tsx | 1 - src/icons/Notes/PaperAdd.tsx | 1 - src/icons/Notes/PaperMedicine.tsx | 1 - src/icons/Notes/PaperText.tsx | 1 - src/icons/Notes/Papers.tsx | 1 - src/icons/Notes/PapersMinimalistic.tsx | 1 - src/icons/Notes/index.tsx | 14 +- src/icons/Notifications/Bell.tsx | 2 +- src/icons/Notifications/BellBing.tsx | 2 +- src/icons/Notifications/BellOff.tsx | 2 +- .../Notifications/NotificationLinesRemove.tsx | 2 +- .../Notifications/NotificationRemove.tsx | 2 +- .../Notifications/NotificationUnread.tsx | 2 +- .../Notifications/NotificationUnreadLines.tsx | 2 +- src/icons/School/Backpack.tsx | 2 +- src/icons/School/Book.tsx | 2 +- src/icons/School/Book2.tsx | 2 +- src/icons/School/BookBookmark.tsx | 2 +- src/icons/School/BookBookmarkMinimalistic.tsx | 2 +- src/icons/School/BookMinimalistic.tsx | 2 +- src/icons/School/Bookmark.tsx | 2 +- src/icons/School/BookmarkCircle.tsx | 2 +- src/icons/School/BookmarkOpened.tsx | 2 +- src/icons/School/BookmarkSquare.tsx | 2 +- .../School/BookmarkSquareMinimalistic.tsx | 2 +- src/icons/School/Calculator.tsx | 2 +- src/icons/School/CalculatorMinimalistic.tsx | 2 +- src/icons/School/Case.tsx | 2 +- src/icons/School/CaseMinimalistic.tsx | 2 +- src/icons/School/CaseRound.tsx | 2 +- src/icons/School/CaseRoundMinimalistic.tsx | 2 +- src/icons/School/Diploma.tsx | 2 +- src/icons/School/DiplomaVerified.tsx | 2 +- src/icons/School/Document.tsx | 2 +- src/icons/School/Notebook.tsx | 2 +- src/icons/School/NotebookBookmark.tsx | 2 +- src/icons/School/NotebookMinimalistic.tsx | 2 +- src/icons/School/NotebookSquare.tsx | 2 +- src/icons/School/Passport.tsx | 2 +- src/icons/School/PassportMinimalistic.tsx | 2 +- src/icons/School/PlusMinus.tsx | 2 +- src/icons/School/SquareAcademicCap.tsx | 2 +- src/icons/School/SquareAcademicCap2.tsx | 2 +- src/icons/School/index.tsx | 2 +- src/icons/Search/Magnifer.tsx | 2 +- src/icons/Search/MagniferBug.tsx | 2 +- src/icons/Search/MagniferZoomIn.tsx | 2 +- src/icons/Search/MagniferZoomOut.tsx | 2 +- src/icons/Search/MinimalisticMagnifer.tsx | 2 +- src/icons/Search/MinimalisticMagniferBug.tsx | 2 +- .../Search/MinimalisticMagniferZoomIn.tsx | 2 +- .../Search/MinimalisticMagniferZoomOut.tsx | 2 +- src/icons/Search/RoundedMagnifer.tsx | 2 +- src/icons/Search/RoundedMagniferBug.tsx | 2 +- src/icons/Search/RoundedMagniferZoomIn.tsx | 2 +- src/icons/Search/RoundedMagniferZoomOut.tsx | 2 +- src/icons/Security/Bomb.tsx | 2 +- src/icons/Security/BombEmoji.tsx | 2 +- src/icons/Security/BombMinimalistic.tsx | 2 +- src/icons/Security/CodeScan.tsx | 2 +- src/icons/Security/Eye.tsx | 2 +- src/icons/Security/EyeClosed.tsx | 2 +- src/icons/Security/EyeScan.tsx | 2 +- src/icons/Security/Incognito.tsx | 2 +- src/icons/Security/Key.tsx | 2 +- src/icons/Security/KeyMinimalistic.tsx | 2 +- src/icons/Security/KeyMinimalistic2.tsx | 2 +- src/icons/Security/KeyMinimalisticSquare.tsx | 2 +- src/icons/Security/KeyMinimalisticSquare2.tsx | 2 +- src/icons/Security/KeyMinimalisticSquare3.tsx | 2 +- src/icons/Security/KeySquare.tsx | 2 +- src/icons/Security/KeySquare2.tsx | 2 +- src/icons/Security/Lock.tsx | 2 +- src/icons/Security/LockKeyhole.tsx | 2 +- .../Security/LockKeyholeMinimalistic.tsx | 2 +- .../LockKeyholeMinimalisticUnlocked.tsx | 2 +- src/icons/Security/LockKeyholeUnlocked.tsx | 2 +- src/icons/Security/LockPassword.tsx | 2 +- src/icons/Security/LockPasswordUnlocked.tsx | 2 +- src/icons/Security/LockUnlocked.tsx | 2 +- src/icons/Security/ObjectScan.tsx | 2 +- src/icons/Security/Password.tsx | 2 +- src/icons/Security/PasswordMinimalistic.tsx | 2 +- .../Security/PasswordMinimalisticInput.tsx | 2 +- src/icons/Security/QRCode.tsx | 2 +- src/icons/Security/Scanner.tsx | 2 +- src/icons/Security/Scanner2.tsx | 2 +- src/icons/Security/Shield.tsx | 2 +- src/icons/Security/ShieldCheck.tsx | 2 +- src/icons/Security/ShieldCross.tsx | 2 +- src/icons/Security/ShieldKeyhole.tsx | 2 +- .../Security/ShieldKeyholeMinimalistic.tsx | 2 +- src/icons/Security/ShieldMinimalistic.tsx | 2 +- src/icons/Security/ShieldMinus.tsx | 2 +- src/icons/Security/ShieldNetwork.tsx | 2 +- src/icons/Security/ShieldPlus.tsx | 2 +- src/icons/Security/ShieldStar.tsx | 2 +- src/icons/Security/ShieldUp.tsx | 2 +- src/icons/Security/ShieldUser.tsx | 2 +- src/icons/Security/ShieldWarning.tsx | 2 +- src/icons/Security/Siren.tsx | 2 +- src/icons/Security/SirenRounded.tsx | 2 +- src/icons/SettingsFineTuning/Settings.tsx | 2 +- .../SettingsMinimalistic.tsx | 2 +- src/icons/SettingsFineTuning/Tuning.tsx | 2 +- src/icons/SettingsFineTuning/Tuning2.tsx | 2 +- src/icons/SettingsFineTuning/Tuning3.tsx | 2 +- src/icons/SettingsFineTuning/Tuning4.tsx | 2 +- src/icons/SettingsFineTuning/TuningSquare.tsx | 2 +- .../SettingsFineTuning/TuningSquare2.tsx | 2 +- src/icons/SettingsFineTuning/Widget.tsx | 2 +- src/icons/SettingsFineTuning/Widget2.tsx | 2 +- src/icons/SettingsFineTuning/Widget3.tsx | 2 +- src/icons/SettingsFineTuning/Widget4.tsx | 2 +- src/icons/SettingsFineTuning/Widget5.tsx | 2 +- src/icons/SettingsFineTuning/Widget6.tsx | 2 +- src/icons/SettingsFineTuning/WidgetAdd.tsx | 2 +- src/icons/ShoppingEcommerce/Bag.tsx | 2 +- src/icons/ShoppingEcommerce/Bag2.tsx | 2 +- src/icons/ShoppingEcommerce/Bag3.tsx | 2 +- src/icons/ShoppingEcommerce/Bag4.tsx | 2 +- src/icons/ShoppingEcommerce/Bag5.tsx | 2 +- src/icons/ShoppingEcommerce/BagCheck.tsx | 2 +- src/icons/ShoppingEcommerce/BagCross.tsx | 2 +- src/icons/ShoppingEcommerce/BagHeart.tsx | 2 +- src/icons/ShoppingEcommerce/BagMusic.tsx | 2 +- src/icons/ShoppingEcommerce/BagMusic2.tsx | 2 +- src/icons/ShoppingEcommerce/BagSmile.tsx | 2 +- src/icons/ShoppingEcommerce/Cart.tsx | 2 +- src/icons/ShoppingEcommerce/Cart2.tsx | 2 +- src/icons/ShoppingEcommerce/Cart3.tsx | 2 +- src/icons/ShoppingEcommerce/Cart4.tsx | 2 +- src/icons/ShoppingEcommerce/Cart5.tsx | 2 +- src/icons/ShoppingEcommerce/CartCheck.tsx | 2 +- src/icons/ShoppingEcommerce/CartCross.tsx | 2 +- src/icons/ShoppingEcommerce/CartLarge.tsx | 2 +- src/icons/ShoppingEcommerce/CartLarge2.tsx | 2 +- src/icons/ShoppingEcommerce/CartLarge3.tsx | 2 +- src/icons/ShoppingEcommerce/CartLarge4.tsx | 2 +- .../CartLargeMinimalistic.tsx | 2 +- src/icons/ShoppingEcommerce/CartPlus.tsx | 2 +- src/icons/ShoppingEcommerce/Shop.tsx | 2 +- src/icons/ShoppingEcommerce/Shop2.tsx | 2 +- .../ShoppingEcommerce/ShopMinimalistic.tsx | 2 +- src/icons/Sports/Balls.tsx | 2 +- src/icons/Sports/Basketball.tsx | 2 +- src/icons/Sports/Bicycling.tsx | 2 +- src/icons/Sports/BicyclingRound.tsx | 2 +- src/icons/Sports/BodyShape.tsx | 2 +- src/icons/Sports/BodyShapeMinimalistic.tsx | 2 +- src/icons/Sports/Bowling.tsx | 2 +- src/icons/Sports/Dumbbell.tsx | 2 +- src/icons/Sports/DumbbellLarge.tsx | 2 +- .../Sports/DumbbellLargeMinimalistic.tsx | 2 +- src/icons/Sports/DumbbellSmall.tsx | 2 +- src/icons/Sports/Dumbbells.tsx | 2 +- src/icons/Sports/Dumbbells2.tsx | 2 +- src/icons/Sports/Football.tsx | 2 +- src/icons/Sports/Golf.tsx | 2 +- src/icons/Sports/Hiking.tsx | 2 +- src/icons/Sports/HikingMinimalistic.tsx | 2 +- src/icons/Sports/HikingRound.tsx | 2 +- src/icons/Sports/Meditation.tsx | 2 +- src/icons/Sports/MeditationRound.tsx | 2 +- src/icons/Sports/Ranking.tsx | 2 +- src/icons/Sports/Rugby.tsx | 2 +- src/icons/Sports/Running.tsx | 2 +- src/icons/Sports/Running2.tsx | 2 +- src/icons/Sports/RunningRound.tsx | 2 +- src/icons/Sports/Skateboard.tsx | 2 +- src/icons/Sports/Skateboarding.tsx | 2 +- src/icons/Sports/SkateboardingRound.tsx | 2 +- src/icons/Sports/Stretching.tsx | 2 +- src/icons/Sports/StretchingRound.tsx | 2 +- src/icons/Sports/Swimming.tsx | 2 +- src/icons/Sports/Tennis.tsx | 2 +- src/icons/Sports/Tennis2.tsx | 2 +- src/icons/Sports/Treadmill.tsx | 2 +- src/icons/Sports/TreadmillRound.tsx | 2 +- src/icons/Sports/Volleyball.tsx | 2 +- src/icons/Sports/Volleyball2.tsx | 2 +- src/icons/Sports/Walking.tsx | 2 +- src/icons/Sports/WalkingRound.tsx | 2 +- src/icons/Sports/Water.tsx | 2 +- src/icons/Sports/WaterSun.tsx | 2 +- src/icons/Sports/index.tsx | 2 +- src/icons/TextFormatting/Backspace.tsx | 2 +- src/icons/TextFormatting/Eraser.tsx | 2 +- src/icons/TextFormatting/EraserCircle.tsx | 2 +- src/icons/TextFormatting/EraserSquare.tsx | 2 +- src/icons/TextFormatting/Link.tsx | 2 +- src/icons/TextFormatting/LinkBroken.tsx | 2 +- .../TextFormatting/LinkBrokenMinimalistic.tsx | 2 +- src/icons/TextFormatting/LinkCircle.tsx | 2 +- src/icons/TextFormatting/LinkMinimalistic.tsx | 2 +- .../TextFormatting/LinkMinimalistic2.tsx | 2 +- src/icons/TextFormatting/LinkRound.tsx | 2 +- src/icons/TextFormatting/LinkRoundAngle.tsx | 2 +- src/icons/TextFormatting/LinkSquare.tsx | 2 +- src/icons/TextFormatting/ParagraphSpacing.tsx | 2 +- src/icons/TextFormatting/Text.tsx | 2 +- src/icons/TextFormatting/TextBold.tsx | 2 +- src/icons/TextFormatting/TextBoldCircle.tsx | 2 +- src/icons/TextFormatting/TextBoldSquare.tsx | 2 +- src/icons/TextFormatting/TextCircle.tsx | 2 +- src/icons/TextFormatting/TextCross.tsx | 2 +- src/icons/TextFormatting/TextCrossCircle.tsx | 2 +- src/icons/TextFormatting/TextCrossSquare.tsx | 2 +- src/icons/TextFormatting/TextField.tsx | 2 +- src/icons/TextFormatting/TextFieldFocus.tsx | 2 +- src/icons/TextFormatting/TextItalic.tsx | 2 +- src/icons/TextFormatting/TextItalicCircle.tsx | 2 +- src/icons/TextFormatting/TextItalicSquare.tsx | 2 +- src/icons/TextFormatting/TextSelection.tsx | 2 +- src/icons/TextFormatting/TextSquare.tsx | 2 +- src/icons/TextFormatting/TextSquare2.tsx | 2 +- src/icons/TextFormatting/TextUnderline.tsx | 2 +- .../TextFormatting/TextUnderlineCircle.tsx | 2 +- .../TextFormatting/TextUnderlineCross.tsx | 2 +- src/icons/Time/Alarm.tsx | 2 +- src/icons/Time/AlarmAdd.tsx | 2 +- src/icons/Time/AlarmPause.tsx | 2 +- src/icons/Time/AlarmPlay.tsx | 2 +- src/icons/Time/AlarmRemove.tsx | 2 +- src/icons/Time/AlarmSleep.tsx | 2 +- src/icons/Time/AlarmTurnOff.tsx | 2 +- src/icons/Time/Calendar.tsx | 2 +- src/icons/Time/CalendarAdd.tsx | 2 +- src/icons/Time/CalendarDate.tsx | 2 +- src/icons/Time/CalendarMark.tsx | 2 +- src/icons/Time/CalendarMinimalistic.tsx | 2 +- src/icons/Time/CalendarSearch.tsx | 2 +- src/icons/Time/ClockCircle.tsx | 2 +- src/icons/Time/ClockSquare.tsx | 2 +- src/icons/Time/History.tsx | 2 +- src/icons/Time/History2.tsx | 2 +- src/icons/Time/History3.tsx | 2 +- src/icons/Time/Hourglass.tsx | 2 +- src/icons/Time/HourglassLine.tsx | 2 +- src/icons/Time/Stopwatch.tsx | 2 +- src/icons/Time/StopwatchPause.tsx | 2 +- src/icons/Time/StopwatchPlay.tsx | 2 +- src/icons/Time/WatchRound.tsx | 2 +- src/icons/Time/WatchSquare.tsx | 2 +- src/icons/Time/WatchSquareMinimalistic.tsx | 2 +- .../Time/WatchSquareMinimalisticCharge.tsx | 2 +- .../TransportPartsService/Accumulator.tsx | 2 +- src/icons/TransportPartsService/Bus.tsx | 2 +- .../ElectricRefueling.tsx | 2 +- .../TransportPartsService/GasStation.tsx | 2 +- .../TransportPartsService/KickScooter.tsx | 2 +- src/icons/TransportPartsService/Scooter.tsx | 2 +- .../TransportPartsService/ShockAbsorber.tsx | 2 +- .../TransportPartsService/SpedometerLow.tsx | 2 +- .../TransportPartsService/SpedometerMax.tsx | 2 +- .../SpedometerMiddle.tsx | 2 +- .../TransportPartsService/Suspension.tsx | 2 +- .../TransportPartsService/SuspensionBolt.tsx | 2 +- .../TransportPartsService/SuspensionCross.tsx | 2 +- src/icons/TransportPartsService/Tram.tsx | 2 +- .../TransportPartsService/Transmission.tsx | 2 +- .../TransmissionCircle.tsx | 2 +- .../TransmissionSquare.tsx | 2 +- src/icons/TransportPartsService/Wheel.tsx | 2 +- .../TransportPartsService/WheelAngle.tsx | 2 +- src/icons/Users/User.tsx | 2 +- src/icons/Users/UserBlock.tsx | 2 +- src/icons/Users/UserBlockRounded.tsx | 2 +- src/icons/Users/UserCheck.tsx | 2 +- src/icons/Users/UserCheckRounded.tsx | 2 +- src/icons/Users/UserCircle.tsx | 2 +- src/icons/Users/UserCross.tsx | 2 +- src/icons/Users/UserCrossRounded.tsx | 2 +- src/icons/Users/UserHandUp.tsx | 2 +- src/icons/Users/UserHands.tsx | 2 +- src/icons/Users/UserHeart.tsx | 2 +- src/icons/Users/UserHeartRounded.tsx | 2 +- src/icons/Users/UserId.tsx | 2 +- src/icons/Users/UserMinus.tsx | 2 +- src/icons/Users/UserMinusRounded.tsx | 2 +- src/icons/Users/UserPlus.tsx | 2 +- src/icons/Users/UserPlusRounded.tsx | 2 +- src/icons/Users/UserRounded.tsx | 2 +- src/icons/Users/UserSpeak.tsx | 2 +- src/icons/Users/UserSpeakRounded.tsx | 2 +- src/icons/Users/UsersGroupRounded.tsx | 2 +- src/icons/Users/UsersGroupTwoRounded.tsx | 2 +- src/icons/Users/index.tsx | 6 +- src/icons/VideoAudioSound/Album.tsx | 2 +- src/icons/VideoAudioSound/Camera.tsx | 2 +- src/icons/VideoAudioSound/CameraAdd.tsx | 2 +- .../VideoAudioSound/CameraMinimalistic.tsx | 2 +- src/icons/VideoAudioSound/CameraRotate.tsx | 2 +- src/icons/VideoAudioSound/CameraSquare.tsx | 2 +- src/icons/VideoAudioSound/Clapperboard.tsx | 2 +- .../VideoAudioSound/ClapperboardEdit.tsx | 2 +- .../VideoAudioSound/ClapperboardOpen.tsx | 2 +- .../VideoAudioSound/ClapperboardOpenPlay.tsx | 2 +- .../VideoAudioSound/ClapperboardPlay.tsx | 2 +- .../VideoAudioSound/ClapperboardText.tsx | 2 +- src/icons/VideoAudioSound/FullScreen.tsx | 2 +- .../VideoAudioSound/FullScreenCircle.tsx | 2 +- .../VideoAudioSound/FullScreenSquare.tsx | 2 +- src/icons/VideoAudioSound/Gallery.tsx | 2 +- src/icons/VideoAudioSound/GalleryAdd.tsx | 2 +- src/icons/VideoAudioSound/GalleryCheck.tsx | 2 +- src/icons/VideoAudioSound/GalleryCircle.tsx | 2 +- src/icons/VideoAudioSound/GalleryDownload.tsx | 2 +- src/icons/VideoAudioSound/GalleryEdit.tsx | 2 +- .../VideoAudioSound/GalleryFavourite.tsx | 2 +- .../VideoAudioSound/GalleryMinimalistic.tsx | 2 +- src/icons/VideoAudioSound/GalleryRemove.tsx | 2 +- src/icons/VideoAudioSound/GalleryRound.tsx | 2 +- src/icons/VideoAudioSound/GallerySend.tsx | 2 +- src/icons/VideoAudioSound/GalleryWide.tsx | 2 +- src/icons/VideoAudioSound/Library.tsx | 2 +- src/icons/VideoAudioSound/Microphone.tsx | 2 +- src/icons/VideoAudioSound/Microphone2.tsx | 2 +- src/icons/VideoAudioSound/Microphone3.tsx | 2 +- src/icons/VideoAudioSound/MicrophoneLarge.tsx | 2 +- src/icons/VideoAudioSound/MusicLibrary.tsx | 2 +- src/icons/VideoAudioSound/MusicLibrary2.tsx | 2 +- src/icons/VideoAudioSound/MusicNote.tsx | 2 +- src/icons/VideoAudioSound/MusicNote2.tsx | 2 +- src/icons/VideoAudioSound/MusicNote3.tsx | 2 +- src/icons/VideoAudioSound/MusicNote4.tsx | 2 +- src/icons/VideoAudioSound/MusicNoteSlider.tsx | 2 +- .../VideoAudioSound/MusicNoteSlider2.tsx | 2 +- src/icons/VideoAudioSound/MusicNotes.tsx | 2 +- src/icons/VideoAudioSound/Muted.tsx | 2 +- src/icons/VideoAudioSound/PIP.tsx | 2 +- src/icons/VideoAudioSound/PIP2.tsx | 2 +- src/icons/VideoAudioSound/Panorama.tsx | 2 +- src/icons/VideoAudioSound/Pause.tsx | 2 +- src/icons/VideoAudioSound/PauseCircle.tsx | 2 +- src/icons/VideoAudioSound/Play.tsx | 2 +- src/icons/VideoAudioSound/PlayCircle.tsx | 2 +- src/icons/VideoAudioSound/PlayStream.tsx | 2 +- src/icons/VideoAudioSound/PlaybackSpeed.tsx | 2 +- src/icons/VideoAudioSound/Podcast.tsx | 2 +- src/icons/VideoAudioSound/QuitFullScreen.tsx | 2 +- .../VideoAudioSound/QuitFullScreenCircle.tsx | 2 +- .../VideoAudioSound/QuitFullScreenSquare.tsx | 2 +- src/icons/VideoAudioSound/QuitPip.tsx | 2 +- src/icons/VideoAudioSound/Record.tsx | 2 +- src/icons/VideoAudioSound/RecordCircle.tsx | 2 +- src/icons/VideoAudioSound/Reel.tsx | 2 +- src/icons/VideoAudioSound/Reel2.tsx | 2 +- src/icons/VideoAudioSound/Repeat.tsx | 2 +- src/icons/VideoAudioSound/RepeatOne.tsx | 2 +- .../VideoAudioSound/RepeatOneMinimalistic.tsx | 2 +- .../VideoAudioSound/Rewind10SecondsBack.tsx | 2 +- .../Rewind10SecondsForward.tsx | 2 +- .../VideoAudioSound/Rewind15SecondsBack.tsx | 2 +- .../Rewind15SecondsForward.tsx | 2 +- .../VideoAudioSound/Rewind5SecondsBack.tsx | 2 +- .../VideoAudioSound/Rewind5SecondsForward.tsx | 2 +- src/icons/VideoAudioSound/RewindBack.tsx | 2 +- .../VideoAudioSound/RewindBackCircle.tsx | 2 +- src/icons/VideoAudioSound/RewindForward.tsx | 2 +- .../VideoAudioSound/RewindForwardCircle.tsx | 2 +- src/icons/VideoAudioSound/Shuffle.tsx | 2 +- src/icons/VideoAudioSound/SkipNext.tsx | 2 +- src/icons/VideoAudioSound/SkipPrevious.tsx | 2 +- src/icons/VideoAudioSound/Soundwave.tsx | 2 +- src/icons/VideoAudioSound/SoundwaveCircle.tsx | 2 +- src/icons/VideoAudioSound/SoundwaveSquare.tsx | 2 +- src/icons/VideoAudioSound/Stop.tsx | 2 +- src/icons/VideoAudioSound/StopCircle.tsx | 2 +- src/icons/VideoAudioSound/Stream.tsx | 2 +- src/icons/VideoAudioSound/ToPip.tsx | 2 +- src/icons/VideoAudioSound/UploadTrack.tsx | 2 +- src/icons/VideoAudioSound/UploadTrack2.tsx | 2 +- src/icons/VideoAudioSound/VideoFrame.tsx | 2 +- src/icons/VideoAudioSound/VideoFrame2.tsx | 2 +- src/icons/VideoAudioSound/VideoFrameCut.tsx | 2 +- src/icons/VideoAudioSound/VideoFrameCut2.tsx | 2 +- .../VideoFramePlayHorizontal.tsx | 2 +- .../VideoFramePlayVertical.tsx | 2 +- .../VideoAudioSound/VideoFrameReplace.tsx | 2 +- src/icons/VideoAudioSound/VideoLibrary.tsx | 2 +- src/icons/VideoAudioSound/Videocamera.tsx | 2 +- src/icons/VideoAudioSound/VideocameraAdd.tsx | 2 +- .../VideoAudioSound/VideocameraRecord.tsx | 2 +- src/icons/VideoAudioSound/Vinyl.tsx | 2 +- src/icons/VideoAudioSound/VinylRecord.tsx | 2 +- src/icons/VideoAudioSound/Volume.tsx | 2 +- src/icons/VideoAudioSound/VolumeCross.tsx | 2 +- src/icons/VideoAudioSound/VolumeLoud.tsx | 2 +- src/icons/VideoAudioSound/VolumeSmall.tsx | 2 +- src/icons/VideoAudioSound/Wallpaper.tsx | 2 +- src/icons/VideoAudioSound/index.tsx | 14 +- src/icons/Weather/Cloud.tsx | 2 +- src/icons/Weather/CloudBolt.tsx | 2 +- src/icons/Weather/CloudBoltMinimalistic.tsx | 2 +- src/icons/Weather/CloudCheck.tsx | 2 +- src/icons/Weather/CloudDownload.tsx | 2 +- src/icons/Weather/CloudMinus.tsx | 2 +- src/icons/Weather/CloudPlus.tsx | 2 +- src/icons/Weather/CloudRain.tsx | 2 +- src/icons/Weather/CloudSnowfall.tsx | 2 +- .../Weather/CloudSnowfallMinimalistic.tsx | 2 +- src/icons/Weather/CloudStorm.tsx | 2 +- src/icons/Weather/CloudSun.tsx | 2 +- src/icons/Weather/CloudSun2.tsx | 2 +- src/icons/Weather/CloudUpload.tsx | 2 +- src/icons/Weather/CloudWaterdrop.tsx | 2 +- src/icons/Weather/CloudWaterdrops.tsx | 2 +- src/icons/Weather/Clouds.tsx | 2 +- src/icons/Weather/CloudyMoon.tsx | 2 +- src/icons/Weather/CloundCross.tsx | 2 +- src/icons/Weather/Fog.tsx | 2 +- src/icons/Weather/Moon.tsx | 2 +- src/icons/Weather/MoonFog.tsx | 2 +- src/icons/Weather/MoonSleep.tsx | 2 +- src/icons/Weather/MoonStars.tsx | 2 +- src/icons/Weather/Snowflake.tsx | 2 +- src/icons/Weather/Stars.tsx | 2 +- src/icons/Weather/Sun.tsx | 2 +- src/icons/Weather/Sun2.tsx | 2 +- src/icons/Weather/SunFog.tsx | 2 +- src/icons/Weather/Sunrise.tsx | 2 +- src/icons/Weather/Sunset.tsx | 2 +- src/icons/Weather/Temperature.tsx | 2 +- src/icons/Weather/Tornado.tsx | 2 +- src/icons/Weather/TornadoSmall.tsx | 2 +- src/icons/Weather/Waterdrops.tsx | 2 +- src/icons/Weather/Wind.tsx | 2 +- src/icons/Weather/index.tsx | 2 +- 1290 files changed, 1931 insertions(+), 1645 deletions(-) create mode 100644 CHANGELOG.md rename src/{icons => }/IconWrapper.tsx (93%) delete mode 100644 src/icons/ArrowsAction/Rearrange.tsx create mode 100644 src/icons/ArrowsAction/Reorder.tsx delete mode 100644 src/icons/Astronomy/Star2.tsx create mode 100644 src/icons/Astronomy/Stars.tsx create mode 100644 src/icons/BuildingInfrastructure/Home.tsx delete mode 100644 src/icons/BuildingInfrastructure/House.tsx delete mode 100644 src/icons/Call/RecordCall.tsx delete mode 100644 src/icons/Call/RecordCallCircle.tsx delete mode 100644 src/icons/Call/RecordCallSquare.tsx create mode 100644 src/icons/Call/RecordCircle.tsx create mode 100644 src/icons/Call/RecordMinimalistic.tsx create mode 100644 src/icons/Call/RecordSquare.tsx delete mode 100644 src/icons/EssentionalUi/HandMirror.tsx create mode 100644 src/icons/EssentionalUi/Mirror.tsx create mode 100644 src/icons/FoodKitchen/Cup.tsx delete mode 100644 src/icons/FoodKitchen/CupMinimalistic.tsx delete mode 100644 src/icons/Like/Rate.tsx create mode 100644 src/icons/Like/Star.tsx create mode 100644 src/icons/List/Bill.tsx delete mode 100644 src/icons/List/List2.tsx delete mode 100644 src/icons/List/List3.tsx create mode 100644 src/icons/MessagesConversation/Forward.tsx delete mode 100644 src/icons/MessagesConversation/ForwardRight.tsx create mode 100644 src/icons/Notes/Document.tsx create mode 100644 src/icons/Notes/DocumentAdd.tsx create mode 100644 src/icons/Notes/DocumentMedicine.tsx create mode 100644 src/icons/Notes/DocumentText.tsx create mode 100644 src/icons/Notes/Documents.tsx create mode 100644 src/icons/Notes/DocumentsMinimalistic.tsx delete mode 100644 src/icons/Notes/Note.tsx create mode 100644 src/icons/Notes/Notebook.tsx delete mode 100644 src/icons/Notes/Paper.tsx delete mode 100644 src/icons/Notes/PaperAdd.tsx delete mode 100644 src/icons/Notes/PaperMedicine.tsx delete mode 100644 src/icons/Notes/PaperText.tsx delete mode 100644 src/icons/Notes/Papers.tsx delete mode 100644 src/icons/Notes/PapersMinimalistic.tsx diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68e1345 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 2.0.0 + +- Moved IconWrapper component +- Clear icons directory before generete for update new icons +- Moved dependencies to dev dependencies +- Fixed export name conflict (For example: Rename Stars to AstronomyStars) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 84c9021..d1e2537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "solar-icon-set", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { @@ -8,26 +8,29 @@ "name": "solar-icon-set", "version": "1.0.0", "license": "GPL-3.0", - "dependencies": { - "@svgr/core": "^6.5.1", - "@svgr/plugin-jsx": "^6.5.1", - "@svgr/plugin-svgo": "^6.5.1", - "@types/node": "^18.11.9", - "@types/react": "^18.0.25", - "axios": "^1.1.3", + "devDependencies": { + "@svgr/core": "^8.0.0", + "@svgr/plugin-jsx": "^8.0.1", + "@svgr/plugin-svgo": "^8.0.1", + "@types/fs-extra": "^11.0.1", + "@types/node": "^20.1.2", + "@types/react": "^18.2.6", + "axios": "^1.4.0", "dotenv": "^16.0.3", "figma-api": "^1.11.0", + "fs-extra": "^11.1.1", "react": "^18.2.0", "ts-node": "^10.9.1", - "typescript": "^4.9.3" + "typescript": "^5.0.4" } }, "node_modules/@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", + "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "dev": true, "dependencies": { - "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" }, "engines": { @@ -35,9 +38,10 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", - "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz", + "integrity": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==", + "dev": true, "dependencies": { "@babel/highlight": "^7.18.6" }, @@ -46,32 +50,34 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz", - "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", + "version": "7.21.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.7.tgz", + "integrity": "sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==", + "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz", - "integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==", + "version": "7.21.8", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.8.tgz", + "integrity": "sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==", + "dev": true, "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.2", - "@babel/helper-compilation-targets": "^7.20.0", - "@babel/helper-module-transforms": "^7.20.2", - "@babel/helpers": "^7.20.1", - "@babel/parser": "^7.20.2", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.1", - "@babel/types": "^7.20.2", + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.21.4", + "@babel/generator": "^7.21.5", + "@babel/helper-compilation-targets": "^7.21.5", + "@babel/helper-module-transforms": "^7.21.5", + "@babel/helpers": "^7.21.5", + "@babel/parser": "^7.21.8", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.5", + "@babel/types": "^7.21.5", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", + "json5": "^2.2.2", "semver": "^6.3.0" }, "engines": { @@ -83,39 +89,40 @@ } }, "node_modules/@babel/generator": { - "version": "7.20.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz", - "integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.5.tgz", + "integrity": "sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==", + "dev": true, "dependencies": { - "@babel/types": "^7.20.2", + "@babel/types": "^7.21.5", "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "node_modules/@babel/generator/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", + "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", + "dev": true, "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", - "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz", + "integrity": "sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==", + "dev": true, "dependencies": { - "@babel/compat-data": "^7.20.0", - "@babel/helper-validator-option": "^7.18.6", + "@babel/compat-data": "^7.21.5", + "@babel/helper-validator-option": "^7.21.0", "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", "semver": "^6.3.0" }, "engines": { @@ -126,20 +133,22 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz", + "integrity": "sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==", + "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", - "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", + "integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==", + "dev": true, "dependencies": { - "@babel/template": "^7.18.10", - "@babel/types": "^7.19.0" + "@babel/template": "^7.20.7", + "@babel/types": "^7.21.0" }, "engines": { "node": ">=6.9.0" @@ -149,6 +158,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, "dependencies": { "@babel/types": "^7.18.6" }, @@ -157,40 +167,43 @@ } }, "node_modules/@babel/helper-module-imports": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", - "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz", + "integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==", + "dev": true, "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.21.4" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz", - "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz", + "integrity": "sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==", + "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-environment-visitor": "^7.21.5", + "@babel/helper-module-imports": "^7.21.4", + "@babel/helper-simple-access": "^7.21.5", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.1", - "@babel/types": "^7.20.2" + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.5", + "@babel/types": "^7.21.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", - "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz", + "integrity": "sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==", + "dev": true, "dependencies": { - "@babel/types": "^7.20.2" + "@babel/types": "^7.21.5" }, "engines": { "node": ">=6.9.0" @@ -200,6 +213,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, "dependencies": { "@babel/types": "^7.18.6" }, @@ -208,9 +222,10 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", - "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz", + "integrity": "sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==", + "dev": true, "engines": { "node": ">=6.9.0" } @@ -219,26 +234,29 @@ "version": "7.19.1", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", - "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", + "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", + "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", - "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.5.tgz", + "integrity": "sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==", + "dev": true, "dependencies": { - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.1", - "@babel/types": "^7.20.0" + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.5", + "@babel/types": "^7.21.5" }, "engines": { "node": ">=6.9.0" @@ -248,6 +266,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", @@ -258,9 +277,10 @@ } }, "node_modules/@babel/parser": { - "version": "7.20.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz", - "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==", + "version": "7.21.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz", + "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==", + "dev": true, "bin": { "parser": "bin/babel-parser.js" }, @@ -269,31 +289,33 @@ } }, "node_modules/@babel/template": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", - "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.18.10", - "@babel/types": "^7.18.10" + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", - "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz", + "integrity": "sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==", + "dev": true, "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.1", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.19.0", + "@babel/code-frame": "^7.21.4", + "@babel/generator": "^7.21.5", + "@babel/helper-environment-visitor": "^7.21.5", + "@babel/helper-function-name": "^7.21.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.20.1", - "@babel/types": "^7.20.0", + "@babel/parser": "^7.21.5", + "@babel/types": "^7.21.5", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -302,11 +324,12 @@ } }, "node_modules/@babel/types": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz", - "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz", + "integrity": "sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==", + "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-string-parser": "^7.21.5", "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, @@ -318,6 +341,7 @@ "version": "0.8.1", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, "dependencies": { "@jridgewell/trace-mapping": "0.3.9" }, @@ -326,12 +350,14 @@ } }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, "dependencies": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" }, "engines": { "node": ">=6.0.0" @@ -341,6 +367,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, "engines": { "node": ">=6.0.0" } @@ -349,6 +376,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, "engines": { "node": ">=6.0.0" } @@ -356,23 +384,26 @@ "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.14", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.9", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, "node_modules/@svgr/babel-plugin-add-jsx-attribute": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz", - "integrity": "sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz", + "integrity": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==", + "dev": true, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -383,11 +414,12 @@ } }, "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-6.5.0.tgz", - "integrity": "sha512-8zYdkym7qNyfXpWvu4yq46k41pyNM9SOstoWhKlm+IfdCE1DdnRKeMUPsWIEO/DEkaWxJ8T9esNdG3QwQ93jBA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz", + "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==", + "dev": true, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -398,11 +430,12 @@ } }, "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-6.5.0.tgz", - "integrity": "sha512-NFdxMq3xA42Kb1UbzCVxplUc0iqSyM9X8kopImvFnB+uSDdzIHOdbs1op8ofAvVRtbg4oZiyRl3fTYeKcOe9Iw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz", + "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==", + "dev": true, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -413,11 +446,12 @@ } }, "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.5.1.tgz", - "integrity": "sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz", + "integrity": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==", + "dev": true, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -428,11 +462,12 @@ } }, "node_modules/@svgr/babel-plugin-svg-dynamic-title": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.5.1.tgz", - "integrity": "sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz", + "integrity": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==", + "dev": true, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -443,11 +478,12 @@ } }, "node_modules/@svgr/babel-plugin-svg-em-dimensions": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.5.1.tgz", - "integrity": "sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz", + "integrity": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==", + "dev": true, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -458,11 +494,12 @@ } }, "node_modules/@svgr/babel-plugin-transform-react-native-svg": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.5.1.tgz", - "integrity": "sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.0.0.tgz", + "integrity": "sha512-UKrY3860AQICgH7g+6h2zkoxeVEPLYwX/uAjmqo4PIq2FIHppwhIqZstIyTz0ZtlwreKR41O3W3BzsBBiJV2Aw==", + "dev": true, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -473,9 +510,10 @@ } }, "node_modules/@svgr/babel-plugin-transform-svg-component": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.5.1.tgz", - "integrity": "sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz", + "integrity": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==", + "dev": true, "engines": { "node": ">=12" }, @@ -488,21 +526,22 @@ } }, "node_modules/@svgr/babel-preset": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-6.5.1.tgz", - "integrity": "sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.0.0.tgz", + "integrity": "sha512-KLcjiZychInVrhs86OvcYPLTFu9L5XV2vj0XAaE1HwE3J3jLmIzRY8ttdeAg/iFyp8nhavJpafpDZTt+1LIpkQ==", + "dev": true, "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": "^6.5.1", - "@svgr/babel-plugin-remove-jsx-attribute": "*", - "@svgr/babel-plugin-remove-jsx-empty-expression": "*", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^6.5.1", - "@svgr/babel-plugin-svg-dynamic-title": "^6.5.1", - "@svgr/babel-plugin-svg-em-dimensions": "^6.5.1", - "@svgr/babel-plugin-transform-react-native-svg": "^6.5.1", - "@svgr/babel-plugin-transform-svg-component": "^6.5.1" + "@svgr/babel-plugin-add-jsx-attribute": "8.0.0", + "@svgr/babel-plugin-remove-jsx-attribute": "8.0.0", + "@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0", + "@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0", + "@svgr/babel-plugin-svg-dynamic-title": "8.0.0", + "@svgr/babel-plugin-svg-em-dimensions": "8.0.0", + "@svgr/babel-plugin-transform-react-native-svg": "8.0.0", + "@svgr/babel-plugin-transform-svg-component": "8.0.0" }, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -513,18 +552,19 @@ } }, "node_modules/@svgr/core": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-6.5.1.tgz", - "integrity": "sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.0.0.tgz", + "integrity": "sha512-aJKtc+Pie/rFYsVH/unSkDaZGvEeylNv/s2cP+ta9/rYWxRVvoV/S4Qw65Kmrtah4CBK5PM6ISH9qUH7IJQCng==", + "dev": true, "dependencies": { - "@babel/core": "^7.19.6", - "@svgr/babel-preset": "^6.5.1", - "@svgr/plugin-jsx": "^6.5.1", + "@babel/core": "^7.21.3", + "@svgr/babel-preset": "8.0.0", "camelcase": "^6.2.0", - "cosmiconfig": "^7.0.1" + "cosmiconfig": "^8.1.3", + "snake-case": "^3.0.4" }, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -532,15 +572,16 @@ } }, "node_modules/@svgr/hast-util-to-babel-ast": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.5.1.tgz", - "integrity": "sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz", + "integrity": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==", + "dev": true, "dependencies": { - "@babel/types": "^7.20.0", + "@babel/types": "^7.21.3", "entities": "^4.4.0" }, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -548,37 +589,39 @@ } }, "node_modules/@svgr/plugin-jsx": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz", - "integrity": "sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.0.1.tgz", + "integrity": "sha512-bfCFb+4ZsM3UuKP2t7KmDwn6YV8qVn9HIQJmau6xeQb/iV65Rpi7NBNBWA2hcCd4GKoCqG8hpaaDk5FDR0eH+g==", + "dev": true, "dependencies": { - "@babel/core": "^7.19.6", - "@svgr/babel-preset": "^6.5.1", - "@svgr/hast-util-to-babel-ast": "^6.5.1", + "@babel/core": "^7.21.3", + "@svgr/babel-preset": "8.0.0", + "@svgr/hast-util-to-babel-ast": "8.0.0", "svg-parser": "^2.0.4" }, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", "url": "https://github.com/sponsors/gregberge" }, "peerDependencies": { - "@svgr/core": "^6.0.0" + "@svgr/core": "*" } }, "node_modules/@svgr/plugin-svgo": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz", - "integrity": "sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-8.0.1.tgz", + "integrity": "sha512-29OJ1QmJgnohQHDAgAuY2h21xWD6TZiXji+hnx+W635RiXTAlHTbjrZDktfqzkN0bOeQEtNe+xgq73/XeWFfSg==", + "dev": true, "dependencies": { - "cosmiconfig": "^7.0.1", - "deepmerge": "^4.2.2", - "svgo": "^2.8.0" + "cosmiconfig": "^8.1.3", + "deepmerge": "^4.3.1", + "svgo": "^3.0.2" }, "engines": { - "node": ">=10" + "node": ">=14" }, "funding": { "type": "github", @@ -592,6 +635,7 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "dev": true, "engines": { "node": ">=10.13.0" } @@ -599,42 +643,63 @@ "node_modules/@tsconfig/node10": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", - "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==" + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "dev": true }, "node_modules/@tsconfig/node12": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true }, "node_modules/@tsconfig/node14": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true }, "node_modules/@tsconfig/node16": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz", - "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==" + "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", + "dev": true + }, + "node_modules/@types/fs-extra": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz", + "integrity": "sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==", + "dev": true, + "dependencies": { + "@types/jsonfile": "*", + "@types/node": "*" + } }, - "node_modules/@types/node": { - "version": "18.11.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", - "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" + "node_modules/@types/jsonfile": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@types/jsonfile/-/jsonfile-6.1.1.tgz", + "integrity": "sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==", + "dev": true, + "dependencies": { + "@types/node": "*" + } }, - "node_modules/@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + "node_modules/@types/node": { + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.2.tgz", + "integrity": "sha512-CTO/wa8x+rZU626cL2BlbCDzydgnFNgc19h4YvizpTO88MFQxab8wqisxaofQJ/9bLGugRdWIuX/TbIs6VVF6g==", + "dev": true }, "node_modules/@types/prop-types": { "version": "15.7.5", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" + "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", + "dev": true }, "node_modules/@types/react": { - "version": "18.0.25", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.25.tgz", - "integrity": "sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==", + "version": "18.2.6", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.6.tgz", + "integrity": "sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==", + "dev": true, "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -644,12 +709,14 @@ "node_modules/@types/scheduler": { "version": "0.16.2", "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" + "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", + "dev": true }, "node_modules/acorn": { "version": "8.8.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==", + "dev": true, "bin": { "acorn": "bin/acorn" }, @@ -661,6 +728,7 @@ "version": "8.2.0", "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true, "engines": { "node": ">=0.4.0" } @@ -669,6 +737,7 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, "dependencies": { "color-convert": "^1.9.0" }, @@ -679,17 +748,26 @@ "node_modules/arg": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true }, "node_modules/axios": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.1.3.tgz", - "integrity": "sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz", + "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==", + "dev": true, "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -699,12 +777,14 @@ "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true }, "node_modules/browserslist": { - "version": "4.21.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", - "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", + "version": "4.21.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", + "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "dev": true, "funding": [ { "type": "opencollective", @@ -716,10 +796,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001400", - "electron-to-chromium": "^1.4.251", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.9" + "caniuse-lite": "^1.0.30001449", + "electron-to-chromium": "^1.4.284", + "node-releases": "^2.0.8", + "update-browserslist-db": "^1.0.10" }, "bin": { "browserslist": "cli.js" @@ -732,6 +812,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, "engines": { "node": ">=6" } @@ -740,6 +821,7 @@ "version": "6.3.0", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, "engines": { "node": ">=10" }, @@ -748,9 +830,10 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001434", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001434.tgz", - "integrity": "sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA==", + "version": "1.0.30001486", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001486.tgz", + "integrity": "sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==", + "dev": true, "funding": [ { "type": "opencollective", @@ -759,6 +842,10 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ] }, @@ -766,6 +853,7 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -779,6 +867,7 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, "dependencies": { "color-name": "1.1.3" } @@ -786,12 +875,14 @@ "node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, "dependencies": { "delayed-stream": "~1.0.0" }, @@ -803,6 +894,7 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, "engines": { "node": ">= 10" } @@ -810,37 +902,43 @@ "node_modules/convert-source-map": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true }, "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.3.tgz", + "integrity": "sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==", + "dev": true, "dependencies": { - "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" + "path-type": "^4.0.0" }, "engines": { - "node": ">=10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" } }, "node_modules/create-require": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true }, "node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "dev": true, "dependencies": { "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", "nth-check": "^2.0.1" }, "funding": { @@ -848,21 +946,23 @@ } }, "node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", + "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", + "dev": true, "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" + "mdn-data": "2.0.30", + "source-map-js": "^1.0.1" }, "engines": { - "node": ">=8.0.0" + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" } }, "node_modules/css-what": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true, "engines": { "node": ">= 6" }, @@ -871,25 +971,49 @@ } }, "node_modules/csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", + "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", + "dev": true, + "dependencies": { + "css-tree": "~2.2.0" + }, + "engines": { + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", + "npm": ">=7.0.0" + } + }, + "node_modules/csso/node_modules/css-tree": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", + "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", + "dev": true, "dependencies": { - "css-tree": "^1.1.2" + "mdn-data": "2.0.28", + "source-map-js": "^1.0.1" }, "engines": { - "node": ">=8.0.0" + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", + "npm": ">=7.0.0" } }, + "node_modules/csso/node_modules/mdn-data": { + "version": "2.0.28", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", + "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", + "dev": true + }, "node_modules/csstype": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", - "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" + "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==", + "dev": true }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, "dependencies": { "ms": "2.1.2" }, @@ -903,9 +1027,10 @@ } }, "node_modules/deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -914,6 +1039,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, "engines": { "node": ">=0.4.0" } @@ -922,35 +1048,30 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, "engines": { "node": ">=0.3.1" } }, "node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "dev": true, "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" }, "funding": { "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, - "node_modules/dom-serializer/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/domelementtype": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true, "funding": [ { "type": "github", @@ -959,11 +1080,12 @@ ] }, "node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dev": true, "dependencies": { - "domelementtype": "^2.2.0" + "domelementtype": "^2.3.0" }, "engines": { "node": ">= 4" @@ -973,35 +1095,49 @@ } }, "node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "dev": true, "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" }, "funding": { "url": "https://github.com/fb55/domutils?sponsor=1" } }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, "node_modules/dotenv": { "version": "16.0.3", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==", + "dev": true, "engines": { "node": ">=12" } }, "node_modules/electron-to-chromium": { - "version": "1.4.284", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", - "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==" + "version": "1.4.388", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.388.tgz", + "integrity": "sha512-xZ0y4zjWZgp65okzwwt00f2rYibkFPHUv9qBz+Vzn8cB9UXIo9Zc6Dw81LJYhhNt0G/vR1OJEfStZ49NKl0YxQ==", + "dev": true }, "node_modules/entities": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.4.0.tgz", - "integrity": "sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "dev": true, "engines": { "node": ">=0.12" }, @@ -1013,6 +1149,7 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, "dependencies": { "is-arrayish": "^0.2.1" } @@ -1021,6 +1158,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, "engines": { "node": ">=6" } @@ -1029,6 +1167,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, "engines": { "node": ">=0.8.0" } @@ -1037,6 +1176,7 @@ "version": "1.11.0", "resolved": "https://registry.npmjs.org/figma-api/-/figma-api-1.11.0.tgz", "integrity": "sha512-inGRug909pPeLqcCcjMwXGnxcJjMVeAXk/kLLjlo2y/IjYURgX56u7HUqUrmASmSUqQB9BVuz/PlK9KRDWkiPA==", + "dev": true, "dependencies": { "@types/node": "12.0.2", "axios": "^0.21.1" @@ -1045,12 +1185,14 @@ "node_modules/figma-api/node_modules/@types/node": { "version": "12.0.2", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.2.tgz", - "integrity": "sha512-5tabW/i+9mhrfEOUcLDu2xBPsHJ+X5Orqy9FKpale3SjDA17j5AEpYq5vfy3oAeAHGcvANRCO3NV3d2D6q3NiA==" + "integrity": "sha512-5tabW/i+9mhrfEOUcLDu2xBPsHJ+X5Orqy9FKpale3SjDA17j5AEpYq5vfy3oAeAHGcvANRCO3NV3d2D6q3NiA==", + "dev": true }, "node_modules/figma-api/node_modules/axios": { "version": "0.21.4", "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dev": true, "dependencies": { "follow-redirects": "^1.14.0" } @@ -1059,6 +1201,7 @@ "version": "1.15.2", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "dev": true, "funding": [ { "type": "individual", @@ -1078,6 +1221,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -1087,10 +1231,25 @@ "node": ">= 6" } }, + "node_modules/fs-extra": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", + "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, "engines": { "node": ">=6.9.0" } @@ -1099,14 +1258,22 @@ "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, "engines": { "node": ">=4" } }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, "node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, "engines": { "node": ">=4" } @@ -1115,6 +1282,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -1129,17 +1297,32 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, "bin": { "jsesc": "bin/jsesc" }, @@ -1150,12 +1333,14 @@ "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true }, "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, "bin": { "json5": "lib/cli.js" }, @@ -1163,15 +1348,29 @@ "node": ">=6" } }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true }, "node_modules/loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dev": true, "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -1179,20 +1378,41 @@ "loose-envify": "cli.js" } }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, "node_modules/make-error": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true }, "node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", + "dev": true }, "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, "engines": { "node": ">= 0.6" } @@ -1201,6 +1421,7 @@ "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, "dependencies": { "mime-db": "1.52.0" }, @@ -1211,17 +1432,30 @@ "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } }, "node_modules/node-releases": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==" + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", + "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", + "dev": true }, "node_modules/nth-check": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, "dependencies": { "boolbase": "^1.0.0" }, @@ -1233,6 +1467,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, "dependencies": { "callsites": "^3.0.0" }, @@ -1244,6 +1479,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -1261,6 +1497,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, "engines": { "node": ">=8" } @@ -1268,17 +1505,20 @@ "node_modules/picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true }, "node_modules/proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "dev": true }, "node_modules/react": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "dev": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -1290,6 +1530,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, "engines": { "node": ">=4" } @@ -1298,28 +1539,35 @@ "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, "bin": { "semver": "bin/semver.js" } }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/snake-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", + "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", + "dev": true, + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/stable": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", - "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" - }, "node_modules/supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, "dependencies": { "has-flag": "^3.0.0" }, @@ -1330,32 +1578,38 @@ "node_modules/svg-parser": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", - "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==", + "dev": true }, "node_modules/svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.2.tgz", + "integrity": "sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==", + "dev": true, "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" + "css-select": "^5.1.0", + "css-tree": "^2.2.1", + "csso": "^5.0.5", + "picocolors": "^1.0.0" }, "bin": { "svgo": "bin/svgo" }, "engines": { - "node": ">=10.13.0" + "node": ">=14.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/svgo" } }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, "engines": { "node": ">=4" } @@ -1364,6 +1618,7 @@ "version": "10.9.1", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "dev": true, "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -1402,22 +1657,39 @@ } } }, + "node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "dev": true + }, "node_modules/typescript": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", - "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", + "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", + "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=12.20" + } + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" } }, "node_modules/update-browserslist-db": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", - "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", + "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "dev": true, "funding": [ { "type": "opencollective", @@ -1426,6 +1698,10 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { @@ -1433,7 +1709,7 @@ "picocolors": "^1.0.0" }, "bin": { - "browserslist-lint": "cli.js" + "update-browserslist-db": "cli.js" }, "peerDependencies": { "browserslist": ">= 4.21.0" @@ -1442,20 +1718,20 @@ "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "engines": { - "node": ">= 6" - } + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true }, "node_modules/yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, "engines": { "node": ">=6" } diff --git a/package.json b/package.json index 25baf4a..b4f9a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solar-icon-set", - "version": "1.0.0", + "version": "2.0.0", "description": "Solar Icon Set in react", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -184,17 +184,19 @@ "url": "https://github.com/480-Design/Solar-Icon-Set/issues" }, "homepage": "https://github.com/480-Design/Solar-Icon-Set#readme", - "dependencies": { - "@svgr/core": "^6.5.1", - "@svgr/plugin-jsx": "^6.5.1", - "@svgr/plugin-svgo": "^6.5.1", - "@types/node": "^18.11.9", - "@types/react": "^18.0.25", - "axios": "^1.1.3", + "devDependencies": { + "@svgr/core": "^8.0.0", + "@svgr/plugin-jsx": "^8.0.1", + "@svgr/plugin-svgo": "^8.0.1", + "@types/fs-extra": "^11.0.1", + "@types/node": "^20.1.2", + "@types/react": "^18.2.6", + "axios": "^1.4.0", "dotenv": "^16.0.3", "figma-api": "^1.11.0", + "fs-extra": "^11.1.1", "react": "^18.2.0", "ts-node": "^10.9.1", - "typescript": "^4.9.3" + "typescript": "^5.0.4" } } diff --git a/src/icons/IconWrapper.tsx b/src/IconWrapper.tsx similarity index 93% rename from src/icons/IconWrapper.tsx rename to src/IconWrapper.tsx index c8e86bc..7a5867b 100644 --- a/src/icons/IconWrapper.tsx +++ b/src/IconWrapper.tsx @@ -1,5 +1,5 @@ import * as React from "react"; -import { IconProps } from "../types"; +import { IconProps } from "./types"; export const IconWrapper: React.FC<{ icon: React.ReactNode } & IconProps> = ({ icon, diff --git a/src/generate.ts b/src/generate.ts index fa5b641..f88743b 100644 --- a/src/generate.ts +++ b/src/generate.ts @@ -5,8 +5,12 @@ import os from "os"; import * as Figma from "figma-api"; import axios from "axios"; import { transform } from "@svgr/core"; +import * as fs from "fs-extra"; const icoDir = resolve(__dirname, "./icons"); +//clear dir before +fs.emptyDirSync(icoDir); + dotenv.config(); const { token, fileId } = process.env; @@ -137,7 +141,7 @@ const createIndex = ({ icons[c][n]; writeFileSync( resolve(dir, `${n}.tsx`), - `import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ${n} = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: ${Broken}, LineDuotone: ${LineDuotone}, Linear: ${Linear}, Outline: ${Outline}, Bold: ${Bold}, BoldDuotone: ${BoldDuotone} }; return }; export default ${n}` + `import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ${n} = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: ${Broken}, LineDuotone: ${LineDuotone}, Linear: ${Linear}, Outline: ${Outline}, Bold: ${Bold}, BoldDuotone: ${BoldDuotone} }; return }; export default ${n}` ); }); createIndex({ dir, indexFileName: "index.tsx" }); diff --git a/src/icons/Arrows/AltArrowDown.tsx b/src/icons/Arrows/AltArrowDown.tsx index 1b58d16..0bb5c47 100644 --- a/src/icons/Arrows/AltArrowDown.tsx +++ b/src/icons/Arrows/AltArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AltArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AltArrowDown \ No newline at end of file diff --git a/src/icons/Arrows/AltArrowLeft.tsx b/src/icons/Arrows/AltArrowLeft.tsx index 152dbd4..8e0fe8d 100644 --- a/src/icons/Arrows/AltArrowLeft.tsx +++ b/src/icons/Arrows/AltArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AltArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AltArrowLeft \ No newline at end of file diff --git a/src/icons/Arrows/AltArrowRight.tsx b/src/icons/Arrows/AltArrowRight.tsx index aaf1c11..4f776e8 100644 --- a/src/icons/Arrows/AltArrowRight.tsx +++ b/src/icons/Arrows/AltArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AltArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AltArrowRight \ No newline at end of file diff --git a/src/icons/Arrows/AltArrowUp.tsx b/src/icons/Arrows/AltArrowUp.tsx index 44a409c..c43d7a2 100644 --- a/src/icons/Arrows/AltArrowUp.tsx +++ b/src/icons/Arrows/AltArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AltArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AltArrowUp \ No newline at end of file diff --git a/src/icons/Arrows/ArrowDown.tsx b/src/icons/Arrows/ArrowDown.tsx index 2cdabcf..fe89661 100644 --- a/src/icons/Arrows/ArrowDown.tsx +++ b/src/icons/Arrows/ArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowDown \ No newline at end of file diff --git a/src/icons/Arrows/ArrowLeft.tsx b/src/icons/Arrows/ArrowLeft.tsx index 167d47c..cf31d88 100644 --- a/src/icons/Arrows/ArrowLeft.tsx +++ b/src/icons/Arrows/ArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowLeft \ No newline at end of file diff --git a/src/icons/Arrows/ArrowLeftDown.tsx b/src/icons/Arrows/ArrowLeftDown.tsx index 4e04bfc..b719e4d 100644 --- a/src/icons/Arrows/ArrowLeftDown.tsx +++ b/src/icons/Arrows/ArrowLeftDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowLeftDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowLeftDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowLeftDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowLeftDown \ No newline at end of file diff --git a/src/icons/Arrows/ArrowLeftUp.tsx b/src/icons/Arrows/ArrowLeftUp.tsx index 16f0eb4..7b7c22f 100644 --- a/src/icons/Arrows/ArrowLeftUp.tsx +++ b/src/icons/Arrows/ArrowLeftUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowLeftUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowLeftUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowLeftUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowLeftUp \ No newline at end of file diff --git a/src/icons/Arrows/ArrowRight.tsx b/src/icons/Arrows/ArrowRight.tsx index 6793982..8817e1d 100644 --- a/src/icons/Arrows/ArrowRight.tsx +++ b/src/icons/Arrows/ArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowRight \ No newline at end of file diff --git a/src/icons/Arrows/ArrowRightDown.tsx b/src/icons/Arrows/ArrowRightDown.tsx index a83c73f..23333ea 100644 --- a/src/icons/Arrows/ArrowRightDown.tsx +++ b/src/icons/Arrows/ArrowRightDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowRightDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowRightDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowRightDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowRightDown \ No newline at end of file diff --git a/src/icons/Arrows/ArrowRightUp.tsx b/src/icons/Arrows/ArrowRightUp.tsx index 2a68926..cbb28ca 100644 --- a/src/icons/Arrows/ArrowRightUp.tsx +++ b/src/icons/Arrows/ArrowRightUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowRightUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowRightUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowRightUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowRightUp \ No newline at end of file diff --git a/src/icons/Arrows/ArrowUp.tsx b/src/icons/Arrows/ArrowUp.tsx index 604b805..5fbce43 100644 --- a/src/icons/Arrows/ArrowUp.tsx +++ b/src/icons/Arrows/ArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowUp \ No newline at end of file diff --git a/src/icons/Arrows/DoubleAltArrowDown.tsx b/src/icons/Arrows/DoubleAltArrowDown.tsx index 1b4505c..54acaa3 100644 --- a/src/icons/Arrows/DoubleAltArrowDown.tsx +++ b/src/icons/Arrows/DoubleAltArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DoubleAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DoubleAltArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DoubleAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DoubleAltArrowDown \ No newline at end of file diff --git a/src/icons/Arrows/DoubleAltArrowLeft.tsx b/src/icons/Arrows/DoubleAltArrowLeft.tsx index 251f1c2..63a9caf 100644 --- a/src/icons/Arrows/DoubleAltArrowLeft.tsx +++ b/src/icons/Arrows/DoubleAltArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DoubleAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DoubleAltArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DoubleAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DoubleAltArrowLeft \ No newline at end of file diff --git a/src/icons/Arrows/DoubleAltArrowRight.tsx b/src/icons/Arrows/DoubleAltArrowRight.tsx index 539a876..b74fa7c 100644 --- a/src/icons/Arrows/DoubleAltArrowRight.tsx +++ b/src/icons/Arrows/DoubleAltArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DoubleAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DoubleAltArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DoubleAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DoubleAltArrowRight \ No newline at end of file diff --git a/src/icons/Arrows/DoubleAltArrowUp.tsx b/src/icons/Arrows/DoubleAltArrowUp.tsx index c7e9856..b7a36cb 100644 --- a/src/icons/Arrows/DoubleAltArrowUp.tsx +++ b/src/icons/Arrows/DoubleAltArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DoubleAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DoubleAltArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DoubleAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DoubleAltArrowUp \ No newline at end of file diff --git a/src/icons/Arrows/Refresh.tsx b/src/icons/Arrows/Refresh.tsx index 24cd488..9b59bbf 100644 --- a/src/icons/Arrows/Refresh.tsx +++ b/src/icons/Arrows/Refresh.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Refresh = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Refresh \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Refresh = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Refresh \ No newline at end of file diff --git a/src/icons/Arrows/RefreshCircle.tsx b/src/icons/Arrows/RefreshCircle.tsx index 22bfe15..54b270a 100644 --- a/src/icons/Arrows/RefreshCircle.tsx +++ b/src/icons/Arrows/RefreshCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RefreshCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RefreshCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RefreshCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RefreshCircle \ No newline at end of file diff --git a/src/icons/Arrows/RefreshSquare.tsx b/src/icons/Arrows/RefreshSquare.tsx index f4c8c4c..f1a2973 100644 --- a/src/icons/Arrows/RefreshSquare.tsx +++ b/src/icons/Arrows/RefreshSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RefreshSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RefreshSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RefreshSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RefreshSquare \ No newline at end of file diff --git a/src/icons/Arrows/Restart.tsx b/src/icons/Arrows/Restart.tsx index 863f9ee..bccabd2 100644 --- a/src/icons/Arrows/Restart.tsx +++ b/src/icons/Arrows/Restart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Restart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Restart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Restart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Restart \ No newline at end of file diff --git a/src/icons/Arrows/RestartCircle.tsx b/src/icons/Arrows/RestartCircle.tsx index e6d60bf..d3352b0 100644 --- a/src/icons/Arrows/RestartCircle.tsx +++ b/src/icons/Arrows/RestartCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RestartCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RestartCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RestartCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RestartCircle \ No newline at end of file diff --git a/src/icons/Arrows/RestartSquare.tsx b/src/icons/Arrows/RestartSquare.tsx index 44c16ed..2d2d9aa 100644 --- a/src/icons/Arrows/RestartSquare.tsx +++ b/src/icons/Arrows/RestartSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RestartSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RestartSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RestartSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RestartSquare \ No newline at end of file diff --git a/src/icons/Arrows/RoundAltArrowDown.tsx b/src/icons/Arrows/RoundAltArrowDown.tsx index ff7c728..452d78b 100644 --- a/src/icons/Arrows/RoundAltArrowDown.tsx +++ b/src/icons/Arrows/RoundAltArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundAltArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundAltArrowDown \ No newline at end of file diff --git a/src/icons/Arrows/RoundAltArrowLeft.tsx b/src/icons/Arrows/RoundAltArrowLeft.tsx index f8335ea..91f17ab 100644 --- a/src/icons/Arrows/RoundAltArrowLeft.tsx +++ b/src/icons/Arrows/RoundAltArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundAltArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundAltArrowLeft \ No newline at end of file diff --git a/src/icons/Arrows/RoundAltArrowRight.tsx b/src/icons/Arrows/RoundAltArrowRight.tsx index 81bc5d2..a10d6bb 100644 --- a/src/icons/Arrows/RoundAltArrowRight.tsx +++ b/src/icons/Arrows/RoundAltArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundAltArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundAltArrowRight \ No newline at end of file diff --git a/src/icons/Arrows/RoundAltArrowUp.tsx b/src/icons/Arrows/RoundAltArrowUp.tsx index 5cb3d4d..0d79d32 100644 --- a/src/icons/Arrows/RoundAltArrowUp.tsx +++ b/src/icons/Arrows/RoundAltArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundAltArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundAltArrowUp \ No newline at end of file diff --git a/src/icons/Arrows/RoundArrowDown.tsx b/src/icons/Arrows/RoundArrowDown.tsx index 5ca5142..e497507 100644 --- a/src/icons/Arrows/RoundArrowDown.tsx +++ b/src/icons/Arrows/RoundArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowDown \ No newline at end of file diff --git a/src/icons/Arrows/RoundArrowLeft.tsx b/src/icons/Arrows/RoundArrowLeft.tsx index ca15ce2..e9e0167 100644 --- a/src/icons/Arrows/RoundArrowLeft.tsx +++ b/src/icons/Arrows/RoundArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowLeft \ No newline at end of file diff --git a/src/icons/Arrows/RoundArrowLeftDown.tsx b/src/icons/Arrows/RoundArrowLeftDown.tsx index f6f1665..6857b13 100644 --- a/src/icons/Arrows/RoundArrowLeftDown.tsx +++ b/src/icons/Arrows/RoundArrowLeftDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundArrowLeftDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowLeftDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundArrowLeftDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowLeftDown \ No newline at end of file diff --git a/src/icons/Arrows/RoundArrowLeftUp.tsx b/src/icons/Arrows/RoundArrowLeftUp.tsx index ae72494..e04dc57 100644 --- a/src/icons/Arrows/RoundArrowLeftUp.tsx +++ b/src/icons/Arrows/RoundArrowLeftUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundArrowLeftUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowLeftUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundArrowLeftUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowLeftUp \ No newline at end of file diff --git a/src/icons/Arrows/RoundArrowRight.tsx b/src/icons/Arrows/RoundArrowRight.tsx index 74e4ae5..d77aaea 100644 --- a/src/icons/Arrows/RoundArrowRight.tsx +++ b/src/icons/Arrows/RoundArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowRight \ No newline at end of file diff --git a/src/icons/Arrows/RoundArrowRightDown.tsx b/src/icons/Arrows/RoundArrowRightDown.tsx index 12a7451..8577c19 100644 --- a/src/icons/Arrows/RoundArrowRightDown.tsx +++ b/src/icons/Arrows/RoundArrowRightDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundArrowRightDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowRightDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundArrowRightDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowRightDown \ No newline at end of file diff --git a/src/icons/Arrows/RoundArrowRightUp.tsx b/src/icons/Arrows/RoundArrowRightUp.tsx index cb52d8d..536c45c 100644 --- a/src/icons/Arrows/RoundArrowRightUp.tsx +++ b/src/icons/Arrows/RoundArrowRightUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundArrowRightUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowRightUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundArrowRightUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowRightUp \ No newline at end of file diff --git a/src/icons/Arrows/RoundArrowUp.tsx b/src/icons/Arrows/RoundArrowUp.tsx index ef72c46..5db0339 100644 --- a/src/icons/Arrows/RoundArrowUp.tsx +++ b/src/icons/Arrows/RoundArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundArrowUp \ No newline at end of file diff --git a/src/icons/Arrows/RoundDoubleAltArrowDown.tsx b/src/icons/Arrows/RoundDoubleAltArrowDown.tsx index f4f86bb..67dc290 100644 --- a/src/icons/Arrows/RoundDoubleAltArrowDown.tsx +++ b/src/icons/Arrows/RoundDoubleAltArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundDoubleAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundDoubleAltArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundDoubleAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundDoubleAltArrowDown \ No newline at end of file diff --git a/src/icons/Arrows/RoundDoubleAltArrowLeft.tsx b/src/icons/Arrows/RoundDoubleAltArrowLeft.tsx index 7cba482..7afd243 100644 --- a/src/icons/Arrows/RoundDoubleAltArrowLeft.tsx +++ b/src/icons/Arrows/RoundDoubleAltArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundDoubleAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundDoubleAltArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundDoubleAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundDoubleAltArrowLeft \ No newline at end of file diff --git a/src/icons/Arrows/RoundDoubleAltArrowRight.tsx b/src/icons/Arrows/RoundDoubleAltArrowRight.tsx index c179daa..fba2a15 100644 --- a/src/icons/Arrows/RoundDoubleAltArrowRight.tsx +++ b/src/icons/Arrows/RoundDoubleAltArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundDoubleAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundDoubleAltArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundDoubleAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundDoubleAltArrowRight \ No newline at end of file diff --git a/src/icons/Arrows/RoundDoubleAltArrowUp.tsx b/src/icons/Arrows/RoundDoubleAltArrowUp.tsx index a91dc06..00e1760 100644 --- a/src/icons/Arrows/RoundDoubleAltArrowUp.tsx +++ b/src/icons/Arrows/RoundDoubleAltArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundDoubleAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundDoubleAltArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundDoubleAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundDoubleAltArrowUp \ No newline at end of file diff --git a/src/icons/Arrows/RoundSortHorizontal.tsx b/src/icons/Arrows/RoundSortHorizontal.tsx index 361d430..0f7af2f 100644 --- a/src/icons/Arrows/RoundSortHorizontal.tsx +++ b/src/icons/Arrows/RoundSortHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundSortHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundSortHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundSortHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundSortHorizontal \ No newline at end of file diff --git a/src/icons/Arrows/RoundSortVertical.tsx b/src/icons/Arrows/RoundSortVertical.tsx index c4215ea..b13336e 100644 --- a/src/icons/Arrows/RoundSortVertical.tsx +++ b/src/icons/Arrows/RoundSortVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundSortVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundSortVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundSortVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundSortVertical \ No newline at end of file diff --git a/src/icons/Arrows/RoundTransferDiagonal.tsx b/src/icons/Arrows/RoundTransferDiagonal.tsx index a846f06..1f41567 100644 --- a/src/icons/Arrows/RoundTransferDiagonal.tsx +++ b/src/icons/Arrows/RoundTransferDiagonal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundTransferDiagonal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundTransferDiagonal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundTransferDiagonal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundTransferDiagonal \ No newline at end of file diff --git a/src/icons/Arrows/RoundTransferHorizontal.tsx b/src/icons/Arrows/RoundTransferHorizontal.tsx index 5ee21bb..5ec04ff 100644 --- a/src/icons/Arrows/RoundTransferHorizontal.tsx +++ b/src/icons/Arrows/RoundTransferHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundTransferHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundTransferHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundTransferHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundTransferHorizontal \ No newline at end of file diff --git a/src/icons/Arrows/RoundTransferVertical.tsx b/src/icons/Arrows/RoundTransferVertical.tsx index 6c6574a..db62d9d 100644 --- a/src/icons/Arrows/RoundTransferVertical.tsx +++ b/src/icons/Arrows/RoundTransferVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundTransferVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundTransferVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundTransferVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundTransferVertical \ No newline at end of file diff --git a/src/icons/Arrows/SortHorizontal.tsx b/src/icons/Arrows/SortHorizontal.tsx index af197c0..e458aa3 100644 --- a/src/icons/Arrows/SortHorizontal.tsx +++ b/src/icons/Arrows/SortHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SortHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SortHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortHorizontal \ No newline at end of file diff --git a/src/icons/Arrows/SortVertical.tsx b/src/icons/Arrows/SortVertical.tsx index 32febcc..2b4d2c6 100644 --- a/src/icons/Arrows/SortVertical.tsx +++ b/src/icons/Arrows/SortVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SortVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SortVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortVertical \ No newline at end of file diff --git a/src/icons/Arrows/SquareAltArrowDown.tsx b/src/icons/Arrows/SquareAltArrowDown.tsx index 446e663..41928a8 100644 --- a/src/icons/Arrows/SquareAltArrowDown.tsx +++ b/src/icons/Arrows/SquareAltArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAltArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAltArrowDown \ No newline at end of file diff --git a/src/icons/Arrows/SquareAltArrowLeft.tsx b/src/icons/Arrows/SquareAltArrowLeft.tsx index 384e831..77cb9c5 100644 --- a/src/icons/Arrows/SquareAltArrowLeft.tsx +++ b/src/icons/Arrows/SquareAltArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAltArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAltArrowLeft \ No newline at end of file diff --git a/src/icons/Arrows/SquareAltArrowRight.tsx b/src/icons/Arrows/SquareAltArrowRight.tsx index 699cced..256d232 100644 --- a/src/icons/Arrows/SquareAltArrowRight.tsx +++ b/src/icons/Arrows/SquareAltArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAltArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAltArrowRight \ No newline at end of file diff --git a/src/icons/Arrows/SquareAltArrowUp.tsx b/src/icons/Arrows/SquareAltArrowUp.tsx index e9b177d..621eb2a 100644 --- a/src/icons/Arrows/SquareAltArrowUp.tsx +++ b/src/icons/Arrows/SquareAltArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAltArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAltArrowUp \ No newline at end of file diff --git a/src/icons/Arrows/SquareArrowDown.tsx b/src/icons/Arrows/SquareArrowDown.tsx index 8fc9099..0c5e287 100644 --- a/src/icons/Arrows/SquareArrowDown.tsx +++ b/src/icons/Arrows/SquareArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowDown \ No newline at end of file diff --git a/src/icons/Arrows/SquareArrowLeft.tsx b/src/icons/Arrows/SquareArrowLeft.tsx index 39091d8..f96a999 100644 --- a/src/icons/Arrows/SquareArrowLeft.tsx +++ b/src/icons/Arrows/SquareArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowLeft \ No newline at end of file diff --git a/src/icons/Arrows/SquareArrowLeftDown.tsx b/src/icons/Arrows/SquareArrowLeftDown.tsx index 1d6dc74..f64eba5 100644 --- a/src/icons/Arrows/SquareArrowLeftDown.tsx +++ b/src/icons/Arrows/SquareArrowLeftDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareArrowLeftDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowLeftDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareArrowLeftDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowLeftDown \ No newline at end of file diff --git a/src/icons/Arrows/SquareArrowLeftUp.tsx b/src/icons/Arrows/SquareArrowLeftUp.tsx index e0c84ce..b072a85 100644 --- a/src/icons/Arrows/SquareArrowLeftUp.tsx +++ b/src/icons/Arrows/SquareArrowLeftUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareArrowLeftUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowLeftUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareArrowLeftUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowLeftUp \ No newline at end of file diff --git a/src/icons/Arrows/SquareArrowRight.tsx b/src/icons/Arrows/SquareArrowRight.tsx index 9fa5c79..4aa638c 100644 --- a/src/icons/Arrows/SquareArrowRight.tsx +++ b/src/icons/Arrows/SquareArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowRight \ No newline at end of file diff --git a/src/icons/Arrows/SquareArrowRightDown.tsx b/src/icons/Arrows/SquareArrowRightDown.tsx index 003a6e9..cdde9a4 100644 --- a/src/icons/Arrows/SquareArrowRightDown.tsx +++ b/src/icons/Arrows/SquareArrowRightDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareArrowRightDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowRightDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareArrowRightDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowRightDown \ No newline at end of file diff --git a/src/icons/Arrows/SquareArrowRightUp.tsx b/src/icons/Arrows/SquareArrowRightUp.tsx index 25e71e5..2df0c5c 100644 --- a/src/icons/Arrows/SquareArrowRightUp.tsx +++ b/src/icons/Arrows/SquareArrowRightUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareArrowRightUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowRightUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareArrowRightUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowRightUp \ No newline at end of file diff --git a/src/icons/Arrows/SquareArrowUp.tsx b/src/icons/Arrows/SquareArrowUp.tsx index 318be42..a95ceff 100644 --- a/src/icons/Arrows/SquareArrowUp.tsx +++ b/src/icons/Arrows/SquareArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareArrowUp \ No newline at end of file diff --git a/src/icons/Arrows/SquareDoubleAltArrowDown.tsx b/src/icons/Arrows/SquareDoubleAltArrowDown.tsx index d2e93ff..1397102 100644 --- a/src/icons/Arrows/SquareDoubleAltArrowDown.tsx +++ b/src/icons/Arrows/SquareDoubleAltArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareDoubleAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareDoubleAltArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareDoubleAltArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareDoubleAltArrowDown \ No newline at end of file diff --git a/src/icons/Arrows/SquareDoubleAltArrowLeft.tsx b/src/icons/Arrows/SquareDoubleAltArrowLeft.tsx index c12d2f2..cf0b2dc 100644 --- a/src/icons/Arrows/SquareDoubleAltArrowLeft.tsx +++ b/src/icons/Arrows/SquareDoubleAltArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareDoubleAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareDoubleAltArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareDoubleAltArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareDoubleAltArrowLeft \ No newline at end of file diff --git a/src/icons/Arrows/SquareDoubleAltArrowRight.tsx b/src/icons/Arrows/SquareDoubleAltArrowRight.tsx index 37721c7..d14aef0 100644 --- a/src/icons/Arrows/SquareDoubleAltArrowRight.tsx +++ b/src/icons/Arrows/SquareDoubleAltArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareDoubleAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareDoubleAltArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareDoubleAltArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareDoubleAltArrowRight \ No newline at end of file diff --git a/src/icons/Arrows/SquareDoubleAltArrowUp.tsx b/src/icons/Arrows/SquareDoubleAltArrowUp.tsx index ca6cb53..ca1d178 100644 --- a/src/icons/Arrows/SquareDoubleAltArrowUp.tsx +++ b/src/icons/Arrows/SquareDoubleAltArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareDoubleAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareDoubleAltArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareDoubleAltArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareDoubleAltArrowUp \ No newline at end of file diff --git a/src/icons/Arrows/SquareSortHorizontal.tsx b/src/icons/Arrows/SquareSortHorizontal.tsx index 56eae3d..1959ddc 100644 --- a/src/icons/Arrows/SquareSortHorizontal.tsx +++ b/src/icons/Arrows/SquareSortHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareSortHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareSortHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareSortHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareSortHorizontal \ No newline at end of file diff --git a/src/icons/Arrows/SquareSortVertical.tsx b/src/icons/Arrows/SquareSortVertical.tsx index 6db7e38..1c504fd 100644 --- a/src/icons/Arrows/SquareSortVertical.tsx +++ b/src/icons/Arrows/SquareSortVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareSortVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareSortVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareSortVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareSortVertical \ No newline at end of file diff --git a/src/icons/Arrows/SquareTransferHorizontal.tsx b/src/icons/Arrows/SquareTransferHorizontal.tsx index 36b198b..6b58202 100644 --- a/src/icons/Arrows/SquareTransferHorizontal.tsx +++ b/src/icons/Arrows/SquareTransferHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareTransferHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareTransferHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareTransferHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareTransferHorizontal \ No newline at end of file diff --git a/src/icons/Arrows/SquareTransferVertical.tsx b/src/icons/Arrows/SquareTransferVertical.tsx index 0a4c36e..bdd709c 100644 --- a/src/icons/Arrows/SquareTransferVertical.tsx +++ b/src/icons/Arrows/SquareTransferVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareTransferVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareTransferVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareTransferVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareTransferVertical \ No newline at end of file diff --git a/src/icons/Arrows/TransferHorizontal.tsx b/src/icons/Arrows/TransferHorizontal.tsx index 7402997..558215e 100644 --- a/src/icons/Arrows/TransferHorizontal.tsx +++ b/src/icons/Arrows/TransferHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TransferHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TransferHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TransferHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TransferHorizontal \ No newline at end of file diff --git a/src/icons/Arrows/TransferVertical.tsx b/src/icons/Arrows/TransferVertical.tsx index 34f4754..0981248 100644 --- a/src/icons/Arrows/TransferVertical.tsx +++ b/src/icons/Arrows/TransferVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TransferVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TransferVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TransferVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TransferVertical \ No newline at end of file diff --git a/src/icons/ArrowsAction/ArrowToDownLeft.tsx b/src/icons/ArrowsAction/ArrowToDownLeft.tsx index 9908853..240a224 100644 --- a/src/icons/ArrowsAction/ArrowToDownLeft.tsx +++ b/src/icons/ArrowsAction/ArrowToDownLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowToDownLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowToDownLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowToDownLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowToDownLeft \ No newline at end of file diff --git a/src/icons/ArrowsAction/ArrowToDownRight.tsx b/src/icons/ArrowsAction/ArrowToDownRight.tsx index bb6fd4e..4b29934 100644 --- a/src/icons/ArrowsAction/ArrowToDownRight.tsx +++ b/src/icons/ArrowsAction/ArrowToDownRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowToDownRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowToDownRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowToDownRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowToDownRight \ No newline at end of file diff --git a/src/icons/ArrowsAction/ArrowToTopLeft.tsx b/src/icons/ArrowsAction/ArrowToTopLeft.tsx index 285d7d7..46edd93 100644 --- a/src/icons/ArrowsAction/ArrowToTopLeft.tsx +++ b/src/icons/ArrowsAction/ArrowToTopLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowToTopLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowToTopLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowToTopLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowToTopLeft \ No newline at end of file diff --git a/src/icons/ArrowsAction/ArrowToTopRight.tsx b/src/icons/ArrowsAction/ArrowToTopRight.tsx index 4a4b37d..cdac0b1 100644 --- a/src/icons/ArrowsAction/ArrowToTopRight.tsx +++ b/src/icons/ArrowsAction/ArrowToTopRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArrowToTopRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowToTopRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArrowToTopRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArrowToTopRight \ No newline at end of file diff --git a/src/icons/ArrowsAction/CircleBottomDown.tsx b/src/icons/ArrowsAction/CircleBottomDown.tsx index 49ed196..299a2e3 100644 --- a/src/icons/ArrowsAction/CircleBottomDown.tsx +++ b/src/icons/ArrowsAction/CircleBottomDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CircleBottomDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CircleBottomDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CircleBottomDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CircleBottomDown \ No newline at end of file diff --git a/src/icons/ArrowsAction/CircleBottomUp.tsx b/src/icons/ArrowsAction/CircleBottomUp.tsx index a23919f..2cce787 100644 --- a/src/icons/ArrowsAction/CircleBottomUp.tsx +++ b/src/icons/ArrowsAction/CircleBottomUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CircleBottomUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CircleBottomUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CircleBottomUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CircleBottomUp \ No newline at end of file diff --git a/src/icons/ArrowsAction/CircleTopDown.tsx b/src/icons/ArrowsAction/CircleTopDown.tsx index 8fa6b41..c2a3eca 100644 --- a/src/icons/ArrowsAction/CircleTopDown.tsx +++ b/src/icons/ArrowsAction/CircleTopDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CircleTopDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CircleTopDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CircleTopDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CircleTopDown \ No newline at end of file diff --git a/src/icons/ArrowsAction/CircleTopUp.tsx b/src/icons/ArrowsAction/CircleTopUp.tsx index b42e752..e300144 100644 --- a/src/icons/ArrowsAction/CircleTopUp.tsx +++ b/src/icons/ArrowsAction/CircleTopUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CircleTopUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CircleTopUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CircleTopUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CircleTopUp \ No newline at end of file diff --git a/src/icons/ArrowsAction/Download.tsx b/src/icons/ArrowsAction/Download.tsx index 7898e74..822adc2 100644 --- a/src/icons/ArrowsAction/Download.tsx +++ b/src/icons/ArrowsAction/Download.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Download = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Download \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Download = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Download \ No newline at end of file diff --git a/src/icons/ArrowsAction/DownloadMinimalistic.tsx b/src/icons/ArrowsAction/DownloadMinimalistic.tsx index a303363..ac94276 100644 --- a/src/icons/ArrowsAction/DownloadMinimalistic.tsx +++ b/src/icons/ArrowsAction/DownloadMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DownloadMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DownloadMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DownloadMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DownloadMinimalistic \ No newline at end of file diff --git a/src/icons/ArrowsAction/DownloadSquare.tsx b/src/icons/ArrowsAction/DownloadSquare.tsx index 53498e5..422767c 100644 --- a/src/icons/ArrowsAction/DownloadSquare.tsx +++ b/src/icons/ArrowsAction/DownloadSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DownloadSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DownloadSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DownloadSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DownloadSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/DownloadTwiceSquare.tsx b/src/icons/ArrowsAction/DownloadTwiceSquare.tsx index 9d46247..69bb73d 100644 --- a/src/icons/ArrowsAction/DownloadTwiceSquare.tsx +++ b/src/icons/ArrowsAction/DownloadTwiceSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DownloadTwiceSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DownloadTwiceSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DownloadTwiceSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DownloadTwiceSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/Exit.tsx b/src/icons/ArrowsAction/Exit.tsx index 79ad34f..1d852e5 100644 --- a/src/icons/ArrowsAction/Exit.tsx +++ b/src/icons/ArrowsAction/Exit.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Exit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Exit \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Exit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Exit \ No newline at end of file diff --git a/src/icons/ArrowsAction/Export.tsx b/src/icons/ArrowsAction/Export.tsx index 827d027..023e6e4 100644 --- a/src/icons/ArrowsAction/Export.tsx +++ b/src/icons/ArrowsAction/Export.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Export = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Export \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Export = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Export \ No newline at end of file diff --git a/src/icons/ArrowsAction/Forward.tsx b/src/icons/ArrowsAction/Forward.tsx index 6843805..d8c0608 100644 --- a/src/icons/ArrowsAction/Forward.tsx +++ b/src/icons/ArrowsAction/Forward.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Forward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Forward \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Forward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Forward \ No newline at end of file diff --git a/src/icons/ArrowsAction/Forward2.tsx b/src/icons/ArrowsAction/Forward2.tsx index fd5ffb1..e07ba8a 100644 --- a/src/icons/ArrowsAction/Forward2.tsx +++ b/src/icons/ArrowsAction/Forward2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Forward2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Forward2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Forward2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Forward2 \ No newline at end of file diff --git a/src/icons/ArrowsAction/Import.tsx b/src/icons/ArrowsAction/Import.tsx index ad0ad20..35d58c8 100644 --- a/src/icons/ArrowsAction/Import.tsx +++ b/src/icons/ArrowsAction/Import.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Import = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Import \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Import = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Import \ No newline at end of file diff --git a/src/icons/ArrowsAction/Login.tsx b/src/icons/ArrowsAction/Login.tsx index 8c009a2..ee035af 100644 --- a/src/icons/ArrowsAction/Login.tsx +++ b/src/icons/ArrowsAction/Login.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Login = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Login \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Login = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Login \ No newline at end of file diff --git a/src/icons/ArrowsAction/Login2.tsx b/src/icons/ArrowsAction/Login2.tsx index 53eb788..abd2afd 100644 --- a/src/icons/ArrowsAction/Login2.tsx +++ b/src/icons/ArrowsAction/Login2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Login2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Login2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Login2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Login2 \ No newline at end of file diff --git a/src/icons/ArrowsAction/Login3.tsx b/src/icons/ArrowsAction/Login3.tsx index aa5444d..9765b26 100644 --- a/src/icons/ArrowsAction/Login3.tsx +++ b/src/icons/ArrowsAction/Login3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Login3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Login3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Login3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Login3 \ No newline at end of file diff --git a/src/icons/ArrowsAction/Logout.tsx b/src/icons/ArrowsAction/Logout.tsx index d34b3ac..d67a6cc 100644 --- a/src/icons/ArrowsAction/Logout.tsx +++ b/src/icons/ArrowsAction/Logout.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Logout = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Logout \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Logout = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Logout \ No newline at end of file diff --git a/src/icons/ArrowsAction/Logout2.tsx b/src/icons/ArrowsAction/Logout2.tsx index 9162e7c..f34ebe9 100644 --- a/src/icons/ArrowsAction/Logout2.tsx +++ b/src/icons/ArrowsAction/Logout2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Logout2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Logout2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Logout2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Logout2 \ No newline at end of file diff --git a/src/icons/ArrowsAction/Logout3.tsx b/src/icons/ArrowsAction/Logout3.tsx index 9eed602..73c41cc 100644 --- a/src/icons/ArrowsAction/Logout3.tsx +++ b/src/icons/ArrowsAction/Logout3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Logout3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Logout3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Logout3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Logout3 \ No newline at end of file diff --git a/src/icons/ArrowsAction/Maximize.tsx b/src/icons/ArrowsAction/Maximize.tsx index 6d3e363..af94cef 100644 --- a/src/icons/ArrowsAction/Maximize.tsx +++ b/src/icons/ArrowsAction/Maximize.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Maximize = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Maximize \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Maximize = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Maximize \ No newline at end of file diff --git a/src/icons/ArrowsAction/MaximizeSquare.tsx b/src/icons/ArrowsAction/MaximizeSquare.tsx index 1d56bfe..ba919a5 100644 --- a/src/icons/ArrowsAction/MaximizeSquare.tsx +++ b/src/icons/ArrowsAction/MaximizeSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MaximizeSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaximizeSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MaximizeSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaximizeSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/MaximizeSquare2.tsx b/src/icons/ArrowsAction/MaximizeSquare2.tsx index f0e7639..7d4028c 100644 --- a/src/icons/ArrowsAction/MaximizeSquare2.tsx +++ b/src/icons/ArrowsAction/MaximizeSquare2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MaximizeSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaximizeSquare2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MaximizeSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaximizeSquare2 \ No newline at end of file diff --git a/src/icons/ArrowsAction/MaximizeSquare3.tsx b/src/icons/ArrowsAction/MaximizeSquare3.tsx index f3d4cd2..218c813 100644 --- a/src/icons/ArrowsAction/MaximizeSquare3.tsx +++ b/src/icons/ArrowsAction/MaximizeSquare3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MaximizeSquare3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaximizeSquare3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MaximizeSquare3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaximizeSquare3 \ No newline at end of file diff --git a/src/icons/ArrowsAction/MaximizeSquareMinimalistic.tsx b/src/icons/ArrowsAction/MaximizeSquareMinimalistic.tsx index 9c199f9..b53cc6f 100644 --- a/src/icons/ArrowsAction/MaximizeSquareMinimalistic.tsx +++ b/src/icons/ArrowsAction/MaximizeSquareMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MaximizeSquareMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaximizeSquareMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MaximizeSquareMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaximizeSquareMinimalistic \ No newline at end of file diff --git a/src/icons/ArrowsAction/Minimize.tsx b/src/icons/ArrowsAction/Minimize.tsx index 53984f8..997eda4 100644 --- a/src/icons/ArrowsAction/Minimize.tsx +++ b/src/icons/ArrowsAction/Minimize.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Minimize = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Minimize \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Minimize = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Minimize \ No newline at end of file diff --git a/src/icons/ArrowsAction/MinimizeSquare.tsx b/src/icons/ArrowsAction/MinimizeSquare.tsx index 44b3de7..aec2bda 100644 --- a/src/icons/ArrowsAction/MinimizeSquare.tsx +++ b/src/icons/ArrowsAction/MinimizeSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinimizeSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimizeSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinimizeSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimizeSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/MinimizeSquare2.tsx b/src/icons/ArrowsAction/MinimizeSquare2.tsx index 3070098..8820e6d 100644 --- a/src/icons/ArrowsAction/MinimizeSquare2.tsx +++ b/src/icons/ArrowsAction/MinimizeSquare2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinimizeSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimizeSquare2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinimizeSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimizeSquare2 \ No newline at end of file diff --git a/src/icons/ArrowsAction/MinimizeSquare3.tsx b/src/icons/ArrowsAction/MinimizeSquare3.tsx index 351eb5d..e38a385 100644 --- a/src/icons/ArrowsAction/MinimizeSquare3.tsx +++ b/src/icons/ArrowsAction/MinimizeSquare3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinimizeSquare3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimizeSquare3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinimizeSquare3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimizeSquare3 \ No newline at end of file diff --git a/src/icons/ArrowsAction/MinimizeSquareMinimalistic.tsx b/src/icons/ArrowsAction/MinimizeSquareMinimalistic.tsx index efc9786..7d076cf 100644 --- a/src/icons/ArrowsAction/MinimizeSquareMinimalistic.tsx +++ b/src/icons/ArrowsAction/MinimizeSquareMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinimizeSquareMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimizeSquareMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinimizeSquareMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimizeSquareMinimalistic \ No newline at end of file diff --git a/src/icons/ArrowsAction/Rearrange.tsx b/src/icons/ArrowsAction/Rearrange.tsx deleted file mode 100644 index 0590313..0000000 --- a/src/icons/ArrowsAction/Rearrange.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rearrange = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rearrange \ No newline at end of file diff --git a/src/icons/ArrowsAction/ReciveSquare.tsx b/src/icons/ArrowsAction/ReciveSquare.tsx index 21e8905..2e5a434 100644 --- a/src/icons/ArrowsAction/ReciveSquare.tsx +++ b/src/icons/ArrowsAction/ReciveSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ReciveSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ReciveSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ReciveSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ReciveSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/ReciveTwiceSquare.tsx b/src/icons/ArrowsAction/ReciveTwiceSquare.tsx index 4cb58f4..d17dc40 100644 --- a/src/icons/ArrowsAction/ReciveTwiceSquare.tsx +++ b/src/icons/ArrowsAction/ReciveTwiceSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ReciveTwiceSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ReciveTwiceSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ReciveTwiceSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ReciveTwiceSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/Reorder.tsx b/src/icons/ArrowsAction/Reorder.tsx new file mode 100644 index 0000000..4dc6adf --- /dev/null +++ b/src/icons/ArrowsAction/Reorder.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Reorder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reorder \ No newline at end of file diff --git a/src/icons/ArrowsAction/Reply.tsx b/src/icons/ArrowsAction/Reply.tsx index 6ff2bc6..8613c03 100644 --- a/src/icons/ArrowsAction/Reply.tsx +++ b/src/icons/ArrowsAction/Reply.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Reply = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reply \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Reply = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reply \ No newline at end of file diff --git a/src/icons/ArrowsAction/Reply2.tsx b/src/icons/ArrowsAction/Reply2.tsx index 14e594e..6111916 100644 --- a/src/icons/ArrowsAction/Reply2.tsx +++ b/src/icons/ArrowsAction/Reply2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Reply2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reply2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Reply2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reply2 \ No newline at end of file diff --git a/src/icons/ArrowsAction/Scale.tsx b/src/icons/ArrowsAction/Scale.tsx index 373bd1a..5823d33 100644 --- a/src/icons/ArrowsAction/Scale.tsx +++ b/src/icons/ArrowsAction/Scale.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Scale = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scale \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Scale = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scale \ No newline at end of file diff --git a/src/icons/ArrowsAction/ScreenShare.tsx b/src/icons/ArrowsAction/ScreenShare.tsx index a6eb49c..e9459a7 100644 --- a/src/icons/ArrowsAction/ScreenShare.tsx +++ b/src/icons/ArrowsAction/ScreenShare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ScreenShare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ScreenShare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ScreenShare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ScreenShare \ No newline at end of file diff --git a/src/icons/ArrowsAction/SendSquare.tsx b/src/icons/ArrowsAction/SendSquare.tsx index d3782b8..002d174 100644 --- a/src/icons/ArrowsAction/SendSquare.tsx +++ b/src/icons/ArrowsAction/SendSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SendSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SendSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SendSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SendSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/SendTwiceSquare.tsx b/src/icons/ArrowsAction/SendTwiceSquare.tsx index 1e0f939..868de2b 100644 --- a/src/icons/ArrowsAction/SendTwiceSquare.tsx +++ b/src/icons/ArrowsAction/SendTwiceSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SendTwiceSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SendTwiceSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SendTwiceSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SendTwiceSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/SquareBottomDown.tsx b/src/icons/ArrowsAction/SquareBottomDown.tsx index 27e8c28..2ec8f5b 100644 --- a/src/icons/ArrowsAction/SquareBottomDown.tsx +++ b/src/icons/ArrowsAction/SquareBottomDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareBottomDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareBottomDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareBottomDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareBottomDown \ No newline at end of file diff --git a/src/icons/ArrowsAction/SquareBottomUp.tsx b/src/icons/ArrowsAction/SquareBottomUp.tsx index b38a98c..ef79004 100644 --- a/src/icons/ArrowsAction/SquareBottomUp.tsx +++ b/src/icons/ArrowsAction/SquareBottomUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareBottomUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareBottomUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareBottomUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareBottomUp \ No newline at end of file diff --git a/src/icons/ArrowsAction/SquareTopDown.tsx b/src/icons/ArrowsAction/SquareTopDown.tsx index 7ac7dbb..aa38e51 100644 --- a/src/icons/ArrowsAction/SquareTopDown.tsx +++ b/src/icons/ArrowsAction/SquareTopDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareTopDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareTopDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareTopDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareTopDown \ No newline at end of file diff --git a/src/icons/ArrowsAction/SquareTopUp.tsx b/src/icons/ArrowsAction/SquareTopUp.tsx index e6589e7..5ad5317 100644 --- a/src/icons/ArrowsAction/SquareTopUp.tsx +++ b/src/icons/ArrowsAction/SquareTopUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareTopUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareTopUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareTopUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareTopUp \ No newline at end of file diff --git a/src/icons/ArrowsAction/UndoLeft.tsx b/src/icons/ArrowsAction/UndoLeft.tsx index 4b57b89..5d52cec 100644 --- a/src/icons/ArrowsAction/UndoLeft.tsx +++ b/src/icons/ArrowsAction/UndoLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UndoLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UndoLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoLeft \ No newline at end of file diff --git a/src/icons/ArrowsAction/UndoLeftRound.tsx b/src/icons/ArrowsAction/UndoLeftRound.tsx index 07d7c54..40056d2 100644 --- a/src/icons/ArrowsAction/UndoLeftRound.tsx +++ b/src/icons/ArrowsAction/UndoLeftRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UndoLeftRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoLeftRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UndoLeftRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoLeftRound \ No newline at end of file diff --git a/src/icons/ArrowsAction/UndoLeftRoundSquare.tsx b/src/icons/ArrowsAction/UndoLeftRoundSquare.tsx index 8b3fafb..b4b8575 100644 --- a/src/icons/ArrowsAction/UndoLeftRoundSquare.tsx +++ b/src/icons/ArrowsAction/UndoLeftRoundSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UndoLeftRoundSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoLeftRoundSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UndoLeftRoundSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoLeftRoundSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/UndoLeftSquare.tsx b/src/icons/ArrowsAction/UndoLeftSquare.tsx index a36abf2..1e02a06 100644 --- a/src/icons/ArrowsAction/UndoLeftSquare.tsx +++ b/src/icons/ArrowsAction/UndoLeftSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UndoLeftSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoLeftSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UndoLeftSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoLeftSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/UndoRight.tsx b/src/icons/ArrowsAction/UndoRight.tsx index 6e76646..6fc179e 100644 --- a/src/icons/ArrowsAction/UndoRight.tsx +++ b/src/icons/ArrowsAction/UndoRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UndoRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UndoRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoRight \ No newline at end of file diff --git a/src/icons/ArrowsAction/UndoRightRound.tsx b/src/icons/ArrowsAction/UndoRightRound.tsx index 54cbde9..5e29695 100644 --- a/src/icons/ArrowsAction/UndoRightRound.tsx +++ b/src/icons/ArrowsAction/UndoRightRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UndoRightRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoRightRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UndoRightRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoRightRound \ No newline at end of file diff --git a/src/icons/ArrowsAction/UndoRightRoundSquare.tsx b/src/icons/ArrowsAction/UndoRightRoundSquare.tsx index 5e0ca73..d849b69 100644 --- a/src/icons/ArrowsAction/UndoRightRoundSquare.tsx +++ b/src/icons/ArrowsAction/UndoRightRoundSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UndoRightRoundSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoRightRoundSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UndoRightRoundSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoRightRoundSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/UndoRightSquare.tsx b/src/icons/ArrowsAction/UndoRightSquare.tsx index 3278c48..e4e2b67 100644 --- a/src/icons/ArrowsAction/UndoRightSquare.tsx +++ b/src/icons/ArrowsAction/UndoRightSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UndoRightSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoRightSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UndoRightSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UndoRightSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/Upload.tsx b/src/icons/ArrowsAction/Upload.tsx index 5e2552c..800eeb3 100644 --- a/src/icons/ArrowsAction/Upload.tsx +++ b/src/icons/ArrowsAction/Upload.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Upload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Upload \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Upload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Upload \ No newline at end of file diff --git a/src/icons/ArrowsAction/UploadMinimalistic.tsx b/src/icons/ArrowsAction/UploadMinimalistic.tsx index 0b93623..4fc5013 100644 --- a/src/icons/ArrowsAction/UploadMinimalistic.tsx +++ b/src/icons/ArrowsAction/UploadMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UploadMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UploadMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadMinimalistic \ No newline at end of file diff --git a/src/icons/ArrowsAction/UploadSquare.tsx b/src/icons/ArrowsAction/UploadSquare.tsx index 5dee9ea..73a64fe 100644 --- a/src/icons/ArrowsAction/UploadSquare.tsx +++ b/src/icons/ArrowsAction/UploadSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UploadSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UploadSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/UploadTwiceSquare.tsx b/src/icons/ArrowsAction/UploadTwiceSquare.tsx index c541add..9ffa6f4 100644 --- a/src/icons/ArrowsAction/UploadTwiceSquare.tsx +++ b/src/icons/ArrowsAction/UploadTwiceSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UploadTwiceSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadTwiceSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UploadTwiceSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadTwiceSquare \ No newline at end of file diff --git a/src/icons/ArrowsAction/index.tsx b/src/icons/ArrowsAction/index.tsx index 3f5c588..0754605 100644 --- a/src/icons/ArrowsAction/index.tsx +++ b/src/icons/ArrowsAction/index.tsx @@ -12,7 +12,7 @@ export { default as DownloadSquare } from "./DownloadSquare"; export { default as DownloadTwiceSquare } from "./DownloadTwiceSquare"; export { default as Exit } from "./Exit"; export { default as Export } from "./Export"; -export { default as Forward } from "./Forward"; +export { default as ArrowsActionForward } from "./Forward"; export { default as Forward2 } from "./Forward2"; export { default as Import } from "./Import"; export { default as Login } from "./Login"; @@ -31,9 +31,9 @@ export { default as MinimizeSquare } from "./MinimizeSquare"; export { default as MinimizeSquare2 } from "./MinimizeSquare2"; export { default as MinimizeSquare3 } from "./MinimizeSquare3"; export { default as MinimizeSquareMinimalistic } from "./MinimizeSquareMinimalistic"; -export { default as Rearrange } from "./Rearrange"; export { default as ReciveSquare } from "./ReciveSquare"; export { default as ReciveTwiceSquare } from "./ReciveTwiceSquare"; +export { default as ArrowsActionsReorder } from "./Reorder"; export { default as Reply } from "./Reply"; export { default as Reply2 } from "./Reply2"; export { default as Scale } from "./Scale"; diff --git a/src/icons/Astronomy/Asteroid.tsx b/src/icons/Astronomy/Asteroid.tsx index 46b5917..03b546a 100644 --- a/src/icons/Astronomy/Asteroid.tsx +++ b/src/icons/Astronomy/Asteroid.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Asteroid = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Asteroid \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Asteroid = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Asteroid \ No newline at end of file diff --git a/src/icons/Astronomy/Atom.tsx b/src/icons/Astronomy/Atom.tsx index f4d73cd..417a10f 100644 --- a/src/icons/Astronomy/Atom.tsx +++ b/src/icons/Astronomy/Atom.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Atom = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Atom \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Atom = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Atom \ No newline at end of file diff --git a/src/icons/Astronomy/BlackHole.tsx b/src/icons/Astronomy/BlackHole.tsx index aadf5c3..119e369 100644 --- a/src/icons/Astronomy/BlackHole.tsx +++ b/src/icons/Astronomy/BlackHole.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BlackHole = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BlackHole \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BlackHole = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BlackHole \ No newline at end of file diff --git a/src/icons/Astronomy/BlackHole2.tsx b/src/icons/Astronomy/BlackHole2.tsx index b68c87e..ff8879d 100644 --- a/src/icons/Astronomy/BlackHole2.tsx +++ b/src/icons/Astronomy/BlackHole2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BlackHole2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BlackHole2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BlackHole2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BlackHole2 \ No newline at end of file diff --git a/src/icons/Astronomy/BlackHole3.tsx b/src/icons/Astronomy/BlackHole3.tsx index 7fc8ea2..fc99ab2 100644 --- a/src/icons/Astronomy/BlackHole3.tsx +++ b/src/icons/Astronomy/BlackHole3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BlackHole3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BlackHole3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BlackHole3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BlackHole3 \ No newline at end of file diff --git a/src/icons/Astronomy/Earth.tsx b/src/icons/Astronomy/Earth.tsx index 5c13b69..4a735bb 100644 --- a/src/icons/Astronomy/Earth.tsx +++ b/src/icons/Astronomy/Earth.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Earth = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Earth \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Earth = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Earth \ No newline at end of file diff --git a/src/icons/Astronomy/Infinity.tsx b/src/icons/Astronomy/Infinity.tsx index 2354bb2..dd2729b 100644 --- a/src/icons/Astronomy/Infinity.tsx +++ b/src/icons/Astronomy/Infinity.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Infinity = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Infinity \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Infinity = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Infinity \ No newline at end of file diff --git a/src/icons/Astronomy/Men.tsx b/src/icons/Astronomy/Men.tsx index 29be1de..4d523fc 100644 --- a/src/icons/Astronomy/Men.tsx +++ b/src/icons/Astronomy/Men.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Men = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Men \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Men = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Men \ No newline at end of file diff --git a/src/icons/Astronomy/Planet.tsx b/src/icons/Astronomy/Planet.tsx index 59ac691..e688e8b 100644 --- a/src/icons/Astronomy/Planet.tsx +++ b/src/icons/Astronomy/Planet.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Planet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Planet \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Planet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Planet \ No newline at end of file diff --git a/src/icons/Astronomy/Planet2.tsx b/src/icons/Astronomy/Planet2.tsx index 2143492..c8ba45d 100644 --- a/src/icons/Astronomy/Planet2.tsx +++ b/src/icons/Astronomy/Planet2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Planet2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Planet2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Planet2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Planet2 \ No newline at end of file diff --git a/src/icons/Astronomy/Planet3.tsx b/src/icons/Astronomy/Planet3.tsx index ae16331..4da8af4 100644 --- a/src/icons/Astronomy/Planet3.tsx +++ b/src/icons/Astronomy/Planet3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Planet3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Planet3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Planet3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Planet3 \ No newline at end of file diff --git a/src/icons/Astronomy/Planet4.tsx b/src/icons/Astronomy/Planet4.tsx index 42297de..773ebc8 100644 --- a/src/icons/Astronomy/Planet4.tsx +++ b/src/icons/Astronomy/Planet4.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Planet4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Planet4 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Planet4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Planet4 \ No newline at end of file diff --git a/src/icons/Astronomy/Rocket.tsx b/src/icons/Astronomy/Rocket.tsx index 6408593..4f0249d 100644 --- a/src/icons/Astronomy/Rocket.tsx +++ b/src/icons/Astronomy/Rocket.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rocket = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rocket \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Rocket = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rocket \ No newline at end of file diff --git a/src/icons/Astronomy/Rocket2.tsx b/src/icons/Astronomy/Rocket2.tsx index bcacae2..f693d41 100644 --- a/src/icons/Astronomy/Rocket2.tsx +++ b/src/icons/Astronomy/Rocket2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rocket2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rocket2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Rocket2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rocket2 \ No newline at end of file diff --git a/src/icons/Astronomy/Satellite.tsx b/src/icons/Astronomy/Satellite.tsx index 9b7e8a1..07ff2a5 100644 --- a/src/icons/Astronomy/Satellite.tsx +++ b/src/icons/Astronomy/Satellite.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Satellite = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Satellite \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Satellite = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Satellite \ No newline at end of file diff --git a/src/icons/Astronomy/Star.tsx b/src/icons/Astronomy/Star.tsx index 83d45a0..60fed12 100644 --- a/src/icons/Astronomy/Star.tsx +++ b/src/icons/Astronomy/Star.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Star = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Star \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Star = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Star \ No newline at end of file diff --git a/src/icons/Astronomy/Star2.tsx b/src/icons/Astronomy/Star2.tsx deleted file mode 100644 index ed5140d..0000000 --- a/src/icons/Astronomy/Star2.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Star2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Star2 \ No newline at end of file diff --git a/src/icons/Astronomy/StarAngle.tsx b/src/icons/Astronomy/StarAngle.tsx index 571590a..6798189 100644 --- a/src/icons/Astronomy/StarAngle.tsx +++ b/src/icons/Astronomy/StarAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarAngle \ No newline at end of file diff --git a/src/icons/Astronomy/StarCircle.tsx b/src/icons/Astronomy/StarCircle.tsx index 5531b5b..288ebcf 100644 --- a/src/icons/Astronomy/StarCircle.tsx +++ b/src/icons/Astronomy/StarCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarCircle \ No newline at end of file diff --git a/src/icons/Astronomy/StarFall.tsx b/src/icons/Astronomy/StarFall.tsx index 7c3c8e8..3ac6462 100644 --- a/src/icons/Astronomy/StarFall.tsx +++ b/src/icons/Astronomy/StarFall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarFall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarFall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarFall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarFall \ No newline at end of file diff --git a/src/icons/Astronomy/StarFall2.tsx b/src/icons/Astronomy/StarFall2.tsx index a43d596..e7f95ea 100644 --- a/src/icons/Astronomy/StarFall2.tsx +++ b/src/icons/Astronomy/StarFall2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarFall2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarFall2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarFall2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarFall2 \ No newline at end of file diff --git a/src/icons/Astronomy/StarFallMinimalistic.tsx b/src/icons/Astronomy/StarFallMinimalistic.tsx index 4b76670..07061ce 100644 --- a/src/icons/Astronomy/StarFallMinimalistic.tsx +++ b/src/icons/Astronomy/StarFallMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarFallMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarFallMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarFallMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarFallMinimalistic \ No newline at end of file diff --git a/src/icons/Astronomy/StarFallMinimalistic2.tsx b/src/icons/Astronomy/StarFallMinimalistic2.tsx index b6b05c2..94c6875 100644 --- a/src/icons/Astronomy/StarFallMinimalistic2.tsx +++ b/src/icons/Astronomy/StarFallMinimalistic2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarFallMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarFallMinimalistic2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarFallMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarFallMinimalistic2 \ No newline at end of file diff --git a/src/icons/Astronomy/StarRainbow.tsx b/src/icons/Astronomy/StarRainbow.tsx index a35269a..16b0204 100644 --- a/src/icons/Astronomy/StarRainbow.tsx +++ b/src/icons/Astronomy/StarRainbow.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarRainbow = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarRainbow \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarRainbow = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarRainbow \ No newline at end of file diff --git a/src/icons/Astronomy/StarRing.tsx b/src/icons/Astronomy/StarRing.tsx index fca2847..703170d 100644 --- a/src/icons/Astronomy/StarRing.tsx +++ b/src/icons/Astronomy/StarRing.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarRing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarRing \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarRing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarRing \ No newline at end of file diff --git a/src/icons/Astronomy/StarRings.tsx b/src/icons/Astronomy/StarRings.tsx index 8e234bf..25cc04d 100644 --- a/src/icons/Astronomy/StarRings.tsx +++ b/src/icons/Astronomy/StarRings.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarRings = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarRings \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarRings = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarRings \ No newline at end of file diff --git a/src/icons/Astronomy/Stars.tsx b/src/icons/Astronomy/Stars.tsx new file mode 100644 index 0000000..e40eebe --- /dev/null +++ b/src/icons/Astronomy/Stars.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Stars = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stars \ No newline at end of file diff --git a/src/icons/Astronomy/StarsLine.tsx b/src/icons/Astronomy/StarsLine.tsx index 592b938..b113765 100644 --- a/src/icons/Astronomy/StarsLine.tsx +++ b/src/icons/Astronomy/StarsLine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarsLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarsLine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarsLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarsLine \ No newline at end of file diff --git a/src/icons/Astronomy/StarsMinimalistic.tsx b/src/icons/Astronomy/StarsMinimalistic.tsx index ba4bdc8..5e4f567 100644 --- a/src/icons/Astronomy/StarsMinimalistic.tsx +++ b/src/icons/Astronomy/StarsMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarsMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarsMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarsMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarsMinimalistic \ No newline at end of file diff --git a/src/icons/Astronomy/UFO.tsx b/src/icons/Astronomy/UFO.tsx index 20e5e3e..109b50a 100644 --- a/src/icons/Astronomy/UFO.tsx +++ b/src/icons/Astronomy/UFO.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UFO = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UFO \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UFO = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UFO \ No newline at end of file diff --git a/src/icons/Astronomy/UFO2.tsx b/src/icons/Astronomy/UFO2.tsx index 48dd822..c31959f 100644 --- a/src/icons/Astronomy/UFO2.tsx +++ b/src/icons/Astronomy/UFO2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UFO2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UFO2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UFO2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UFO2 \ No newline at end of file diff --git a/src/icons/Astronomy/UFO3.tsx b/src/icons/Astronomy/UFO3.tsx index c6010c3..a3e22af 100644 --- a/src/icons/Astronomy/UFO3.tsx +++ b/src/icons/Astronomy/UFO3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UFO3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UFO3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UFO3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UFO3 \ No newline at end of file diff --git a/src/icons/Astronomy/Women.tsx b/src/icons/Astronomy/Women.tsx index 8932e8f..732a7be 100644 --- a/src/icons/Astronomy/Women.tsx +++ b/src/icons/Astronomy/Women.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Women = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Women \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Women = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Women \ No newline at end of file diff --git a/src/icons/Astronomy/index.tsx b/src/icons/Astronomy/index.tsx index 4bc48b7..74f0916 100644 --- a/src/icons/Astronomy/index.tsx +++ b/src/icons/Astronomy/index.tsx @@ -14,7 +14,6 @@ export { default as Rocket } from "./Rocket"; export { default as Rocket2 } from "./Rocket2"; export { default as Satellite } from "./Satellite"; export { default as Star } from "./Star"; -export { default as Star2 } from "./Star2"; export { default as StarAngle } from "./StarAngle"; export { default as StarCircle } from "./StarCircle"; export { default as StarFall } from "./StarFall"; @@ -24,6 +23,7 @@ export { default as StarFallMinimalistic2 } from "./StarFallMinimalistic2"; export { default as StarRainbow } from "./StarRainbow"; export { default as StarRing } from "./StarRing"; export { default as StarRings } from "./StarRings"; +export { default as AstronomyStars } from "./Stars"; export { default as StarsLine } from "./StarsLine"; export { default as StarsMinimalistic } from "./StarsMinimalistic"; export { default as UFO } from "./UFO"; diff --git a/src/icons/BuildingInfrastructure/Buildings.tsx b/src/icons/BuildingInfrastructure/Buildings.tsx index d744545..771d441 100644 --- a/src/icons/BuildingInfrastructure/Buildings.tsx +++ b/src/icons/BuildingInfrastructure/Buildings.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Buildings = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Buildings \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Buildings = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Buildings \ No newline at end of file diff --git a/src/icons/BuildingInfrastructure/Buildings2.tsx b/src/icons/BuildingInfrastructure/Buildings2.tsx index 5cf2dfe..141fec4 100644 --- a/src/icons/BuildingInfrastructure/Buildings2.tsx +++ b/src/icons/BuildingInfrastructure/Buildings2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Buildings2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Buildings2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Buildings2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Buildings2 \ No newline at end of file diff --git a/src/icons/BuildingInfrastructure/Buildings3.tsx b/src/icons/BuildingInfrastructure/Buildings3.tsx index f7c7f42..6f6c793 100644 --- a/src/icons/BuildingInfrastructure/Buildings3.tsx +++ b/src/icons/BuildingInfrastructure/Buildings3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Buildings3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Buildings3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Buildings3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Buildings3 \ No newline at end of file diff --git a/src/icons/BuildingInfrastructure/City.tsx b/src/icons/BuildingInfrastructure/City.tsx index 53d6ef6..16b05fe 100644 --- a/src/icons/BuildingInfrastructure/City.tsx +++ b/src/icons/BuildingInfrastructure/City.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const City = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default City \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const City = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default City \ No newline at end of file diff --git a/src/icons/BuildingInfrastructure/Garage.tsx b/src/icons/BuildingInfrastructure/Garage.tsx index e1d7782..347af59 100644 --- a/src/icons/BuildingInfrastructure/Garage.tsx +++ b/src/icons/BuildingInfrastructure/Garage.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Garage = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Garage \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Garage = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Garage \ No newline at end of file diff --git a/src/icons/BuildingInfrastructure/Home.tsx b/src/icons/BuildingInfrastructure/Home.tsx new file mode 100644 index 0000000..5d58e9e --- /dev/null +++ b/src/icons/BuildingInfrastructure/Home.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Home = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Home \ No newline at end of file diff --git a/src/icons/BuildingInfrastructure/Hospital.tsx b/src/icons/BuildingInfrastructure/Hospital.tsx index 9a9578a..06c915e 100644 --- a/src/icons/BuildingInfrastructure/Hospital.tsx +++ b/src/icons/BuildingInfrastructure/Hospital.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Hospital = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hospital \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Hospital = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hospital \ No newline at end of file diff --git a/src/icons/BuildingInfrastructure/House.tsx b/src/icons/BuildingInfrastructure/House.tsx deleted file mode 100644 index a0d485b..0000000 --- a/src/icons/BuildingInfrastructure/House.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const House = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default House \ No newline at end of file diff --git a/src/icons/BuildingInfrastructure/index.tsx b/src/icons/BuildingInfrastructure/index.tsx index 87e31b0..0443949 100644 --- a/src/icons/BuildingInfrastructure/index.tsx +++ b/src/icons/BuildingInfrastructure/index.tsx @@ -3,5 +3,5 @@ export { default as Buildings2 } from "./Buildings2"; export { default as Buildings3 } from "./Buildings3"; export { default as City } from "./City"; export { default as Garage } from "./Garage"; +export { default as BuildingInfrastructureHome } from "./Home"; export { default as Hospital } from "./Hospital"; -export { default as House } from "./House"; diff --git a/src/icons/BusinessStatistic/Chart.tsx b/src/icons/BusinessStatistic/Chart.tsx index 085234a..0a848ce 100644 --- a/src/icons/BusinessStatistic/Chart.tsx +++ b/src/icons/BusinessStatistic/Chart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Chart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Chart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chart \ No newline at end of file diff --git a/src/icons/BusinessStatistic/Chart2.tsx b/src/icons/BusinessStatistic/Chart2.tsx index 583179c..7962d10 100644 --- a/src/icons/BusinessStatistic/Chart2.tsx +++ b/src/icons/BusinessStatistic/Chart2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Chart2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chart2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Chart2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chart2 \ No newline at end of file diff --git a/src/icons/BusinessStatistic/ChartSquare.tsx b/src/icons/BusinessStatistic/ChartSquare.tsx index d808e24..cf4d702 100644 --- a/src/icons/BusinessStatistic/ChartSquare.tsx +++ b/src/icons/BusinessStatistic/ChartSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChartSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChartSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChartSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChartSquare \ No newline at end of file diff --git a/src/icons/BusinessStatistic/ChatSquare2.tsx b/src/icons/BusinessStatistic/ChatSquare2.tsx index 7f68d55..a8d673e 100644 --- a/src/icons/BusinessStatistic/ChatSquare2.tsx +++ b/src/icons/BusinessStatistic/ChatSquare2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquare2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquare2 \ No newline at end of file diff --git a/src/icons/BusinessStatistic/CourseDown.tsx b/src/icons/BusinessStatistic/CourseDown.tsx index 582ac4b..b65c9c6 100644 --- a/src/icons/BusinessStatistic/CourseDown.tsx +++ b/src/icons/BusinessStatistic/CourseDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CourseDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CourseDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CourseDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CourseDown \ No newline at end of file diff --git a/src/icons/BusinessStatistic/CourseUp.tsx b/src/icons/BusinessStatistic/CourseUp.tsx index f973f2b..f69149a 100644 --- a/src/icons/BusinessStatistic/CourseUp.tsx +++ b/src/icons/BusinessStatistic/CourseUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CourseUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CourseUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CourseUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CourseUp \ No newline at end of file diff --git a/src/icons/BusinessStatistic/DiagramDown.tsx b/src/icons/BusinessStatistic/DiagramDown.tsx index e5a1190..26d294e 100644 --- a/src/icons/BusinessStatistic/DiagramDown.tsx +++ b/src/icons/BusinessStatistic/DiagramDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DiagramDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DiagramDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DiagramDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DiagramDown \ No newline at end of file diff --git a/src/icons/BusinessStatistic/DiagramUp.tsx b/src/icons/BusinessStatistic/DiagramUp.tsx index 6c86b36..416da37 100644 --- a/src/icons/BusinessStatistic/DiagramUp.tsx +++ b/src/icons/BusinessStatistic/DiagramUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DiagramUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DiagramUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DiagramUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DiagramUp \ No newline at end of file diff --git a/src/icons/BusinessStatistic/Graph.tsx b/src/icons/BusinessStatistic/Graph.tsx index 3348e9d..2f28d62 100644 --- a/src/icons/BusinessStatistic/Graph.tsx +++ b/src/icons/BusinessStatistic/Graph.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Graph = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Graph \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Graph = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Graph \ No newline at end of file diff --git a/src/icons/BusinessStatistic/GraphDown.tsx b/src/icons/BusinessStatistic/GraphDown.tsx index 7a4d8b4..a2acd55 100644 --- a/src/icons/BusinessStatistic/GraphDown.tsx +++ b/src/icons/BusinessStatistic/GraphDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GraphDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GraphDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphDown \ No newline at end of file diff --git a/src/icons/BusinessStatistic/GraphDownNew.tsx b/src/icons/BusinessStatistic/GraphDownNew.tsx index 5fa2ef4..0144de5 100644 --- a/src/icons/BusinessStatistic/GraphDownNew.tsx +++ b/src/icons/BusinessStatistic/GraphDownNew.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GraphDownNew = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphDownNew \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GraphDownNew = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphDownNew \ No newline at end of file diff --git a/src/icons/BusinessStatistic/GraphNew.tsx b/src/icons/BusinessStatistic/GraphNew.tsx index a047890..08c8b74 100644 --- a/src/icons/BusinessStatistic/GraphNew.tsx +++ b/src/icons/BusinessStatistic/GraphNew.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GraphNew = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphNew \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GraphNew = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphNew \ No newline at end of file diff --git a/src/icons/BusinessStatistic/GraphNewUp.tsx b/src/icons/BusinessStatistic/GraphNewUp.tsx index 16054e0..ef07e83 100644 --- a/src/icons/BusinessStatistic/GraphNewUp.tsx +++ b/src/icons/BusinessStatistic/GraphNewUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GraphNewUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphNewUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GraphNewUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphNewUp \ No newline at end of file diff --git a/src/icons/BusinessStatistic/GraphUp.tsx b/src/icons/BusinessStatistic/GraphUp.tsx index b8f593d..0cc0cfe 100644 --- a/src/icons/BusinessStatistic/GraphUp.tsx +++ b/src/icons/BusinessStatistic/GraphUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GraphUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GraphUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GraphUp \ No newline at end of file diff --git a/src/icons/BusinessStatistic/PieChart.tsx b/src/icons/BusinessStatistic/PieChart.tsx index bd28613..a3b514d 100644 --- a/src/icons/BusinessStatistic/PieChart.tsx +++ b/src/icons/BusinessStatistic/PieChart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PieChart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PieChart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PieChart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PieChart \ No newline at end of file diff --git a/src/icons/BusinessStatistic/PieChart2.tsx b/src/icons/BusinessStatistic/PieChart2.tsx index 4b83f3f..ada2e25 100644 --- a/src/icons/BusinessStatistic/PieChart2.tsx +++ b/src/icons/BusinessStatistic/PieChart2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PieChart2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PieChart2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PieChart2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PieChart2 \ No newline at end of file diff --git a/src/icons/BusinessStatistic/PieChart3.tsx b/src/icons/BusinessStatistic/PieChart3.tsx index fcc8c32..2d00074 100644 --- a/src/icons/BusinessStatistic/PieChart3.tsx +++ b/src/icons/BusinessStatistic/PieChart3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PieChart3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PieChart3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PieChart3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PieChart3 \ No newline at end of file diff --git a/src/icons/BusinessStatistic/PresentationGraph.tsx b/src/icons/BusinessStatistic/PresentationGraph.tsx index e320b07..3d1a703 100644 --- a/src/icons/BusinessStatistic/PresentationGraph.tsx +++ b/src/icons/BusinessStatistic/PresentationGraph.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PresentationGraph = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PresentationGraph \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PresentationGraph = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PresentationGraph \ No newline at end of file diff --git a/src/icons/BusinessStatistic/RoundGraph.tsx b/src/icons/BusinessStatistic/RoundGraph.tsx index 5f8da29..6eb57c8 100644 --- a/src/icons/BusinessStatistic/RoundGraph.tsx +++ b/src/icons/BusinessStatistic/RoundGraph.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundGraph = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundGraph \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundGraph = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundGraph \ No newline at end of file diff --git a/src/icons/Call/CallCancel.tsx b/src/icons/Call/CallCancel.tsx index 879936c..7044bab 100644 --- a/src/icons/Call/CallCancel.tsx +++ b/src/icons/Call/CallCancel.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CallCancel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallCancel \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CallCancel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallCancel \ No newline at end of file diff --git a/src/icons/Call/CallCancelRounded.tsx b/src/icons/Call/CallCancelRounded.tsx index 7894857..1455766 100644 --- a/src/icons/Call/CallCancelRounded.tsx +++ b/src/icons/Call/CallCancelRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CallCancelRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallCancelRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CallCancelRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallCancelRounded \ No newline at end of file diff --git a/src/icons/Call/CallChat.tsx b/src/icons/Call/CallChat.tsx index 47564c3..c01aeac 100644 --- a/src/icons/Call/CallChat.tsx +++ b/src/icons/Call/CallChat.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CallChat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallChat \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CallChat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallChat \ No newline at end of file diff --git a/src/icons/Call/CallChatRounded.tsx b/src/icons/Call/CallChatRounded.tsx index e9133e3..6f82984 100644 --- a/src/icons/Call/CallChatRounded.tsx +++ b/src/icons/Call/CallChatRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CallChatRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallChatRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CallChatRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallChatRounded \ No newline at end of file diff --git a/src/icons/Call/CallDropped.tsx b/src/icons/Call/CallDropped.tsx index b4f7189..7d19935 100644 --- a/src/icons/Call/CallDropped.tsx +++ b/src/icons/Call/CallDropped.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CallDropped = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallDropped \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CallDropped = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallDropped \ No newline at end of file diff --git a/src/icons/Call/CallDroppedRounded.tsx b/src/icons/Call/CallDroppedRounded.tsx index d48a4c7..eda99b4 100644 --- a/src/icons/Call/CallDroppedRounded.tsx +++ b/src/icons/Call/CallDroppedRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CallDroppedRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallDroppedRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CallDroppedRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallDroppedRounded \ No newline at end of file diff --git a/src/icons/Call/CallMedicine.tsx b/src/icons/Call/CallMedicine.tsx index 2775fcd..b0d05a3 100644 --- a/src/icons/Call/CallMedicine.tsx +++ b/src/icons/Call/CallMedicine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CallMedicine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallMedicine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CallMedicine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallMedicine \ No newline at end of file diff --git a/src/icons/Call/CallMedicineRounded.tsx b/src/icons/Call/CallMedicineRounded.tsx index 735676c..ca5d098 100644 --- a/src/icons/Call/CallMedicineRounded.tsx +++ b/src/icons/Call/CallMedicineRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CallMedicineRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallMedicineRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CallMedicineRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CallMedicineRounded \ No newline at end of file diff --git a/src/icons/Call/EndCall.tsx b/src/icons/Call/EndCall.tsx index e303689..cf9b4b5 100644 --- a/src/icons/Call/EndCall.tsx +++ b/src/icons/Call/EndCall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const EndCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EndCall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const EndCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EndCall \ No newline at end of file diff --git a/src/icons/Call/EndCallRounded.tsx b/src/icons/Call/EndCallRounded.tsx index f783f1b..be7580e 100644 --- a/src/icons/Call/EndCallRounded.tsx +++ b/src/icons/Call/EndCallRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const EndCallRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EndCallRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const EndCallRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EndCallRounded \ No newline at end of file diff --git a/src/icons/Call/IncomingCall.tsx b/src/icons/Call/IncomingCall.tsx index 67f43ed..5dbe0f6 100644 --- a/src/icons/Call/IncomingCall.tsx +++ b/src/icons/Call/IncomingCall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const IncomingCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default IncomingCall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const IncomingCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default IncomingCall \ No newline at end of file diff --git a/src/icons/Call/IncomingCallRounded.tsx b/src/icons/Call/IncomingCallRounded.tsx index 738cd5c..c1fe9bf 100644 --- a/src/icons/Call/IncomingCallRounded.tsx +++ b/src/icons/Call/IncomingCallRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const IncomingCallRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default IncomingCallRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const IncomingCallRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default IncomingCallRounded \ No newline at end of file diff --git a/src/icons/Call/OutgoingCall.tsx b/src/icons/Call/OutgoingCall.tsx index 9878d69..1aecfe9 100644 --- a/src/icons/Call/OutgoingCall.tsx +++ b/src/icons/Call/OutgoingCall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const OutgoingCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default OutgoingCall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const OutgoingCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default OutgoingCall \ No newline at end of file diff --git a/src/icons/Call/OutgoingCallRounded.tsx b/src/icons/Call/OutgoingCallRounded.tsx index ce36011..86d5efb 100644 --- a/src/icons/Call/OutgoingCallRounded.tsx +++ b/src/icons/Call/OutgoingCallRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const OutgoingCallRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default OutgoingCallRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const OutgoingCallRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default OutgoingCallRounded \ No newline at end of file diff --git a/src/icons/Call/Phone.tsx b/src/icons/Call/Phone.tsx index 2e990fd..c699c72 100644 --- a/src/icons/Call/Phone.tsx +++ b/src/icons/Call/Phone.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Phone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Phone \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Phone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Phone \ No newline at end of file diff --git a/src/icons/Call/PhoneCalling.tsx b/src/icons/Call/PhoneCalling.tsx index a9d0ada..77e7486 100644 --- a/src/icons/Call/PhoneCalling.tsx +++ b/src/icons/Call/PhoneCalling.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PhoneCalling = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PhoneCalling \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PhoneCalling = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PhoneCalling \ No newline at end of file diff --git a/src/icons/Call/PhoneCallingRounded.tsx b/src/icons/Call/PhoneCallingRounded.tsx index 8541d77..3085a86 100644 --- a/src/icons/Call/PhoneCallingRounded.tsx +++ b/src/icons/Call/PhoneCallingRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PhoneCallingRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PhoneCallingRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PhoneCallingRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PhoneCallingRounded \ No newline at end of file diff --git a/src/icons/Call/PhoneRounded.tsx b/src/icons/Call/PhoneRounded.tsx index 25ce039..8b148af 100644 --- a/src/icons/Call/PhoneRounded.tsx +++ b/src/icons/Call/PhoneRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PhoneRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PhoneRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PhoneRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PhoneRounded \ No newline at end of file diff --git a/src/icons/Call/RecordCall.tsx b/src/icons/Call/RecordCall.tsx deleted file mode 100644 index f8cca41..0000000 --- a/src/icons/Call/RecordCall.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RecordCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RecordCall \ No newline at end of file diff --git a/src/icons/Call/RecordCallCircle.tsx b/src/icons/Call/RecordCallCircle.tsx deleted file mode 100644 index d72ae26..0000000 --- a/src/icons/Call/RecordCallCircle.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RecordCallCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RecordCallCircle \ No newline at end of file diff --git a/src/icons/Call/RecordCallSquare.tsx b/src/icons/Call/RecordCallSquare.tsx deleted file mode 100644 index 9577aee..0000000 --- a/src/icons/Call/RecordCallSquare.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RecordCallSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RecordCallSquare \ No newline at end of file diff --git a/src/icons/Call/RecordCircle.tsx b/src/icons/Call/RecordCircle.tsx new file mode 100644 index 0000000..a7762f4 --- /dev/null +++ b/src/icons/Call/RecordCircle.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RecordCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RecordCircle \ No newline at end of file diff --git a/src/icons/Call/RecordMinimalistic.tsx b/src/icons/Call/RecordMinimalistic.tsx new file mode 100644 index 0000000..13de039 --- /dev/null +++ b/src/icons/Call/RecordMinimalistic.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RecordMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RecordMinimalistic \ No newline at end of file diff --git a/src/icons/Call/RecordSquare.tsx b/src/icons/Call/RecordSquare.tsx new file mode 100644 index 0000000..ab68c6b --- /dev/null +++ b/src/icons/Call/RecordSquare.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RecordSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RecordSquare \ No newline at end of file diff --git a/src/icons/Call/index.tsx b/src/icons/Call/index.tsx index 1dd9620..89fdfb7 100644 --- a/src/icons/Call/index.tsx +++ b/src/icons/Call/index.tsx @@ -16,6 +16,6 @@ export { default as Phone } from "./Phone"; export { default as PhoneCalling } from "./PhoneCalling"; export { default as PhoneCallingRounded } from "./PhoneCallingRounded"; export { default as PhoneRounded } from "./PhoneRounded"; -export { default as RecordCall } from "./RecordCall"; -export { default as RecordCallCircle } from "./RecordCallCircle"; -export { default as RecordCallSquare } from "./RecordCallSquare"; +export { default as CallRecordCircle } from "./RecordCircle"; +export { default as RecordMinimalistic } from "./RecordMinimalistic"; +export { default as RecordSquare } from "./RecordSquare"; diff --git a/src/icons/DesignTools/AlignBottom.tsx b/src/icons/DesignTools/AlignBottom.tsx index f8b0683..8b32ebd 100644 --- a/src/icons/DesignTools/AlignBottom.tsx +++ b/src/icons/DesignTools/AlignBottom.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlignBottom = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignBottom \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlignBottom = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignBottom \ No newline at end of file diff --git a/src/icons/DesignTools/AlignHorizontaSpacing.tsx b/src/icons/DesignTools/AlignHorizontaSpacing.tsx index 433a9aa..3d04b76 100644 --- a/src/icons/DesignTools/AlignHorizontaSpacing.tsx +++ b/src/icons/DesignTools/AlignHorizontaSpacing.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlignHorizontaSpacing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignHorizontaSpacing \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlignHorizontaSpacing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignHorizontaSpacing \ No newline at end of file diff --git a/src/icons/DesignTools/AlignHorizontalCenter.tsx b/src/icons/DesignTools/AlignHorizontalCenter.tsx index 5e1a3c0..b861407 100644 --- a/src/icons/DesignTools/AlignHorizontalCenter.tsx +++ b/src/icons/DesignTools/AlignHorizontalCenter.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlignHorizontalCenter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignHorizontalCenter \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlignHorizontalCenter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignHorizontalCenter \ No newline at end of file diff --git a/src/icons/DesignTools/AlignLeft.tsx b/src/icons/DesignTools/AlignLeft.tsx index b5be759..c0bc6b8 100644 --- a/src/icons/DesignTools/AlignLeft.tsx +++ b/src/icons/DesignTools/AlignLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlignLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlignLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignLeft \ No newline at end of file diff --git a/src/icons/DesignTools/AlignRight.tsx b/src/icons/DesignTools/AlignRight.tsx index a6f9de4..c4a39b8 100644 --- a/src/icons/DesignTools/AlignRight.tsx +++ b/src/icons/DesignTools/AlignRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlignRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlignRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignRight \ No newline at end of file diff --git a/src/icons/DesignTools/AlignTop.tsx b/src/icons/DesignTools/AlignTop.tsx index 8134362..f620893 100644 --- a/src/icons/DesignTools/AlignTop.tsx +++ b/src/icons/DesignTools/AlignTop.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlignTop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignTop \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlignTop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignTop \ No newline at end of file diff --git a/src/icons/DesignTools/AlignVerticalCenter.tsx b/src/icons/DesignTools/AlignVerticalCenter.tsx index bfa62d4..bf63d6e 100644 --- a/src/icons/DesignTools/AlignVerticalCenter.tsx +++ b/src/icons/DesignTools/AlignVerticalCenter.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlignVerticalCenter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignVerticalCenter \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlignVerticalCenter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignVerticalCenter \ No newline at end of file diff --git a/src/icons/DesignTools/AlignVerticalSpacing.tsx b/src/icons/DesignTools/AlignVerticalSpacing.tsx index 539aaf6..19e5dbc 100644 --- a/src/icons/DesignTools/AlignVerticalSpacing.tsx +++ b/src/icons/DesignTools/AlignVerticalSpacing.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlignVerticalSpacing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignVerticalSpacing \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlignVerticalSpacing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlignVerticalSpacing \ No newline at end of file diff --git a/src/icons/DesignTools/ColourTuneing.tsx b/src/icons/DesignTools/ColourTuneing.tsx index ac06f23..02cc7fc 100644 --- a/src/icons/DesignTools/ColourTuneing.tsx +++ b/src/icons/DesignTools/ColourTuneing.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ColourTuneing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ColourTuneing \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ColourTuneing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ColourTuneing \ No newline at end of file diff --git a/src/icons/DesignTools/Crop.tsx b/src/icons/DesignTools/Crop.tsx index 96ed49f..0060401 100644 --- a/src/icons/DesignTools/Crop.tsx +++ b/src/icons/DesignTools/Crop.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Crop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Crop \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Crop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Crop \ No newline at end of file diff --git a/src/icons/DesignTools/CropMinimalistic.tsx b/src/icons/DesignTools/CropMinimalistic.tsx index 11d25e1..1ca6643 100644 --- a/src/icons/DesignTools/CropMinimalistic.tsx +++ b/src/icons/DesignTools/CropMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CropMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CropMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CropMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CropMinimalistic \ No newline at end of file diff --git a/src/icons/DesignTools/Filters.tsx b/src/icons/DesignTools/Filters.tsx index 74ef1b4..2df57fa 100644 --- a/src/icons/DesignTools/Filters.tsx +++ b/src/icons/DesignTools/Filters.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Filters = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Filters \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Filters = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Filters \ No newline at end of file diff --git a/src/icons/DesignTools/FlipHorizontal.tsx b/src/icons/DesignTools/FlipHorizontal.tsx index c8f2b7f..eaa19a5 100644 --- a/src/icons/DesignTools/FlipHorizontal.tsx +++ b/src/icons/DesignTools/FlipHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FlipHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FlipHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FlipHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FlipHorizontal \ No newline at end of file diff --git a/src/icons/DesignTools/FlipVertical.tsx b/src/icons/DesignTools/FlipVertical.tsx index 2949b8c..ba5a563 100644 --- a/src/icons/DesignTools/FlipVertical.tsx +++ b/src/icons/DesignTools/FlipVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FlipVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FlipVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FlipVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FlipVertical \ No newline at end of file diff --git a/src/icons/DesignTools/Layers.tsx b/src/icons/DesignTools/Layers.tsx index 50708d4..75200f1 100644 --- a/src/icons/DesignTools/Layers.tsx +++ b/src/icons/DesignTools/Layers.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Layers = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Layers \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Layers = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Layers \ No newline at end of file diff --git a/src/icons/DesignTools/LayersMinimalistic.tsx b/src/icons/DesignTools/LayersMinimalistic.tsx index e706e9a..835bb98 100644 --- a/src/icons/DesignTools/LayersMinimalistic.tsx +++ b/src/icons/DesignTools/LayersMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LayersMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LayersMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LayersMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LayersMinimalistic \ No newline at end of file diff --git a/src/icons/DesignTools/MirrorLeft.tsx b/src/icons/DesignTools/MirrorLeft.tsx index c24c8b7..6520fac 100644 --- a/src/icons/DesignTools/MirrorLeft.tsx +++ b/src/icons/DesignTools/MirrorLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MirrorLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MirrorLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MirrorLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MirrorLeft \ No newline at end of file diff --git a/src/icons/DesignTools/MirrorRight.tsx b/src/icons/DesignTools/MirrorRight.tsx index 4e7afe9..544ef89 100644 --- a/src/icons/DesignTools/MirrorRight.tsx +++ b/src/icons/DesignTools/MirrorRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MirrorRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MirrorRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MirrorRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MirrorRight \ No newline at end of file diff --git a/src/icons/DesignTools/PaintRoller.tsx b/src/icons/DesignTools/PaintRoller.tsx index d4a6367..580d4ad 100644 --- a/src/icons/DesignTools/PaintRoller.tsx +++ b/src/icons/DesignTools/PaintRoller.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PaintRoller = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaintRoller \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PaintRoller = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaintRoller \ No newline at end of file diff --git a/src/icons/DesignTools/Palette.tsx b/src/icons/DesignTools/Palette.tsx index 32aac3f..f43e777 100644 --- a/src/icons/DesignTools/Palette.tsx +++ b/src/icons/DesignTools/Palette.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Palette = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Palette \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Palette = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Palette \ No newline at end of file diff --git a/src/icons/DesignTools/PaletteRound.tsx b/src/icons/DesignTools/PaletteRound.tsx index 9116197..ec7b94a 100644 --- a/src/icons/DesignTools/PaletteRound.tsx +++ b/src/icons/DesignTools/PaletteRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PaletteRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaletteRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PaletteRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaletteRound \ No newline at end of file diff --git a/src/icons/DesignTools/Pallete2.tsx b/src/icons/DesignTools/Pallete2.tsx index 1b037a1..a7f1f51 100644 --- a/src/icons/DesignTools/Pallete2.tsx +++ b/src/icons/DesignTools/Pallete2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pallete2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pallete2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pallete2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pallete2 \ No newline at end of file diff --git a/src/icons/DesignTools/Pipette.tsx b/src/icons/DesignTools/Pipette.tsx index d84c17f..c86b3b8 100644 --- a/src/icons/DesignTools/Pipette.tsx +++ b/src/icons/DesignTools/Pipette.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pipette = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pipette \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pipette = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pipette \ No newline at end of file diff --git a/src/icons/DesignTools/RadialBlur.tsx b/src/icons/DesignTools/RadialBlur.tsx index 280f9d2..8a21b4c 100644 --- a/src/icons/DesignTools/RadialBlur.tsx +++ b/src/icons/DesignTools/RadialBlur.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RadialBlur = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RadialBlur \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RadialBlur = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RadialBlur \ No newline at end of file diff --git a/src/icons/DesignTools/Ruler.tsx b/src/icons/DesignTools/Ruler.tsx index ea5560a..baffc3f 100644 --- a/src/icons/DesignTools/Ruler.tsx +++ b/src/icons/DesignTools/Ruler.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Ruler = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ruler \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Ruler = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ruler \ No newline at end of file diff --git a/src/icons/DesignTools/RulerAngular.tsx b/src/icons/DesignTools/RulerAngular.tsx index 408e632..ab06d76 100644 --- a/src/icons/DesignTools/RulerAngular.tsx +++ b/src/icons/DesignTools/RulerAngular.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RulerAngular = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RulerAngular \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RulerAngular = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RulerAngular \ No newline at end of file diff --git a/src/icons/DesignTools/RulerCrossPen.tsx b/src/icons/DesignTools/RulerCrossPen.tsx index 15d8494..7b098ea 100644 --- a/src/icons/DesignTools/RulerCrossPen.tsx +++ b/src/icons/DesignTools/RulerCrossPen.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RulerCrossPen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RulerCrossPen \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RulerCrossPen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RulerCrossPen \ No newline at end of file diff --git a/src/icons/DesignTools/RulerPen.tsx b/src/icons/DesignTools/RulerPen.tsx index c9d71ba..44b083d 100644 --- a/src/icons/DesignTools/RulerPen.tsx +++ b/src/icons/DesignTools/RulerPen.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RulerPen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RulerPen \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RulerPen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RulerPen \ No newline at end of file diff --git a/src/icons/DesignTools/ThreeSquares.tsx b/src/icons/DesignTools/ThreeSquares.tsx index 357d177..0d0dadc 100644 --- a/src/icons/DesignTools/ThreeSquares.tsx +++ b/src/icons/DesignTools/ThreeSquares.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ThreeSquares = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ThreeSquares \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ThreeSquares = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ThreeSquares \ No newline at end of file diff --git a/src/icons/DesignTools/index.tsx b/src/icons/DesignTools/index.tsx index d9419d7..631efed 100644 --- a/src/icons/DesignTools/index.tsx +++ b/src/icons/DesignTools/index.tsx @@ -1,6 +1,6 @@ export { default as AlignBottom } from "./AlignBottom"; -export { default as AlignHorizontalCenter } from "./AlignHorizontalCenter"; export { default as AlignHorizontaSpacing } from "./AlignHorizontaSpacing"; +export { default as AlignHorizontalCenter } from "./AlignHorizontalCenter"; export { default as AlignLeft } from "./AlignLeft"; export { default as AlignRight } from "./AlignRight"; export { default as AlignTop } from "./AlignTop"; diff --git a/src/icons/ElectronicDevices/Airbuds.tsx b/src/icons/ElectronicDevices/Airbuds.tsx index 3ccd4bf..f285d26 100644 --- a/src/icons/ElectronicDevices/Airbuds.tsx +++ b/src/icons/ElectronicDevices/Airbuds.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Airbuds = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Airbuds \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Airbuds = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Airbuds \ No newline at end of file diff --git a/src/icons/ElectronicDevices/AirbudsCase.tsx b/src/icons/ElectronicDevices/AirbudsCase.tsx index d5118b0..1727aaf 100644 --- a/src/icons/ElectronicDevices/AirbudsCase.tsx +++ b/src/icons/ElectronicDevices/AirbudsCase.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AirbudsCase = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCase \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AirbudsCase = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCase \ No newline at end of file diff --git a/src/icons/ElectronicDevices/AirbudsCaseCharge.tsx b/src/icons/ElectronicDevices/AirbudsCaseCharge.tsx index e66767b..b556c12 100644 --- a/src/icons/ElectronicDevices/AirbudsCaseCharge.tsx +++ b/src/icons/ElectronicDevices/AirbudsCaseCharge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AirbudsCaseCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCaseCharge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AirbudsCaseCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCaseCharge \ No newline at end of file diff --git a/src/icons/ElectronicDevices/AirbudsCaseMinimalistic.tsx b/src/icons/ElectronicDevices/AirbudsCaseMinimalistic.tsx index f314065..4e90638 100644 --- a/src/icons/ElectronicDevices/AirbudsCaseMinimalistic.tsx +++ b/src/icons/ElectronicDevices/AirbudsCaseMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AirbudsCaseMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCaseMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AirbudsCaseMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCaseMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/AirbudsCaseOpen.tsx b/src/icons/ElectronicDevices/AirbudsCaseOpen.tsx index 079f8be..f81a734 100644 --- a/src/icons/ElectronicDevices/AirbudsCaseOpen.tsx +++ b/src/icons/ElectronicDevices/AirbudsCaseOpen.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AirbudsCaseOpen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCaseOpen \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AirbudsCaseOpen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCaseOpen \ No newline at end of file diff --git a/src/icons/ElectronicDevices/AirbudsCharge.tsx b/src/icons/ElectronicDevices/AirbudsCharge.tsx index c50370e..ef855b2 100644 --- a/src/icons/ElectronicDevices/AirbudsCharge.tsx +++ b/src/icons/ElectronicDevices/AirbudsCharge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AirbudsCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCharge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AirbudsCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCharge \ No newline at end of file diff --git a/src/icons/ElectronicDevices/AirbudsCheck.tsx b/src/icons/ElectronicDevices/AirbudsCheck.tsx index d0b9f45..53fdd9e 100644 --- a/src/icons/ElectronicDevices/AirbudsCheck.tsx +++ b/src/icons/ElectronicDevices/AirbudsCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AirbudsCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AirbudsCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsCheck \ No newline at end of file diff --git a/src/icons/ElectronicDevices/AirbudsLeft.tsx b/src/icons/ElectronicDevices/AirbudsLeft.tsx index afe870c..b4a24c0 100644 --- a/src/icons/ElectronicDevices/AirbudsLeft.tsx +++ b/src/icons/ElectronicDevices/AirbudsLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AirbudsLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AirbudsLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsLeft \ No newline at end of file diff --git a/src/icons/ElectronicDevices/AirbudsRemove.tsx b/src/icons/ElectronicDevices/AirbudsRemove.tsx index df6a68c..fea392e 100644 --- a/src/icons/ElectronicDevices/AirbudsRemove.tsx +++ b/src/icons/ElectronicDevices/AirbudsRemove.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AirbudsRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsRemove \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AirbudsRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsRemove \ No newline at end of file diff --git a/src/icons/ElectronicDevices/AirbudsRight.tsx b/src/icons/ElectronicDevices/AirbudsRight.tsx index c1f8257..3e7776c 100644 --- a/src/icons/ElectronicDevices/AirbudsRight.tsx +++ b/src/icons/ElectronicDevices/AirbudsRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AirbudsRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AirbudsRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AirbudsRight \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Bluetooth.tsx b/src/icons/ElectronicDevices/Bluetooth.tsx index 0266a3b..33e6e8f 100644 --- a/src/icons/ElectronicDevices/Bluetooth.tsx +++ b/src/icons/ElectronicDevices/Bluetooth.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bluetooth = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bluetooth \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bluetooth = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bluetooth \ No newline at end of file diff --git a/src/icons/ElectronicDevices/BluetoothCircle.tsx b/src/icons/ElectronicDevices/BluetoothCircle.tsx index aa6baf0..b9b0704 100644 --- a/src/icons/ElectronicDevices/BluetoothCircle.tsx +++ b/src/icons/ElectronicDevices/BluetoothCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BluetoothCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BluetoothCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BluetoothCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BluetoothCircle \ No newline at end of file diff --git a/src/icons/ElectronicDevices/BluetoothSquare.tsx b/src/icons/ElectronicDevices/BluetoothSquare.tsx index c23544d..3af22c9 100644 --- a/src/icons/ElectronicDevices/BluetoothSquare.tsx +++ b/src/icons/ElectronicDevices/BluetoothSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BluetoothSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BluetoothSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BluetoothSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BluetoothSquare \ No newline at end of file diff --git a/src/icons/ElectronicDevices/BluetoothWave.tsx b/src/icons/ElectronicDevices/BluetoothWave.tsx index d5187c4..afb4961 100644 --- a/src/icons/ElectronicDevices/BluetoothWave.tsx +++ b/src/icons/ElectronicDevices/BluetoothWave.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BluetoothWave = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BluetoothWave \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BluetoothWave = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BluetoothWave \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Boombox.tsx b/src/icons/ElectronicDevices/Boombox.tsx index 6c2bfb4..b3d264a 100644 --- a/src/icons/ElectronicDevices/Boombox.tsx +++ b/src/icons/ElectronicDevices/Boombox.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Boombox = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Boombox \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Boombox = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Boombox \ No newline at end of file diff --git a/src/icons/ElectronicDevices/CPU.tsx b/src/icons/ElectronicDevices/CPU.tsx index e0de507..2378db4 100644 --- a/src/icons/ElectronicDevices/CPU.tsx +++ b/src/icons/ElectronicDevices/CPU.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CPU = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CPU \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CPU = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CPU \ No newline at end of file diff --git a/src/icons/ElectronicDevices/CPUBolt.tsx b/src/icons/ElectronicDevices/CPUBolt.tsx index a66175f..cf4aa05 100644 --- a/src/icons/ElectronicDevices/CPUBolt.tsx +++ b/src/icons/ElectronicDevices/CPUBolt.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CPUBolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CPUBolt \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CPUBolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CPUBolt \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Cassette.tsx b/src/icons/ElectronicDevices/Cassette.tsx index a713379..70fd467 100644 --- a/src/icons/ElectronicDevices/Cassette.tsx +++ b/src/icons/ElectronicDevices/Cassette.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cassette = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cassette \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cassette = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cassette \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Cassette2.tsx b/src/icons/ElectronicDevices/Cassette2.tsx index 3da0431..80489ba 100644 --- a/src/icons/ElectronicDevices/Cassette2.tsx +++ b/src/icons/ElectronicDevices/Cassette2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cassette2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cassette2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cassette2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cassette2 \ No newline at end of file diff --git a/src/icons/ElectronicDevices/CloudStorage.tsx b/src/icons/ElectronicDevices/CloudStorage.tsx index 33626f5..f910354 100644 --- a/src/icons/ElectronicDevices/CloudStorage.tsx +++ b/src/icons/ElectronicDevices/CloudStorage.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudStorage = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudStorage \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudStorage = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudStorage \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Devices.tsx b/src/icons/ElectronicDevices/Devices.tsx index 2fc419f..f84acf4 100644 --- a/src/icons/ElectronicDevices/Devices.tsx +++ b/src/icons/ElectronicDevices/Devices.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Devices = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Devices \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Devices = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Devices \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Diskette.tsx b/src/icons/ElectronicDevices/Diskette.tsx index 5949c9c..f07e2de 100644 --- a/src/icons/ElectronicDevices/Diskette.tsx +++ b/src/icons/ElectronicDevices/Diskette.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Diskette = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Diskette \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Diskette = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Diskette \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Display.tsx b/src/icons/ElectronicDevices/Display.tsx index 0cb5dbc..c35edd0 100644 --- a/src/icons/ElectronicDevices/Display.tsx +++ b/src/icons/ElectronicDevices/Display.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Display = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Display \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Display = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Display \ No newline at end of file diff --git a/src/icons/ElectronicDevices/FlashDrive.tsx b/src/icons/ElectronicDevices/FlashDrive.tsx index a7bfc1c..27266fc 100644 --- a/src/icons/ElectronicDevices/FlashDrive.tsx +++ b/src/icons/ElectronicDevices/FlashDrive.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FlashDrive = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FlashDrive \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FlashDrive = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FlashDrive \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Gameboy.tsx b/src/icons/ElectronicDevices/Gameboy.tsx index 2d74d5d..f7aac9a 100644 --- a/src/icons/ElectronicDevices/Gameboy.tsx +++ b/src/icons/ElectronicDevices/Gameboy.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Gameboy = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Gameboy \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Gameboy = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Gameboy \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Gamepad.tsx b/src/icons/ElectronicDevices/Gamepad.tsx index 998485f..a5acdbb 100644 --- a/src/icons/ElectronicDevices/Gamepad.tsx +++ b/src/icons/ElectronicDevices/Gamepad.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Gamepad = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Gamepad \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Gamepad = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Gamepad \ No newline at end of file diff --git a/src/icons/ElectronicDevices/GamepadCharge.tsx b/src/icons/ElectronicDevices/GamepadCharge.tsx index 49b6e6a..4e05dd0 100644 --- a/src/icons/ElectronicDevices/GamepadCharge.tsx +++ b/src/icons/ElectronicDevices/GamepadCharge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GamepadCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GamepadCharge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GamepadCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GamepadCharge \ No newline at end of file diff --git a/src/icons/ElectronicDevices/GamepadMinimalistic.tsx b/src/icons/ElectronicDevices/GamepadMinimalistic.tsx index 633e1d3..701dd4b 100644 --- a/src/icons/ElectronicDevices/GamepadMinimalistic.tsx +++ b/src/icons/ElectronicDevices/GamepadMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GamepadMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GamepadMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GamepadMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GamepadMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/GamepadNoCharge.tsx b/src/icons/ElectronicDevices/GamepadNoCharge.tsx index cd4097b..e82eda0 100644 --- a/src/icons/ElectronicDevices/GamepadNoCharge.tsx +++ b/src/icons/ElectronicDevices/GamepadNoCharge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GamepadNoCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GamepadNoCharge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GamepadNoCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GamepadNoCharge \ No newline at end of file diff --git a/src/icons/ElectronicDevices/GamepadOld.tsx b/src/icons/ElectronicDevices/GamepadOld.tsx index 94138b2..3ed4597 100644 --- a/src/icons/ElectronicDevices/GamepadOld.tsx +++ b/src/icons/ElectronicDevices/GamepadOld.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GamepadOld = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GamepadOld \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GamepadOld = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GamepadOld \ No newline at end of file diff --git a/src/icons/ElectronicDevices/HeadphonesRound.tsx b/src/icons/ElectronicDevices/HeadphonesRound.tsx index 31f3c75..d9a577b 100644 --- a/src/icons/ElectronicDevices/HeadphonesRound.tsx +++ b/src/icons/ElectronicDevices/HeadphonesRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeadphonesRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeadphonesRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeadphonesRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeadphonesRound \ No newline at end of file diff --git a/src/icons/ElectronicDevices/HeadphonesRoundSound.tsx b/src/icons/ElectronicDevices/HeadphonesRoundSound.tsx index f858d5e..6b9f57c 100644 --- a/src/icons/ElectronicDevices/HeadphonesRoundSound.tsx +++ b/src/icons/ElectronicDevices/HeadphonesRoundSound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeadphonesRoundSound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeadphonesRoundSound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeadphonesRoundSound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeadphonesRoundSound \ No newline at end of file diff --git a/src/icons/ElectronicDevices/HeadphonesSquare.tsx b/src/icons/ElectronicDevices/HeadphonesSquare.tsx index 0028eb6..da04019 100644 --- a/src/icons/ElectronicDevices/HeadphonesSquare.tsx +++ b/src/icons/ElectronicDevices/HeadphonesSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeadphonesSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeadphonesSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeadphonesSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeadphonesSquare \ No newline at end of file diff --git a/src/icons/ElectronicDevices/HeadphonesSquareSound.tsx b/src/icons/ElectronicDevices/HeadphonesSquareSound.tsx index a518bab..73bb78b 100644 --- a/src/icons/ElectronicDevices/HeadphonesSquareSound.tsx +++ b/src/icons/ElectronicDevices/HeadphonesSquareSound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeadphonesSquareSound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeadphonesSquareSound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeadphonesSquareSound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeadphonesSquareSound \ No newline at end of file diff --git a/src/icons/ElectronicDevices/IPhone.tsx b/src/icons/ElectronicDevices/IPhone.tsx index e440ed2..4039ca6 100644 --- a/src/icons/ElectronicDevices/IPhone.tsx +++ b/src/icons/ElectronicDevices/IPhone.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const IPhone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default IPhone \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const IPhone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default IPhone \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Keyboard.tsx b/src/icons/ElectronicDevices/Keyboard.tsx index aad654f..cd5b3fa 100644 --- a/src/icons/ElectronicDevices/Keyboard.tsx +++ b/src/icons/ElectronicDevices/Keyboard.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Keyboard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Keyboard \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Keyboard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Keyboard \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Laptop.tsx b/src/icons/ElectronicDevices/Laptop.tsx index 55b8ba6..b4ed847 100644 --- a/src/icons/ElectronicDevices/Laptop.tsx +++ b/src/icons/ElectronicDevices/Laptop.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Laptop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Laptop \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Laptop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Laptop \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Laptop2.tsx b/src/icons/ElectronicDevices/Laptop2.tsx index ba32fed..cee140f 100644 --- a/src/icons/ElectronicDevices/Laptop2.tsx +++ b/src/icons/ElectronicDevices/Laptop2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Laptop2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Laptop2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Laptop2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Laptop2 \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Laptop3.tsx b/src/icons/ElectronicDevices/Laptop3.tsx index 2e6c4a4..b368889 100644 --- a/src/icons/ElectronicDevices/Laptop3.tsx +++ b/src/icons/ElectronicDevices/Laptop3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Laptop3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Laptop3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Laptop3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Laptop3 \ No newline at end of file diff --git a/src/icons/ElectronicDevices/LaptopMinimalistic.tsx b/src/icons/ElectronicDevices/LaptopMinimalistic.tsx index 0e7103c..5988da4 100644 --- a/src/icons/ElectronicDevices/LaptopMinimalistic.tsx +++ b/src/icons/ElectronicDevices/LaptopMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LaptopMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LaptopMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LaptopMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LaptopMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Lightbulb.tsx b/src/icons/ElectronicDevices/Lightbulb.tsx index 47358f6..c25e4ef 100644 --- a/src/icons/ElectronicDevices/Lightbulb.tsx +++ b/src/icons/ElectronicDevices/Lightbulb.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Lightbulb = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Lightbulb \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Lightbulb = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Lightbulb \ No newline at end of file diff --git a/src/icons/ElectronicDevices/LightbulbBolt.tsx b/src/icons/ElectronicDevices/LightbulbBolt.tsx index 51e6b62..4f16d1a 100644 --- a/src/icons/ElectronicDevices/LightbulbBolt.tsx +++ b/src/icons/ElectronicDevices/LightbulbBolt.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LightbulbBolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LightbulbBolt \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LightbulbBolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LightbulbBolt \ No newline at end of file diff --git a/src/icons/ElectronicDevices/LightbulbMinimalistic.tsx b/src/icons/ElectronicDevices/LightbulbMinimalistic.tsx index d1d2fcc..f31ed64 100644 --- a/src/icons/ElectronicDevices/LightbulbMinimalistic.tsx +++ b/src/icons/ElectronicDevices/LightbulbMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LightbulbMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LightbulbMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LightbulbMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LightbulbMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Lightning.tsx b/src/icons/ElectronicDevices/Lightning.tsx index 2665cd7..ce29403 100644 --- a/src/icons/ElectronicDevices/Lightning.tsx +++ b/src/icons/ElectronicDevices/Lightning.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Lightning = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Lightning \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Lightning = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Lightning \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Monitor.tsx b/src/icons/ElectronicDevices/Monitor.tsx index 7db3b8b..8a163e8 100644 --- a/src/icons/ElectronicDevices/Monitor.tsx +++ b/src/icons/ElectronicDevices/Monitor.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Monitor = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Monitor \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Monitor = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Monitor \ No newline at end of file diff --git a/src/icons/ElectronicDevices/MonitorCamera.tsx b/src/icons/ElectronicDevices/MonitorCamera.tsx index 8c98dca..f50b09e 100644 --- a/src/icons/ElectronicDevices/MonitorCamera.tsx +++ b/src/icons/ElectronicDevices/MonitorCamera.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MonitorCamera = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MonitorCamera \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MonitorCamera = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MonitorCamera \ No newline at end of file diff --git a/src/icons/ElectronicDevices/MonitorSmartphone.tsx b/src/icons/ElectronicDevices/MonitorSmartphone.tsx index 297a44a..57b38d4 100644 --- a/src/icons/ElectronicDevices/MonitorSmartphone.tsx +++ b/src/icons/ElectronicDevices/MonitorSmartphone.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MonitorSmartphone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MonitorSmartphone \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MonitorSmartphone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MonitorSmartphone \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Mouse.tsx b/src/icons/ElectronicDevices/Mouse.tsx index 8ec2531..9afba41 100644 --- a/src/icons/ElectronicDevices/Mouse.tsx +++ b/src/icons/ElectronicDevices/Mouse.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Mouse = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Mouse \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Mouse = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Mouse \ No newline at end of file diff --git a/src/icons/ElectronicDevices/MouseCircle.tsx b/src/icons/ElectronicDevices/MouseCircle.tsx index 257de95..6d1e313 100644 --- a/src/icons/ElectronicDevices/MouseCircle.tsx +++ b/src/icons/ElectronicDevices/MouseCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MouseCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MouseCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MouseCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MouseCircle \ No newline at end of file diff --git a/src/icons/ElectronicDevices/MouseMinimalistic.tsx b/src/icons/ElectronicDevices/MouseMinimalistic.tsx index 794d328..97481b4 100644 --- a/src/icons/ElectronicDevices/MouseMinimalistic.tsx +++ b/src/icons/ElectronicDevices/MouseMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MouseMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MouseMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MouseMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MouseMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/PlugCircle.tsx b/src/icons/ElectronicDevices/PlugCircle.tsx index 68dd8f0..90e54c3 100644 --- a/src/icons/ElectronicDevices/PlugCircle.tsx +++ b/src/icons/ElectronicDevices/PlugCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PlugCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlugCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PlugCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlugCircle \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Printer.tsx b/src/icons/ElectronicDevices/Printer.tsx index af7b3a1..f4007ae 100644 --- a/src/icons/ElectronicDevices/Printer.tsx +++ b/src/icons/ElectronicDevices/Printer.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Printer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Printer \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Printer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Printer \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Printer2.tsx b/src/icons/ElectronicDevices/Printer2.tsx index 0d64a3c..e6a250a 100644 --- a/src/icons/ElectronicDevices/Printer2.tsx +++ b/src/icons/ElectronicDevices/Printer2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Printer2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Printer2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Printer2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Printer2 \ No newline at end of file diff --git a/src/icons/ElectronicDevices/PrinterMinimalistic.tsx b/src/icons/ElectronicDevices/PrinterMinimalistic.tsx index bd551e8..a5440d5 100644 --- a/src/icons/ElectronicDevices/PrinterMinimalistic.tsx +++ b/src/icons/ElectronicDevices/PrinterMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PrinterMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PrinterMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PrinterMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PrinterMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Projector.tsx b/src/icons/ElectronicDevices/Projector.tsx index d2069ef..ca51155 100644 --- a/src/icons/ElectronicDevices/Projector.tsx +++ b/src/icons/ElectronicDevices/Projector.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Projector = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Projector \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Projector = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Projector \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Radio.tsx b/src/icons/ElectronicDevices/Radio.tsx index ddcd809..ace2589 100644 --- a/src/icons/ElectronicDevices/Radio.tsx +++ b/src/icons/ElectronicDevices/Radio.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Radio = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Radio \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Radio = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Radio \ No newline at end of file diff --git a/src/icons/ElectronicDevices/RadioMinimalistic.tsx b/src/icons/ElectronicDevices/RadioMinimalistic.tsx index 4b2f5eb..39f0a88 100644 --- a/src/icons/ElectronicDevices/RadioMinimalistic.tsx +++ b/src/icons/ElectronicDevices/RadioMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RadioMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RadioMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RadioMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RadioMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SDCard.tsx b/src/icons/ElectronicDevices/SDCard.tsx index fd0929f..ed52fbf 100644 --- a/src/icons/ElectronicDevices/SDCard.tsx +++ b/src/icons/ElectronicDevices/SDCard.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SDCard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SDCard \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SDCard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SDCard \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SIMCard.tsx b/src/icons/ElectronicDevices/SIMCard.tsx index 043302b..8d17a88 100644 --- a/src/icons/ElectronicDevices/SIMCard.tsx +++ b/src/icons/ElectronicDevices/SIMCard.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SIMCard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SIMCard \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SIMCard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SIMCard \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SIMCardMinimalistic.tsx b/src/icons/ElectronicDevices/SIMCardMinimalistic.tsx index 1a906a1..59a0105 100644 --- a/src/icons/ElectronicDevices/SIMCardMinimalistic.tsx +++ b/src/icons/ElectronicDevices/SIMCardMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SIMCardMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SIMCardMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SIMCardMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SIMCardMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SIMCards.tsx b/src/icons/ElectronicDevices/SIMCards.tsx index e192b80..c0a5862 100644 --- a/src/icons/ElectronicDevices/SIMCards.tsx +++ b/src/icons/ElectronicDevices/SIMCards.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SIMCards = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SIMCards \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SIMCards = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SIMCards \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SSDRound.tsx b/src/icons/ElectronicDevices/SSDRound.tsx index f7b85a8..b743b32 100644 --- a/src/icons/ElectronicDevices/SSDRound.tsx +++ b/src/icons/ElectronicDevices/SSDRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SSDRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SSDRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SSDRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SSDRound \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SSDSquare.tsx b/src/icons/ElectronicDevices/SSDSquare.tsx index 40bc352..efcba81 100644 --- a/src/icons/ElectronicDevices/SSDSquare.tsx +++ b/src/icons/ElectronicDevices/SSDSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SSDSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SSDSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SSDSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SSDSquare \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Server.tsx b/src/icons/ElectronicDevices/Server.tsx index 2a98364..94dec3c 100644 --- a/src/icons/ElectronicDevices/Server.tsx +++ b/src/icons/ElectronicDevices/Server.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Server = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Server \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Server = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Server \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Server2.tsx b/src/icons/ElectronicDevices/Server2.tsx index 3264537..2f5983a 100644 --- a/src/icons/ElectronicDevices/Server2.tsx +++ b/src/icons/ElectronicDevices/Server2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Server2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Server2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Server2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Server2 \ No newline at end of file diff --git a/src/icons/ElectronicDevices/ServerMinimalistic.tsx b/src/icons/ElectronicDevices/ServerMinimalistic.tsx index 431b774..a183f32 100644 --- a/src/icons/ElectronicDevices/ServerMinimalistic.tsx +++ b/src/icons/ElectronicDevices/ServerMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ServerMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ServerMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/ServerPath.tsx b/src/icons/ElectronicDevices/ServerPath.tsx index 69e8633..c33b521 100644 --- a/src/icons/ElectronicDevices/ServerPath.tsx +++ b/src/icons/ElectronicDevices/ServerPath.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ServerPath = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerPath \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ServerPath = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerPath \ No newline at end of file diff --git a/src/icons/ElectronicDevices/ServerSquare.tsx b/src/icons/ElectronicDevices/ServerSquare.tsx index 9d18607..b34b5d0 100644 --- a/src/icons/ElectronicDevices/ServerSquare.tsx +++ b/src/icons/ElectronicDevices/ServerSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ServerSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ServerSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerSquare \ No newline at end of file diff --git a/src/icons/ElectronicDevices/ServerSquareCloud.tsx b/src/icons/ElectronicDevices/ServerSquareCloud.tsx index 60b59fb..510f1b0 100644 --- a/src/icons/ElectronicDevices/ServerSquareCloud.tsx +++ b/src/icons/ElectronicDevices/ServerSquareCloud.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ServerSquareCloud = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerSquareCloud \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ServerSquareCloud = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerSquareCloud \ No newline at end of file diff --git a/src/icons/ElectronicDevices/ServerSquareUpdate.tsx b/src/icons/ElectronicDevices/ServerSquareUpdate.tsx index 93b1897..4313acb 100644 --- a/src/icons/ElectronicDevices/ServerSquareUpdate.tsx +++ b/src/icons/ElectronicDevices/ServerSquareUpdate.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ServerSquareUpdate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerSquareUpdate \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ServerSquareUpdate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ServerSquareUpdate \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SmartSpeaker.tsx b/src/icons/ElectronicDevices/SmartSpeaker.tsx index 4f1e136..db9344b 100644 --- a/src/icons/ElectronicDevices/SmartSpeaker.tsx +++ b/src/icons/ElectronicDevices/SmartSpeaker.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartSpeaker = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartSpeaker \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartSpeaker = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartSpeaker \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SmartSpeaker2.tsx b/src/icons/ElectronicDevices/SmartSpeaker2.tsx index ed416a6..aee355b 100644 --- a/src/icons/ElectronicDevices/SmartSpeaker2.tsx +++ b/src/icons/ElectronicDevices/SmartSpeaker2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartSpeaker2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartSpeaker2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartSpeaker2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartSpeaker2 \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SmartSpeakerMinimalistic.tsx b/src/icons/ElectronicDevices/SmartSpeakerMinimalistic.tsx index 7d0c206..0d90066 100644 --- a/src/icons/ElectronicDevices/SmartSpeakerMinimalistic.tsx +++ b/src/icons/ElectronicDevices/SmartSpeakerMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartSpeakerMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartSpeakerMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartSpeakerMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartSpeakerMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Smartphone.tsx b/src/icons/ElectronicDevices/Smartphone.tsx index 16ebb85..a7ef69a 100644 --- a/src/icons/ElectronicDevices/Smartphone.tsx +++ b/src/icons/ElectronicDevices/Smartphone.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Smartphone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Smartphone \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Smartphone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Smartphone \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Smartphone2.tsx b/src/icons/ElectronicDevices/Smartphone2.tsx index af236c7..33d9aea 100644 --- a/src/icons/ElectronicDevices/Smartphone2.tsx +++ b/src/icons/ElectronicDevices/Smartphone2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Smartphone2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Smartphone2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Smartphone2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Smartphone2 \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SmartphoneRotate2.tsx b/src/icons/ElectronicDevices/SmartphoneRotate2.tsx index 455c129..18a76d4 100644 --- a/src/icons/ElectronicDevices/SmartphoneRotate2.tsx +++ b/src/icons/ElectronicDevices/SmartphoneRotate2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartphoneRotate2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneRotate2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartphoneRotate2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneRotate2 \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SmartphoneRotateAngle.tsx b/src/icons/ElectronicDevices/SmartphoneRotateAngle.tsx index b63b192..77c6873 100644 --- a/src/icons/ElectronicDevices/SmartphoneRotateAngle.tsx +++ b/src/icons/ElectronicDevices/SmartphoneRotateAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartphoneRotateAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneRotateAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartphoneRotateAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneRotateAngle \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SmartphoneRotateOrientation.tsx b/src/icons/ElectronicDevices/SmartphoneRotateOrientation.tsx index ac6799a..cb19422 100644 --- a/src/icons/ElectronicDevices/SmartphoneRotateOrientation.tsx +++ b/src/icons/ElectronicDevices/SmartphoneRotateOrientation.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartphoneRotateOrientation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneRotateOrientation \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartphoneRotateOrientation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneRotateOrientation \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SmartphoneUpdate.tsx b/src/icons/ElectronicDevices/SmartphoneUpdate.tsx index b579e0e..3dbac0a 100644 --- a/src/icons/ElectronicDevices/SmartphoneUpdate.tsx +++ b/src/icons/ElectronicDevices/SmartphoneUpdate.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartphoneUpdate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneUpdate \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartphoneUpdate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneUpdate \ No newline at end of file diff --git a/src/icons/ElectronicDevices/SmartphoneVibration.tsx b/src/icons/ElectronicDevices/SmartphoneVibration.tsx index 21f7533..d08e0e7 100644 --- a/src/icons/ElectronicDevices/SmartphoneVibration.tsx +++ b/src/icons/ElectronicDevices/SmartphoneVibration.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartphoneVibration = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneVibration \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartphoneVibration = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartphoneVibration \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Socket.tsx b/src/icons/ElectronicDevices/Socket.tsx index f9c4b69..d1818ec 100644 --- a/src/icons/ElectronicDevices/Socket.tsx +++ b/src/icons/ElectronicDevices/Socket.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Socket = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Socket \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Socket = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Socket \ No newline at end of file diff --git a/src/icons/ElectronicDevices/TV.tsx b/src/icons/ElectronicDevices/TV.tsx index 5f859d4..16f69c3 100644 --- a/src/icons/ElectronicDevices/TV.tsx +++ b/src/icons/ElectronicDevices/TV.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TV = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TV \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TV = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TV \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Tablet.tsx b/src/icons/ElectronicDevices/Tablet.tsx index 38bc55d..8c3c7b0 100644 --- a/src/icons/ElectronicDevices/Tablet.tsx +++ b/src/icons/ElectronicDevices/Tablet.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tablet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tablet \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tablet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tablet \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Telescope.tsx b/src/icons/ElectronicDevices/Telescope.tsx index 51bdb50..c8e4263 100644 --- a/src/icons/ElectronicDevices/Telescope.tsx +++ b/src/icons/ElectronicDevices/Telescope.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Telescope = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Telescope \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Telescope = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Telescope \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Turntable.tsx b/src/icons/ElectronicDevices/Turntable.tsx index 9012a6c..ace5fd9 100644 --- a/src/icons/ElectronicDevices/Turntable.tsx +++ b/src/icons/ElectronicDevices/Turntable.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Turntable = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Turntable \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Turntable = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Turntable \ No newline at end of file diff --git a/src/icons/ElectronicDevices/TurntableMinimalistic.tsx b/src/icons/ElectronicDevices/TurntableMinimalistic.tsx index b9ce646..efd77d8 100644 --- a/src/icons/ElectronicDevices/TurntableMinimalistic.tsx +++ b/src/icons/ElectronicDevices/TurntableMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TurntableMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TurntableMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TurntableMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TurntableMinimalistic \ No newline at end of file diff --git a/src/icons/ElectronicDevices/TurntableMusicNote.tsx b/src/icons/ElectronicDevices/TurntableMusicNote.tsx index f96ebec..137c2c0 100644 --- a/src/icons/ElectronicDevices/TurntableMusicNote.tsx +++ b/src/icons/ElectronicDevices/TurntableMusicNote.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TurntableMusicNote = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TurntableMusicNote \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TurntableMusicNote = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TurntableMusicNote \ No newline at end of file diff --git a/src/icons/ElectronicDevices/Weigher.tsx b/src/icons/ElectronicDevices/Weigher.tsx index 3f31ebc..37ca13b 100644 --- a/src/icons/ElectronicDevices/Weigher.tsx +++ b/src/icons/ElectronicDevices/Weigher.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Weigher = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Weigher \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Weigher = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Weigher \ No newline at end of file diff --git a/src/icons/ElectronicDevices/WirelessCharge.tsx b/src/icons/ElectronicDevices/WirelessCharge.tsx index df74f99..fabf14d 100644 --- a/src/icons/ElectronicDevices/WirelessCharge.tsx +++ b/src/icons/ElectronicDevices/WirelessCharge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WirelessCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WirelessCharge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WirelessCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WirelessCharge \ No newline at end of file diff --git a/src/icons/ElectronicDevices/index.tsx b/src/icons/ElectronicDevices/index.tsx index 2eba635..7e15ca9 100644 --- a/src/icons/ElectronicDevices/index.tsx +++ b/src/icons/ElectronicDevices/index.tsx @@ -13,11 +13,11 @@ export { default as BluetoothCircle } from "./BluetoothCircle"; export { default as BluetoothSquare } from "./BluetoothSquare"; export { default as BluetoothWave } from "./BluetoothWave"; export { default as Boombox } from "./Boombox"; +export { default as CPU } from "./CPU"; +export { default as CPUBolt } from "./CPUBolt"; export { default as Cassette } from "./Cassette"; export { default as Cassette2 } from "./Cassette2"; export { default as CloudStorage } from "./CloudStorage"; -export { default as CPU } from "./CPU"; -export { default as CPUBolt } from "./CPUBolt"; export { default as Devices } from "./Devices"; export { default as Diskette } from "./Diskette"; export { default as Display } from "./Display"; @@ -56,6 +56,11 @@ export { default as Projector } from "./Projector"; export { default as Radio } from "./Radio"; export { default as RadioMinimalistic } from "./RadioMinimalistic"; export { default as SDCard } from "./SDCard"; +export { default as SIMCard } from "./SIMCard"; +export { default as SIMCardMinimalistic } from "./SIMCardMinimalistic"; +export { default as SIMCards } from "./SIMCards"; +export { default as SSDRound } from "./SSDRound"; +export { default as SSDSquare } from "./SSDSquare"; export { default as Server } from "./Server"; export { default as Server2 } from "./Server2"; export { default as ServerMinimalistic } from "./ServerMinimalistic"; @@ -63,9 +68,9 @@ export { default as ServerPath } from "./ServerPath"; export { default as ServerSquare } from "./ServerSquare"; export { default as ServerSquareCloud } from "./ServerSquareCloud"; export { default as ServerSquareUpdate } from "./ServerSquareUpdate"; -export { default as SIMCard } from "./SIMCard"; -export { default as SIMCardMinimalistic } from "./SIMCardMinimalistic"; -export { default as SIMCards } from "./SIMCards"; +export { default as SmartSpeaker } from "./SmartSpeaker"; +export { default as SmartSpeaker2 } from "./SmartSpeaker2"; +export { default as SmartSpeakerMinimalistic } from "./SmartSpeakerMinimalistic"; export { default as Smartphone } from "./Smartphone"; export { default as Smartphone2 } from "./Smartphone2"; export { default as SmartphoneRotate2 } from "./SmartphoneRotate2"; @@ -73,17 +78,12 @@ export { default as SmartphoneRotateAngle } from "./SmartphoneRotateAngle"; export { default as SmartphoneRotateOrientation } from "./SmartphoneRotateOrientation"; export { default as SmartphoneUpdate } from "./SmartphoneUpdate"; export { default as SmartphoneVibration } from "./SmartphoneVibration"; -export { default as SmartSpeaker } from "./SmartSpeaker"; -export { default as SmartSpeaker2 } from "./SmartSpeaker2"; -export { default as SmartSpeakerMinimalistic } from "./SmartSpeakerMinimalistic"; export { default as Socket } from "./Socket"; -export { default as SSDRound } from "./SSDRound"; -export { default as SSDSquare } from "./SSDSquare"; +export { default as TV } from "./TV"; export { default as Tablet } from "./Tablet"; export { default as Telescope } from "./Telescope"; export { default as Turntable } from "./Turntable"; export { default as TurntableMinimalistic } from "./TurntableMinimalistic"; export { default as TurntableMusicNote } from "./TurntableMusicNote"; -export { default as TV } from "./TV"; export { default as Weigher } from "./Weigher"; export { default as WirelessCharge } from "./WirelessCharge"; diff --git a/src/icons/EssentionalUi/Accessibility.tsx b/src/icons/EssentionalUi/Accessibility.tsx index 77d4a39..b721851 100644 --- a/src/icons/EssentionalUi/Accessibility.tsx +++ b/src/icons/EssentionalUi/Accessibility.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Accessibility = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Accessibility \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Accessibility = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Accessibility \ No newline at end of file diff --git a/src/icons/EssentionalUi/AddCircle.tsx b/src/icons/EssentionalUi/AddCircle.tsx index 1e41368..038739b 100644 --- a/src/icons/EssentionalUi/AddCircle.tsx +++ b/src/icons/EssentionalUi/AddCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AddCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AddCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AddCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AddCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/AddSquare.tsx b/src/icons/EssentionalUi/AddSquare.tsx index b1819b5..c2a8acc 100644 --- a/src/icons/EssentionalUi/AddSquare.tsx +++ b/src/icons/EssentionalUi/AddSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AddSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AddSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AddSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AddSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/AugmentedReality.tsx b/src/icons/EssentionalUi/AugmentedReality.tsx index 2439978..0d50074 100644 --- a/src/icons/EssentionalUi/AugmentedReality.tsx +++ b/src/icons/EssentionalUi/AugmentedReality.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AugmentedReality = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AugmentedReality \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AugmentedReality = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AugmentedReality \ No newline at end of file diff --git a/src/icons/EssentionalUi/Balloon.tsx b/src/icons/EssentionalUi/Balloon.tsx index 1628c2f..c32565c 100644 --- a/src/icons/EssentionalUi/Balloon.tsx +++ b/src/icons/EssentionalUi/Balloon.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Balloon = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Balloon \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Balloon = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Balloon \ No newline at end of file diff --git a/src/icons/EssentionalUi/BatteryCharge.tsx b/src/icons/EssentionalUi/BatteryCharge.tsx index 62839a5..f12bfd4 100644 --- a/src/icons/EssentionalUi/BatteryCharge.tsx +++ b/src/icons/EssentionalUi/BatteryCharge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BatteryCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryCharge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BatteryCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryCharge \ No newline at end of file diff --git a/src/icons/EssentionalUi/BatteryChargeMinimalistic.tsx b/src/icons/EssentionalUi/BatteryChargeMinimalistic.tsx index d0207aa..74d7b6a 100644 --- a/src/icons/EssentionalUi/BatteryChargeMinimalistic.tsx +++ b/src/icons/EssentionalUi/BatteryChargeMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BatteryChargeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryChargeMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BatteryChargeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryChargeMinimalistic \ No newline at end of file diff --git a/src/icons/EssentionalUi/BatteryFull.tsx b/src/icons/EssentionalUi/BatteryFull.tsx index ee96e00..70d71bf 100644 --- a/src/icons/EssentionalUi/BatteryFull.tsx +++ b/src/icons/EssentionalUi/BatteryFull.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BatteryFull = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryFull \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BatteryFull = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryFull \ No newline at end of file diff --git a/src/icons/EssentionalUi/BatteryFullMinimalistic.tsx b/src/icons/EssentionalUi/BatteryFullMinimalistic.tsx index 6060e08..9ba6a69 100644 --- a/src/icons/EssentionalUi/BatteryFullMinimalistic.tsx +++ b/src/icons/EssentionalUi/BatteryFullMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BatteryFullMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryFullMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BatteryFullMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryFullMinimalistic \ No newline at end of file diff --git a/src/icons/EssentionalUi/BatteryHalf.tsx b/src/icons/EssentionalUi/BatteryHalf.tsx index 5070d47..0329100 100644 --- a/src/icons/EssentionalUi/BatteryHalf.tsx +++ b/src/icons/EssentionalUi/BatteryHalf.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BatteryHalf = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryHalf \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BatteryHalf = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryHalf \ No newline at end of file diff --git a/src/icons/EssentionalUi/BatteryHalfMinimalistic.tsx b/src/icons/EssentionalUi/BatteryHalfMinimalistic.tsx index 11a53b9..6da8df4 100644 --- a/src/icons/EssentionalUi/BatteryHalfMinimalistic.tsx +++ b/src/icons/EssentionalUi/BatteryHalfMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BatteryHalfMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryHalfMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BatteryHalfMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryHalfMinimalistic \ No newline at end of file diff --git a/src/icons/EssentionalUi/BatteryLow.tsx b/src/icons/EssentionalUi/BatteryLow.tsx index 060b761..a138a7e 100644 --- a/src/icons/EssentionalUi/BatteryLow.tsx +++ b/src/icons/EssentionalUi/BatteryLow.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BatteryLow = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryLow \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BatteryLow = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryLow \ No newline at end of file diff --git a/src/icons/EssentionalUi/BatteryLowMinimalistic.tsx b/src/icons/EssentionalUi/BatteryLowMinimalistic.tsx index 37b59f8..da70738 100644 --- a/src/icons/EssentionalUi/BatteryLowMinimalistic.tsx +++ b/src/icons/EssentionalUi/BatteryLowMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BatteryLowMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryLowMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BatteryLowMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BatteryLowMinimalistic \ No newline at end of file diff --git a/src/icons/EssentionalUi/Body.tsx b/src/icons/EssentionalUi/Body.tsx index 14aa148..1ba4e9a 100644 --- a/src/icons/EssentionalUi/Body.tsx +++ b/src/icons/EssentionalUi/Body.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Body = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Body \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Body = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Body \ No newline at end of file diff --git a/src/icons/EssentionalUi/Bolt.tsx b/src/icons/EssentionalUi/Bolt.tsx index e931197..6e87811 100644 --- a/src/icons/EssentionalUi/Bolt.tsx +++ b/src/icons/EssentionalUi/Bolt.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bolt \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bolt \ No newline at end of file diff --git a/src/icons/EssentionalUi/BoltCircle.tsx b/src/icons/EssentionalUi/BoltCircle.tsx index f0655c6..e3aa232 100644 --- a/src/icons/EssentionalUi/BoltCircle.tsx +++ b/src/icons/EssentionalUi/BoltCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BoltCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BoltCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BoltCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BoltCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/Box.tsx b/src/icons/EssentionalUi/Box.tsx index 30f3ddc..7a77d08 100644 --- a/src/icons/EssentionalUi/Box.tsx +++ b/src/icons/EssentionalUi/Box.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Box = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Box \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Box = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Box \ No newline at end of file diff --git a/src/icons/EssentionalUi/BoxMinimalistic.tsx b/src/icons/EssentionalUi/BoxMinimalistic.tsx index 32c8a04..be55ba9 100644 --- a/src/icons/EssentionalUi/BoxMinimalistic.tsx +++ b/src/icons/EssentionalUi/BoxMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BoxMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BoxMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BoxMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BoxMinimalistic \ No newline at end of file diff --git a/src/icons/EssentionalUi/Broom.tsx b/src/icons/EssentionalUi/Broom.tsx index 97617e4..eff9d4b 100644 --- a/src/icons/EssentionalUi/Broom.tsx +++ b/src/icons/EssentionalUi/Broom.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Broom = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Broom \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Broom = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Broom \ No newline at end of file diff --git a/src/icons/EssentionalUi/Cat.tsx b/src/icons/EssentionalUi/Cat.tsx index 8fbd208..96233c8 100644 --- a/src/icons/EssentionalUi/Cat.tsx +++ b/src/icons/EssentionalUi/Cat.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cat \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cat \ No newline at end of file diff --git a/src/icons/EssentionalUi/CheckCircle.tsx b/src/icons/EssentionalUi/CheckCircle.tsx index f725b09..6e47ebb 100644 --- a/src/icons/EssentionalUi/CheckCircle.tsx +++ b/src/icons/EssentionalUi/CheckCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CheckCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CheckCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CheckCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CheckCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/CheckSquare.tsx b/src/icons/EssentionalUi/CheckSquare.tsx index 9a5d7c8..f1b2308 100644 --- a/src/icons/EssentionalUi/CheckSquare.tsx +++ b/src/icons/EssentionalUi/CheckSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CheckSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CheckSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CheckSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CheckSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/CloseCircle.tsx b/src/icons/EssentionalUi/CloseCircle.tsx index 75decc1..8a50330 100644 --- a/src/icons/EssentionalUi/CloseCircle.tsx +++ b/src/icons/EssentionalUi/CloseCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloseCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloseCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloseCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloseCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/CloseSquare.tsx b/src/icons/EssentionalUi/CloseSquare.tsx index 69ef0bd..2c87f1f 100644 --- a/src/icons/EssentionalUi/CloseSquare.tsx +++ b/src/icons/EssentionalUi/CloseSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloseSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloseSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloseSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloseSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/Confetti.tsx b/src/icons/EssentionalUi/Confetti.tsx index 279db28..47efb18 100644 --- a/src/icons/EssentionalUi/Confetti.tsx +++ b/src/icons/EssentionalUi/Confetti.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Confetti = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Confetti \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Confetti = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Confetti \ No newline at end of file diff --git a/src/icons/EssentionalUi/ConfettiMinimalistic.tsx b/src/icons/EssentionalUi/ConfettiMinimalistic.tsx index b6ae044..a3a22fd 100644 --- a/src/icons/EssentionalUi/ConfettiMinimalistic.tsx +++ b/src/icons/EssentionalUi/ConfettiMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ConfettiMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ConfettiMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ConfettiMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ConfettiMinimalistic \ No newline at end of file diff --git a/src/icons/EssentionalUi/Copy.tsx b/src/icons/EssentionalUi/Copy.tsx index 493a541..005ba34 100644 --- a/src/icons/EssentionalUi/Copy.tsx +++ b/src/icons/EssentionalUi/Copy.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Copy = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Copy \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Copy = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Copy \ No newline at end of file diff --git a/src/icons/EssentionalUi/Copyright.tsx b/src/icons/EssentionalUi/Copyright.tsx index d6e71f6..68f85cd 100644 --- a/src/icons/EssentionalUi/Copyright.tsx +++ b/src/icons/EssentionalUi/Copyright.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Copyright = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Copyright \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Copyright = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Copyright \ No newline at end of file diff --git a/src/icons/EssentionalUi/Cosmetic.tsx b/src/icons/EssentionalUi/Cosmetic.tsx index afe28bc..a426f90 100644 --- a/src/icons/EssentionalUi/Cosmetic.tsx +++ b/src/icons/EssentionalUi/Cosmetic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cosmetic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cosmetic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cosmetic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cosmetic \ No newline at end of file diff --git a/src/icons/EssentionalUi/CreativeCommons.tsx b/src/icons/EssentionalUi/CreativeCommons.tsx index ee6e08e..4072cd5 100644 --- a/src/icons/EssentionalUi/CreativeCommons.tsx +++ b/src/icons/EssentionalUi/CreativeCommons.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CreativeCommons = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CreativeCommons \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CreativeCommons = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CreativeCommons \ No newline at end of file diff --git a/src/icons/EssentionalUi/Crown.tsx b/src/icons/EssentionalUi/Crown.tsx index 2bb8fb4..2458629 100644 --- a/src/icons/EssentionalUi/Crown.tsx +++ b/src/icons/EssentionalUi/Crown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Crown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Crown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Crown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Crown \ No newline at end of file diff --git a/src/icons/EssentionalUi/CrownLine.tsx b/src/icons/EssentionalUi/CrownLine.tsx index 144af77..1d1ab47 100644 --- a/src/icons/EssentionalUi/CrownLine.tsx +++ b/src/icons/EssentionalUi/CrownLine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CrownLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CrownLine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CrownLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CrownLine \ No newline at end of file diff --git a/src/icons/EssentionalUi/CrownMinimalistic.tsx b/src/icons/EssentionalUi/CrownMinimalistic.tsx index 3092489..687d4bb 100644 --- a/src/icons/EssentionalUi/CrownMinimalistic.tsx +++ b/src/icons/EssentionalUi/CrownMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CrownMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CrownMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CrownMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CrownMinimalistic \ No newline at end of file diff --git a/src/icons/EssentionalUi/CrownStar.tsx b/src/icons/EssentionalUi/CrownStar.tsx index bafc3ec..c3ef748 100644 --- a/src/icons/EssentionalUi/CrownStar.tsx +++ b/src/icons/EssentionalUi/CrownStar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CrownStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CrownStar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CrownStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CrownStar \ No newline at end of file diff --git a/src/icons/EssentionalUi/Cup.tsx b/src/icons/EssentionalUi/Cup.tsx index 1787889..baf6449 100644 --- a/src/icons/EssentionalUi/Cup.tsx +++ b/src/icons/EssentionalUi/Cup.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cup = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cup \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cup = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cup \ No newline at end of file diff --git a/src/icons/EssentionalUi/CupFirst.tsx b/src/icons/EssentionalUi/CupFirst.tsx index ef88868..49d117c 100644 --- a/src/icons/EssentionalUi/CupFirst.tsx +++ b/src/icons/EssentionalUi/CupFirst.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CupFirst = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupFirst \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CupFirst = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupFirst \ No newline at end of file diff --git a/src/icons/EssentionalUi/CupMusic.tsx b/src/icons/EssentionalUi/CupMusic.tsx index 259b05e..975bd2b 100644 --- a/src/icons/EssentionalUi/CupMusic.tsx +++ b/src/icons/EssentionalUi/CupMusic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CupMusic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupMusic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CupMusic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupMusic \ No newline at end of file diff --git a/src/icons/EssentionalUi/CupStar.tsx b/src/icons/EssentionalUi/CupStar.tsx index ddfd805..f14ac21 100644 --- a/src/icons/EssentionalUi/CupStar.tsx +++ b/src/icons/EssentionalUi/CupStar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CupStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupStar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CupStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupStar \ No newline at end of file diff --git a/src/icons/EssentionalUi/Cursor.tsx b/src/icons/EssentionalUi/Cursor.tsx index a69727c..808c6bd 100644 --- a/src/icons/EssentionalUi/Cursor.tsx +++ b/src/icons/EssentionalUi/Cursor.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cursor = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cursor \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cursor = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cursor \ No newline at end of file diff --git a/src/icons/EssentionalUi/CursorSquare.tsx b/src/icons/EssentionalUi/CursorSquare.tsx index abc58ea..c209c2c 100644 --- a/src/icons/EssentionalUi/CursorSquare.tsx +++ b/src/icons/EssentionalUi/CursorSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CursorSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CursorSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CursorSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CursorSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/Danger.tsx b/src/icons/EssentionalUi/Danger.tsx index 20adc93..93efe4e 100644 --- a/src/icons/EssentionalUi/Danger.tsx +++ b/src/icons/EssentionalUi/Danger.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Danger = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Danger \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Danger = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Danger \ No newline at end of file diff --git a/src/icons/EssentionalUi/DangerCircle.tsx b/src/icons/EssentionalUi/DangerCircle.tsx index 8617a2e..b8c14ac 100644 --- a/src/icons/EssentionalUi/DangerCircle.tsx +++ b/src/icons/EssentionalUi/DangerCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DangerCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DangerCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DangerCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DangerCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/DangerSquare.tsx b/src/icons/EssentionalUi/DangerSquare.tsx index 1aaca9f..888a9bd 100644 --- a/src/icons/EssentionalUi/DangerSquare.tsx +++ b/src/icons/EssentionalUi/DangerSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DangerSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DangerSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DangerSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DangerSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/DangerTriangle.tsx b/src/icons/EssentionalUi/DangerTriangle.tsx index 002b75d..65c8cbb 100644 --- a/src/icons/EssentionalUi/DangerTriangle.tsx +++ b/src/icons/EssentionalUi/DangerTriangle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DangerTriangle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DangerTriangle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DangerTriangle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DangerTriangle \ No newline at end of file diff --git a/src/icons/EssentionalUi/Database.tsx b/src/icons/EssentionalUi/Database.tsx index 60fc42e..0562286 100644 --- a/src/icons/EssentionalUi/Database.tsx +++ b/src/icons/EssentionalUi/Database.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Database = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Database \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Database = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Database \ No newline at end of file diff --git a/src/icons/EssentionalUi/Delivery.tsx b/src/icons/EssentionalUi/Delivery.tsx index d0952be..d9197e0 100644 --- a/src/icons/EssentionalUi/Delivery.tsx +++ b/src/icons/EssentionalUi/Delivery.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Delivery = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Delivery \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Delivery = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Delivery \ No newline at end of file diff --git a/src/icons/EssentionalUi/Explicit.tsx b/src/icons/EssentionalUi/Explicit.tsx index d92b184..cd4752d 100644 --- a/src/icons/EssentionalUi/Explicit.tsx +++ b/src/icons/EssentionalUi/Explicit.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Explicit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Explicit \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Explicit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Explicit \ No newline at end of file diff --git a/src/icons/EssentionalUi/Feed.tsx b/src/icons/EssentionalUi/Feed.tsx index 88e77a8..b056cdf 100644 --- a/src/icons/EssentionalUi/Feed.tsx +++ b/src/icons/EssentionalUi/Feed.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Feed = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Feed \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Feed = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Feed \ No newline at end of file diff --git a/src/icons/EssentionalUi/FerrisWheel.tsx b/src/icons/EssentionalUi/FerrisWheel.tsx index 79537d9..f1768f8 100644 --- a/src/icons/EssentionalUi/FerrisWheel.tsx +++ b/src/icons/EssentionalUi/FerrisWheel.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FerrisWheel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FerrisWheel \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FerrisWheel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FerrisWheel \ No newline at end of file diff --git a/src/icons/EssentionalUi/Figma.tsx b/src/icons/EssentionalUi/Figma.tsx index 0410a40..9a77d2f 100644 --- a/src/icons/EssentionalUi/Figma.tsx +++ b/src/icons/EssentionalUi/Figma.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Figma = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Figma \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Figma = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Figma \ No newline at end of file diff --git a/src/icons/EssentionalUi/Filter.tsx b/src/icons/EssentionalUi/Filter.tsx index d4e556b..c7aa81f 100644 --- a/src/icons/EssentionalUi/Filter.tsx +++ b/src/icons/EssentionalUi/Filter.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Filter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Filter \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Filter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Filter \ No newline at end of file diff --git a/src/icons/EssentionalUi/Flag.tsx b/src/icons/EssentionalUi/Flag.tsx index 978c20a..ef6e939 100644 --- a/src/icons/EssentionalUi/Flag.tsx +++ b/src/icons/EssentionalUi/Flag.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Flag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Flag \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Flag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Flag \ No newline at end of file diff --git a/src/icons/EssentionalUi/Flag2.tsx b/src/icons/EssentionalUi/Flag2.tsx index f07aadf..f9fb6c6 100644 --- a/src/icons/EssentionalUi/Flag2.tsx +++ b/src/icons/EssentionalUi/Flag2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Flag2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Flag2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Flag2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Flag2 \ No newline at end of file diff --git a/src/icons/EssentionalUi/Flashlight.tsx b/src/icons/EssentionalUi/Flashlight.tsx index cd154cb..10a82a3 100644 --- a/src/icons/EssentionalUi/Flashlight.tsx +++ b/src/icons/EssentionalUi/Flashlight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Flashlight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Flashlight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Flashlight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Flashlight \ No newline at end of file diff --git a/src/icons/EssentionalUi/FlashlightOn.tsx b/src/icons/EssentionalUi/FlashlightOn.tsx index 6913a5c..ebd7412 100644 --- a/src/icons/EssentionalUi/FlashlightOn.tsx +++ b/src/icons/EssentionalUi/FlashlightOn.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FlashlightOn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FlashlightOn \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FlashlightOn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FlashlightOn \ No newline at end of file diff --git a/src/icons/EssentionalUi/Forbidden.tsx b/src/icons/EssentionalUi/Forbidden.tsx index 9f3fa03..f6f902e 100644 --- a/src/icons/EssentionalUi/Forbidden.tsx +++ b/src/icons/EssentionalUi/Forbidden.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Forbidden = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Forbidden \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Forbidden = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Forbidden \ No newline at end of file diff --git a/src/icons/EssentionalUi/ForbiddenCircle.tsx b/src/icons/EssentionalUi/ForbiddenCircle.tsx index 93fdee3..143902a 100644 --- a/src/icons/EssentionalUi/ForbiddenCircle.tsx +++ b/src/icons/EssentionalUi/ForbiddenCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ForbiddenCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ForbiddenCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ForbiddenCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ForbiddenCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/FourK.tsx b/src/icons/EssentionalUi/FourK.tsx index 023183e..e5a372f 100644 --- a/src/icons/EssentionalUi/FourK.tsx +++ b/src/icons/EssentionalUi/FourK.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FourK = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FourK \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FourK = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FourK \ No newline at end of file diff --git a/src/icons/EssentionalUi/Fuel.tsx b/src/icons/EssentionalUi/Fuel.tsx index ce746b0..d9393fa 100644 --- a/src/icons/EssentionalUi/Fuel.tsx +++ b/src/icons/EssentionalUi/Fuel.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Fuel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Fuel \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Fuel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Fuel \ No newline at end of file diff --git a/src/icons/EssentionalUi/Ghost.tsx b/src/icons/EssentionalUi/Ghost.tsx index 77fb5cc..6fdf769 100644 --- a/src/icons/EssentionalUi/Ghost.tsx +++ b/src/icons/EssentionalUi/Ghost.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Ghost = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ghost \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Ghost = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ghost \ No newline at end of file diff --git a/src/icons/EssentionalUi/GhostSmile.tsx b/src/icons/EssentionalUi/GhostSmile.tsx index 5ae76cf..59b8205 100644 --- a/src/icons/EssentionalUi/GhostSmile.tsx +++ b/src/icons/EssentionalUi/GhostSmile.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GhostSmile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GhostSmile \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GhostSmile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GhostSmile \ No newline at end of file diff --git a/src/icons/EssentionalUi/Gift.tsx b/src/icons/EssentionalUi/Gift.tsx index 2229477..8bea231 100644 --- a/src/icons/EssentionalUi/Gift.tsx +++ b/src/icons/EssentionalUi/Gift.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Gift = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Gift \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Gift = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Gift \ No newline at end of file diff --git a/src/icons/EssentionalUi/Glasses.tsx b/src/icons/EssentionalUi/Glasses.tsx index 0660ff5..37f741d 100644 --- a/src/icons/EssentionalUi/Glasses.tsx +++ b/src/icons/EssentionalUi/Glasses.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Glasses = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Glasses \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Glasses = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Glasses \ No newline at end of file diff --git a/src/icons/EssentionalUi/HamburgerMenu.tsx b/src/icons/EssentionalUi/HamburgerMenu.tsx index 1425482..84839e7 100644 --- a/src/icons/EssentionalUi/HamburgerMenu.tsx +++ b/src/icons/EssentionalUi/HamburgerMenu.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HamburgerMenu = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HamburgerMenu \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HamburgerMenu = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HamburgerMenu \ No newline at end of file diff --git a/src/icons/EssentionalUi/HandMirror.tsx b/src/icons/EssentionalUi/HandMirror.tsx deleted file mode 100644 index 6264f3b..0000000 --- a/src/icons/EssentionalUi/HandMirror.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HandMirror = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandMirror \ No newline at end of file diff --git a/src/icons/EssentionalUi/Hanger.tsx b/src/icons/EssentionalUi/Hanger.tsx index 41bd33a..9bce507 100644 --- a/src/icons/EssentionalUi/Hanger.tsx +++ b/src/icons/EssentionalUi/Hanger.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Hanger = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hanger \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Hanger = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hanger \ No newline at end of file diff --git a/src/icons/EssentionalUi/Hanger2.tsx b/src/icons/EssentionalUi/Hanger2.tsx index 776f3b5..9a85184 100644 --- a/src/icons/EssentionalUi/Hanger2.tsx +++ b/src/icons/EssentionalUi/Hanger2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Hanger2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hanger2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Hanger2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hanger2 \ No newline at end of file diff --git a/src/icons/EssentionalUi/Help.tsx b/src/icons/EssentionalUi/Help.tsx index 5fd72d1..c745a2d 100644 --- a/src/icons/EssentionalUi/Help.tsx +++ b/src/icons/EssentionalUi/Help.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Help = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Help \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Help = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Help \ No newline at end of file diff --git a/src/icons/EssentionalUi/HighDefinition.tsx b/src/icons/EssentionalUi/HighDefinition.tsx index b323151..d764cdf 100644 --- a/src/icons/EssentionalUi/HighDefinition.tsx +++ b/src/icons/EssentionalUi/HighDefinition.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HighDefinition = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HighDefinition \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HighDefinition = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HighDefinition \ No newline at end of file diff --git a/src/icons/EssentionalUi/HighQuality.tsx b/src/icons/EssentionalUi/HighQuality.tsx index 5d80562..bb9916c 100644 --- a/src/icons/EssentionalUi/HighQuality.tsx +++ b/src/icons/EssentionalUi/HighQuality.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HighQuality = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HighQuality \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HighQuality = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HighQuality \ No newline at end of file diff --git a/src/icons/EssentionalUi/Home.tsx b/src/icons/EssentionalUi/Home.tsx index f1f0d91..9ffa63e 100644 --- a/src/icons/EssentionalUi/Home.tsx +++ b/src/icons/EssentionalUi/Home.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Home = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Home \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Home = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Home \ No newline at end of file diff --git a/src/icons/EssentionalUi/Home2.tsx b/src/icons/EssentionalUi/Home2.tsx index ba218fc..3bc0813 100644 --- a/src/icons/EssentionalUi/Home2.tsx +++ b/src/icons/EssentionalUi/Home2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Home2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Home2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Home2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Home2 \ No newline at end of file diff --git a/src/icons/EssentionalUi/HomeAdd.tsx b/src/icons/EssentionalUi/HomeAdd.tsx index 5f7380c..a65ce03 100644 --- a/src/icons/EssentionalUi/HomeAdd.tsx +++ b/src/icons/EssentionalUi/HomeAdd.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HomeAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeAdd \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HomeAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeAdd \ No newline at end of file diff --git a/src/icons/EssentionalUi/HomeAddAngle.tsx b/src/icons/EssentionalUi/HomeAddAngle.tsx index a519842..c6a4392 100644 --- a/src/icons/EssentionalUi/HomeAddAngle.tsx +++ b/src/icons/EssentionalUi/HomeAddAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HomeAddAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeAddAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HomeAddAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeAddAngle \ No newline at end of file diff --git a/src/icons/EssentionalUi/HomeAngle.tsx b/src/icons/EssentionalUi/HomeAngle.tsx index 26b7a96..17bf223 100644 --- a/src/icons/EssentionalUi/HomeAngle.tsx +++ b/src/icons/EssentionalUi/HomeAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HomeAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HomeAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeAngle \ No newline at end of file diff --git a/src/icons/EssentionalUi/HomeAngle2.tsx b/src/icons/EssentionalUi/HomeAngle2.tsx index 04340bf..4e649f2 100644 --- a/src/icons/EssentionalUi/HomeAngle2.tsx +++ b/src/icons/EssentionalUi/HomeAngle2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HomeAngle2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeAngle2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HomeAngle2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeAngle2 \ No newline at end of file diff --git a/src/icons/EssentionalUi/HomeSmile.tsx b/src/icons/EssentionalUi/HomeSmile.tsx index d36cc8f..3be10ca 100644 --- a/src/icons/EssentionalUi/HomeSmile.tsx +++ b/src/icons/EssentionalUi/HomeSmile.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HomeSmile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeSmile \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HomeSmile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeSmile \ No newline at end of file diff --git a/src/icons/EssentionalUi/HomeSmileAngle.tsx b/src/icons/EssentionalUi/HomeSmileAngle.tsx index 75dc36c..bd1a920 100644 --- a/src/icons/EssentionalUi/HomeSmileAngle.tsx +++ b/src/icons/EssentionalUi/HomeSmileAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HomeSmileAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeSmileAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HomeSmileAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeSmileAngle \ No newline at end of file diff --git a/src/icons/EssentionalUi/HomeWifi.tsx b/src/icons/EssentionalUi/HomeWifi.tsx index f228ffc..c00cb0e 100644 --- a/src/icons/EssentionalUi/HomeWifi.tsx +++ b/src/icons/EssentionalUi/HomeWifi.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HomeWifi = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeWifi \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HomeWifi = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeWifi \ No newline at end of file diff --git a/src/icons/EssentionalUi/HomeWifiAngle.tsx b/src/icons/EssentionalUi/HomeWifiAngle.tsx index ac13fc3..051d4a1 100644 --- a/src/icons/EssentionalUi/HomeWifiAngle.tsx +++ b/src/icons/EssentionalUi/HomeWifiAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HomeWifiAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeWifiAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HomeWifiAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HomeWifiAngle \ No newline at end of file diff --git a/src/icons/EssentionalUi/InfoCircle.tsx b/src/icons/EssentionalUi/InfoCircle.tsx index 4dcd1ac..d3761ad 100644 --- a/src/icons/EssentionalUi/InfoCircle.tsx +++ b/src/icons/EssentionalUi/InfoCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const InfoCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InfoCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const InfoCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InfoCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/InfoSquare.tsx b/src/icons/EssentionalUi/InfoSquare.tsx index 8fdc236..5a59ce0 100644 --- a/src/icons/EssentionalUi/InfoSquare.tsx +++ b/src/icons/EssentionalUi/InfoSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const InfoSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InfoSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const InfoSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InfoSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/MagicStick.tsx b/src/icons/EssentionalUi/MagicStick.tsx index 0975551..476c56c 100644 --- a/src/icons/EssentionalUi/MagicStick.tsx +++ b/src/icons/EssentionalUi/MagicStick.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MagicStick = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagicStick \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MagicStick = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagicStick \ No newline at end of file diff --git a/src/icons/EssentionalUi/MagicStick2.tsx b/src/icons/EssentionalUi/MagicStick2.tsx index e92df4d..0e0f311 100644 --- a/src/icons/EssentionalUi/MagicStick2.tsx +++ b/src/icons/EssentionalUi/MagicStick2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MagicStick2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagicStick2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MagicStick2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagicStick2 \ No newline at end of file diff --git a/src/icons/EssentionalUi/MagicStick3.tsx b/src/icons/EssentionalUi/MagicStick3.tsx index c7d97fe..4c5e551 100644 --- a/src/icons/EssentionalUi/MagicStick3.tsx +++ b/src/icons/EssentionalUi/MagicStick3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MagicStick3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagicStick3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MagicStick3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagicStick3 \ No newline at end of file diff --git a/src/icons/EssentionalUi/Magnet.tsx b/src/icons/EssentionalUi/Magnet.tsx index 819fc2f..65d419d 100644 --- a/src/icons/EssentionalUi/Magnet.tsx +++ b/src/icons/EssentionalUi/Magnet.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Magnet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Magnet \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Magnet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Magnet \ No newline at end of file diff --git a/src/icons/EssentionalUi/MagnetWave.tsx b/src/icons/EssentionalUi/MagnetWave.tsx index 445d3b0..7c18b40 100644 --- a/src/icons/EssentionalUi/MagnetWave.tsx +++ b/src/icons/EssentionalUi/MagnetWave.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MagnetWave = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagnetWave \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MagnetWave = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagnetWave \ No newline at end of file diff --git a/src/icons/EssentionalUi/MaskHapply.tsx b/src/icons/EssentionalUi/MaskHapply.tsx index 2d9aff1..e815d36 100644 --- a/src/icons/EssentionalUi/MaskHapply.tsx +++ b/src/icons/EssentionalUi/MaskHapply.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MaskHapply = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaskHapply \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MaskHapply = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaskHapply \ No newline at end of file diff --git a/src/icons/EssentionalUi/MaskSad.tsx b/src/icons/EssentionalUi/MaskSad.tsx index ada0dcd..c3d362a 100644 --- a/src/icons/EssentionalUi/MaskSad.tsx +++ b/src/icons/EssentionalUi/MaskSad.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MaskSad = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaskSad \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MaskSad = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MaskSad \ No newline at end of file diff --git a/src/icons/EssentionalUi/Masks.tsx b/src/icons/EssentionalUi/Masks.tsx index b377b7d..8aa2d18 100644 --- a/src/icons/EssentionalUi/Masks.tsx +++ b/src/icons/EssentionalUi/Masks.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Masks = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Masks \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Masks = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Masks \ No newline at end of file diff --git a/src/icons/EssentionalUi/MentionCircle.tsx b/src/icons/EssentionalUi/MentionCircle.tsx index d57bc31..9c4dea5 100644 --- a/src/icons/EssentionalUi/MentionCircle.tsx +++ b/src/icons/EssentionalUi/MentionCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MentionCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MentionCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MentionCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MentionCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/MentionSquare.tsx b/src/icons/EssentionalUi/MentionSquare.tsx index e42e5c9..caf50ae 100644 --- a/src/icons/EssentionalUi/MentionSquare.tsx +++ b/src/icons/EssentionalUi/MentionSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MentionSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MentionSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MentionSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MentionSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/MenuDots.tsx b/src/icons/EssentionalUi/MenuDots.tsx index 8a5b0b5..f286439 100644 --- a/src/icons/EssentionalUi/MenuDots.tsx +++ b/src/icons/EssentionalUi/MenuDots.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MenuDots = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MenuDots \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MenuDots = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MenuDots \ No newline at end of file diff --git a/src/icons/EssentionalUi/MenuDotsCircle.tsx b/src/icons/EssentionalUi/MenuDotsCircle.tsx index 2cbcd0b..4562914 100644 --- a/src/icons/EssentionalUi/MenuDotsCircle.tsx +++ b/src/icons/EssentionalUi/MenuDotsCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MenuDotsCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MenuDotsCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MenuDotsCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MenuDotsCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/MenuDotsSquare.tsx b/src/icons/EssentionalUi/MenuDotsSquare.tsx index d9a3b57..7f8cec5 100644 --- a/src/icons/EssentionalUi/MenuDotsSquare.tsx +++ b/src/icons/EssentionalUi/MenuDotsSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MenuDotsSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MenuDotsSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MenuDotsSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MenuDotsSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/MinusCircle.tsx b/src/icons/EssentionalUi/MinusCircle.tsx index 05e31b0..d76c3e1 100644 --- a/src/icons/EssentionalUi/MinusCircle.tsx +++ b/src/icons/EssentionalUi/MinusCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinusCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinusCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinusCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinusCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/MinusSquare.tsx b/src/icons/EssentionalUi/MinusSquare.tsx index 03bea44..31b1a4c 100644 --- a/src/icons/EssentionalUi/MinusSquare.tsx +++ b/src/icons/EssentionalUi/MinusSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinusSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinusSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinusSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinusSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/Mirror.tsx b/src/icons/EssentionalUi/Mirror.tsx new file mode 100644 index 0000000..75afe22 --- /dev/null +++ b/src/icons/EssentionalUi/Mirror.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Mirror = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Mirror \ No newline at end of file diff --git a/src/icons/EssentionalUi/PaperBin.tsx b/src/icons/EssentionalUi/PaperBin.tsx index 30fdc45..125dc41 100644 --- a/src/icons/EssentionalUi/PaperBin.tsx +++ b/src/icons/EssentionalUi/PaperBin.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PaperBin = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaperBin \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PaperBin = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaperBin \ No newline at end of file diff --git a/src/icons/EssentionalUi/Paw.tsx b/src/icons/EssentionalUi/Paw.tsx index 2e3c03f..357a552 100644 --- a/src/icons/EssentionalUi/Paw.tsx +++ b/src/icons/EssentionalUi/Paw.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Paw = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Paw \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Paw = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Paw \ No newline at end of file diff --git a/src/icons/EssentionalUi/Perfume.tsx b/src/icons/EssentionalUi/Perfume.tsx index 1ee9ad1..ab576da 100644 --- a/src/icons/EssentionalUi/Perfume.tsx +++ b/src/icons/EssentionalUi/Perfume.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Perfume = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Perfume \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Perfume = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Perfume \ No newline at end of file diff --git a/src/icons/EssentionalUi/Pin.tsx b/src/icons/EssentionalUi/Pin.tsx index 3c5c0bd..1ad6716 100644 --- a/src/icons/EssentionalUi/Pin.tsx +++ b/src/icons/EssentionalUi/Pin.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pin = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pin \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pin = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pin \ No newline at end of file diff --git a/src/icons/EssentionalUi/PinCircle.tsx b/src/icons/EssentionalUi/PinCircle.tsx index 6988da6..aac09e6 100644 --- a/src/icons/EssentionalUi/PinCircle.tsx +++ b/src/icons/EssentionalUi/PinCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PinCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PinCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PinCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PinCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/PinList.tsx b/src/icons/EssentionalUi/PinList.tsx index 275af2d..c4be72d 100644 --- a/src/icons/EssentionalUi/PinList.tsx +++ b/src/icons/EssentionalUi/PinList.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PinList = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PinList \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PinList = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PinList \ No newline at end of file diff --git a/src/icons/EssentionalUi/Plate.tsx b/src/icons/EssentionalUi/Plate.tsx index e82bf95..6c92fe6 100644 --- a/src/icons/EssentionalUi/Plate.tsx +++ b/src/icons/EssentionalUi/Plate.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Plate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Plate \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Plate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Plate \ No newline at end of file diff --git a/src/icons/EssentionalUi/PostsCarouselHorizontal.tsx b/src/icons/EssentionalUi/PostsCarouselHorizontal.tsx index a00b58a..f2fabaf 100644 --- a/src/icons/EssentionalUi/PostsCarouselHorizontal.tsx +++ b/src/icons/EssentionalUi/PostsCarouselHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PostsCarouselHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PostsCarouselHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PostsCarouselHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PostsCarouselHorizontal \ No newline at end of file diff --git a/src/icons/EssentionalUi/PostsCarouselVertical.tsx b/src/icons/EssentionalUi/PostsCarouselVertical.tsx index df9649a..47edda7 100644 --- a/src/icons/EssentionalUi/PostsCarouselVertical.tsx +++ b/src/icons/EssentionalUi/PostsCarouselVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PostsCarouselVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PostsCarouselVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PostsCarouselVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PostsCarouselVertical \ No newline at end of file diff --git a/src/icons/EssentionalUi/Power.tsx b/src/icons/EssentionalUi/Power.tsx index 6faf486..232df81 100644 --- a/src/icons/EssentionalUi/Power.tsx +++ b/src/icons/EssentionalUi/Power.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Power = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Power \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Power = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Power \ No newline at end of file diff --git a/src/icons/EssentionalUi/QuestionCircle.tsx b/src/icons/EssentionalUi/QuestionCircle.tsx index 72b01eb..4dcd911 100644 --- a/src/icons/EssentionalUi/QuestionCircle.tsx +++ b/src/icons/EssentionalUi/QuestionCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const QuestionCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuestionCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const QuestionCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuestionCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/QuestionSquare.tsx b/src/icons/EssentionalUi/QuestionSquare.tsx index 859590e..f5d18be 100644 --- a/src/icons/EssentionalUi/QuestionSquare.tsx +++ b/src/icons/EssentionalUi/QuestionSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const QuestionSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuestionSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const QuestionSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuestionSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/Reorder.tsx b/src/icons/EssentionalUi/Reorder.tsx index baeea11..d1e63f0 100644 --- a/src/icons/EssentionalUi/Reorder.tsx +++ b/src/icons/EssentionalUi/Reorder.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Reorder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reorder \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Reorder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reorder \ No newline at end of file diff --git a/src/icons/EssentionalUi/Revote.tsx b/src/icons/EssentionalUi/Revote.tsx index e20e0e0..504076f 100644 --- a/src/icons/EssentionalUi/Revote.tsx +++ b/src/icons/EssentionalUi/Revote.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Revote = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Revote \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Revote = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Revote \ No newline at end of file diff --git a/src/icons/EssentionalUi/Scissors.tsx b/src/icons/EssentionalUi/Scissors.tsx index 5886474..96d0f45 100644 --- a/src/icons/EssentionalUi/Scissors.tsx +++ b/src/icons/EssentionalUi/Scissors.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Scissors = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scissors \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Scissors = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scissors \ No newline at end of file diff --git a/src/icons/EssentionalUi/ScissorsSquare.tsx b/src/icons/EssentionalUi/ScissorsSquare.tsx index fcdc7d8..576a8cc 100644 --- a/src/icons/EssentionalUi/ScissorsSquare.tsx +++ b/src/icons/EssentionalUi/ScissorsSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ScissorsSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ScissorsSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ScissorsSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ScissorsSquare \ No newline at end of file diff --git a/src/icons/EssentionalUi/Share.tsx b/src/icons/EssentionalUi/Share.tsx index 6df5090..9cecabb 100644 --- a/src/icons/EssentionalUi/Share.tsx +++ b/src/icons/EssentionalUi/Share.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Share = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Share \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Share = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Share \ No newline at end of file diff --git a/src/icons/EssentionalUi/ShareCircle.tsx b/src/icons/EssentionalUi/ShareCircle.tsx index f75c369..4b813ab 100644 --- a/src/icons/EssentionalUi/ShareCircle.tsx +++ b/src/icons/EssentionalUi/ShareCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShareCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShareCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShareCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShareCircle \ No newline at end of file diff --git a/src/icons/EssentionalUi/Skirt.tsx b/src/icons/EssentionalUi/Skirt.tsx index c82aaef..2600bfa 100644 --- a/src/icons/EssentionalUi/Skirt.tsx +++ b/src/icons/EssentionalUi/Skirt.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Skirt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Skirt \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Skirt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Skirt \ No newline at end of file diff --git a/src/icons/EssentionalUi/Sledgehammer.tsx b/src/icons/EssentionalUi/Sledgehammer.tsx index 082fd84..16d36ab 100644 --- a/src/icons/EssentionalUi/Sledgehammer.tsx +++ b/src/icons/EssentionalUi/Sledgehammer.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sledgehammer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sledgehammer \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sledgehammer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sledgehammer \ No newline at end of file diff --git a/src/icons/EssentionalUi/Sleeping.tsx b/src/icons/EssentionalUi/Sleeping.tsx index 7415176..3cf464f 100644 --- a/src/icons/EssentionalUi/Sleeping.tsx +++ b/src/icons/EssentionalUi/Sleeping.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sleeping = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sleeping \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sleeping = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sleeping \ No newline at end of file diff --git a/src/icons/EssentionalUi/SliderHorizontal.tsx b/src/icons/EssentionalUi/SliderHorizontal.tsx index 15e1b05..52c7274 100644 --- a/src/icons/EssentionalUi/SliderHorizontal.tsx +++ b/src/icons/EssentionalUi/SliderHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SliderHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SliderHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SliderHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SliderHorizontal \ No newline at end of file diff --git a/src/icons/EssentionalUi/SliderMinimalisticHorizontal.tsx b/src/icons/EssentionalUi/SliderMinimalisticHorizontal.tsx index b2d6516..5c0de88 100644 --- a/src/icons/EssentionalUi/SliderMinimalisticHorizontal.tsx +++ b/src/icons/EssentionalUi/SliderMinimalisticHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SliderMinimalisticHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SliderMinimalisticHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SliderMinimalisticHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SliderMinimalisticHorizontal \ No newline at end of file diff --git a/src/icons/EssentionalUi/SliderVertical.tsx b/src/icons/EssentionalUi/SliderVertical.tsx index a24d0d0..c6bb427 100644 --- a/src/icons/EssentionalUi/SliderVertical.tsx +++ b/src/icons/EssentionalUi/SliderVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SliderVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SliderVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SliderVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SliderVertical \ No newline at end of file diff --git a/src/icons/EssentionalUi/SliderVerticalMinimalistic.tsx b/src/icons/EssentionalUi/SliderVerticalMinimalistic.tsx index d978911..498d8e1 100644 --- a/src/icons/EssentionalUi/SliderVerticalMinimalistic.tsx +++ b/src/icons/EssentionalUi/SliderVerticalMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SliderVerticalMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SliderVerticalMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SliderVerticalMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SliderVerticalMinimalistic \ No newline at end of file diff --git a/src/icons/EssentionalUi/SmartHome.tsx b/src/icons/EssentionalUi/SmartHome.tsx index 015db89..b582ec7 100644 --- a/src/icons/EssentionalUi/SmartHome.tsx +++ b/src/icons/EssentionalUi/SmartHome.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartHome = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartHome \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartHome = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartHome \ No newline at end of file diff --git a/src/icons/EssentionalUi/SmartHomeAngle.tsx b/src/icons/EssentionalUi/SmartHomeAngle.tsx index afd0b07..ee50fe5 100644 --- a/src/icons/EssentionalUi/SmartHomeAngle.tsx +++ b/src/icons/EssentionalUi/SmartHomeAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartHomeAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartHomeAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartHomeAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartHomeAngle \ No newline at end of file diff --git a/src/icons/EssentionalUi/Sort.tsx b/src/icons/EssentionalUi/Sort.tsx index efdb2a4..af43c60 100644 --- a/src/icons/EssentionalUi/Sort.tsx +++ b/src/icons/EssentionalUi/Sort.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sort = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sort \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sort = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sort \ No newline at end of file diff --git a/src/icons/EssentionalUi/SpecialEffects.tsx b/src/icons/EssentionalUi/SpecialEffects.tsx index cccc803..7be8474 100644 --- a/src/icons/EssentionalUi/SpecialEffects.tsx +++ b/src/icons/EssentionalUi/SpecialEffects.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SpecialEffects = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpecialEffects \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SpecialEffects = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpecialEffects \ No newline at end of file diff --git a/src/icons/EssentionalUi/Subtitles.tsx b/src/icons/EssentionalUi/Subtitles.tsx index 48d5a60..7219286 100644 --- a/src/icons/EssentionalUi/Subtitles.tsx +++ b/src/icons/EssentionalUi/Subtitles.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Subtitles = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Subtitles \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Subtitles = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Subtitles \ No newline at end of file diff --git a/src/icons/EssentionalUi/Target.tsx b/src/icons/EssentionalUi/Target.tsx index ed2ad0f..2fdbfde 100644 --- a/src/icons/EssentionalUi/Target.tsx +++ b/src/icons/EssentionalUi/Target.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Target = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Target \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Target = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Target \ No newline at end of file diff --git a/src/icons/EssentionalUi/Traffic.tsx b/src/icons/EssentionalUi/Traffic.tsx index 9efa6c6..4fcbb3d 100644 --- a/src/icons/EssentionalUi/Traffic.tsx +++ b/src/icons/EssentionalUi/Traffic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Traffic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Traffic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Traffic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Traffic \ No newline at end of file diff --git a/src/icons/EssentionalUi/TrafficEconomy.tsx b/src/icons/EssentionalUi/TrafficEconomy.tsx index 3963c1f..d6b0e3b 100644 --- a/src/icons/EssentionalUi/TrafficEconomy.tsx +++ b/src/icons/EssentionalUi/TrafficEconomy.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TrafficEconomy = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrafficEconomy \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TrafficEconomy = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrafficEconomy \ No newline at end of file diff --git a/src/icons/EssentionalUi/TrashBin2.tsx b/src/icons/EssentionalUi/TrashBin2.tsx index 60dbfdd..32797b6 100644 --- a/src/icons/EssentionalUi/TrashBin2.tsx +++ b/src/icons/EssentionalUi/TrashBin2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TrashBin2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrashBin2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TrashBin2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrashBin2 \ No newline at end of file diff --git a/src/icons/EssentionalUi/TrashBinMinimalistic.tsx b/src/icons/EssentionalUi/TrashBinMinimalistic.tsx index 7bca672..85b3f54 100644 --- a/src/icons/EssentionalUi/TrashBinMinimalistic.tsx +++ b/src/icons/EssentionalUi/TrashBinMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TrashBinMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrashBinMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TrashBinMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrashBinMinimalistic \ No newline at end of file diff --git a/src/icons/EssentionalUi/TrashBinMinimalistic2.tsx b/src/icons/EssentionalUi/TrashBinMinimalistic2.tsx index 906eeba..1873f8e 100644 --- a/src/icons/EssentionalUi/TrashBinMinimalistic2.tsx +++ b/src/icons/EssentionalUi/TrashBinMinimalistic2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TrashBinMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrashBinMinimalistic2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TrashBinMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrashBinMinimalistic2 \ No newline at end of file diff --git a/src/icons/EssentionalUi/TrashBinTrash.tsx b/src/icons/EssentionalUi/TrashBinTrash.tsx index 3b62857..1239fbd 100644 --- a/src/icons/EssentionalUi/TrashBinTrash.tsx +++ b/src/icons/EssentionalUi/TrashBinTrash.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TrashBinTrash = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrashBinTrash \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TrashBinTrash = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TrashBinTrash \ No newline at end of file diff --git a/src/icons/EssentionalUi/Tshirt.tsx b/src/icons/EssentionalUi/Tshirt.tsx index 56485c2..2374f52 100644 --- a/src/icons/EssentionalUi/Tshirt.tsx +++ b/src/icons/EssentionalUi/Tshirt.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tshirt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tshirt \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tshirt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tshirt \ No newline at end of file diff --git a/src/icons/EssentionalUi/Umbrella.tsx b/src/icons/EssentionalUi/Umbrella.tsx index b087303..c6d4628 100644 --- a/src/icons/EssentionalUi/Umbrella.tsx +++ b/src/icons/EssentionalUi/Umbrella.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Umbrella = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Umbrella \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Umbrella = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Umbrella \ No newline at end of file diff --git a/src/icons/EssentionalUi/Waterdrop.tsx b/src/icons/EssentionalUi/Waterdrop.tsx index 7a93be2..5f46f57 100644 --- a/src/icons/EssentionalUi/Waterdrop.tsx +++ b/src/icons/EssentionalUi/Waterdrop.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Waterdrop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Waterdrop \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Waterdrop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Waterdrop \ No newline at end of file diff --git a/src/icons/EssentionalUi/WinRar.tsx b/src/icons/EssentionalUi/WinRar.tsx index 99d7b49..1e71904 100644 --- a/src/icons/EssentionalUi/WinRar.tsx +++ b/src/icons/EssentionalUi/WinRar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WinRar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WinRar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WinRar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WinRar \ No newline at end of file diff --git a/src/icons/EssentionalUi/XXX.tsx b/src/icons/EssentionalUi/XXX.tsx index 045249f..97cc851 100644 --- a/src/icons/EssentionalUi/XXX.tsx +++ b/src/icons/EssentionalUi/XXX.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const XXX = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default XXX \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const XXX = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default XXX \ No newline at end of file diff --git a/src/icons/EssentionalUi/index.tsx b/src/icons/EssentionalUi/index.tsx index 8acc433..bf5698a 100644 --- a/src/icons/EssentionalUi/index.tsx +++ b/src/icons/EssentionalUi/index.tsx @@ -62,7 +62,6 @@ export { default as GhostSmile } from "./GhostSmile"; export { default as Gift } from "./Gift"; export { default as Glasses } from "./Glasses"; export { default as HamburgerMenu } from "./HamburgerMenu"; -export { default as HandMirror } from "./HandMirror"; export { default as Hanger } from "./Hanger"; export { default as Hanger2 } from "./Hanger2"; export { default as Help } from "./Help"; @@ -86,8 +85,8 @@ export { default as MagicStick3 } from "./MagicStick3"; export { default as Magnet } from "./Magnet"; export { default as MagnetWave } from "./MagnetWave"; export { default as MaskHapply } from "./MaskHapply"; -export { default as Masks } from "./Masks"; export { default as MaskSad } from "./MaskSad"; +export { default as Masks } from "./Masks"; export { default as MentionCircle } from "./MentionCircle"; export { default as MentionSquare } from "./MentionSquare"; export { default as MenuDots } from "./MenuDots"; @@ -95,6 +94,7 @@ export { default as MenuDotsCircle } from "./MenuDotsCircle"; export { default as MenuDotsSquare } from "./MenuDotsSquare"; export { default as MinusCircle } from "./MinusCircle"; export { default as MinusSquare } from "./MinusSquare"; +export { default as Mirror } from "./Mirror"; export { default as PaperBin } from "./PaperBin"; export { default as Paw } from "./Paw"; export { default as Perfume } from "./Perfume"; diff --git a/src/icons/FacesEmotionsStickers/ConfoundedCircle.tsx b/src/icons/FacesEmotionsStickers/ConfoundedCircle.tsx index 6c57a22..9ebfb4b 100644 --- a/src/icons/FacesEmotionsStickers/ConfoundedCircle.tsx +++ b/src/icons/FacesEmotionsStickers/ConfoundedCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ConfoundedCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ConfoundedCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ConfoundedCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ConfoundedCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/ConfoundedSquare.tsx b/src/icons/FacesEmotionsStickers/ConfoundedSquare.tsx index 954661e..82d5851 100644 --- a/src/icons/FacesEmotionsStickers/ConfoundedSquare.tsx +++ b/src/icons/FacesEmotionsStickers/ConfoundedSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ConfoundedSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ConfoundedSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ConfoundedSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ConfoundedSquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/EmojiFunnyCircle.tsx b/src/icons/FacesEmotionsStickers/EmojiFunnyCircle.tsx index b433dd0..6e9f6a3 100644 --- a/src/icons/FacesEmotionsStickers/EmojiFunnyCircle.tsx +++ b/src/icons/FacesEmotionsStickers/EmojiFunnyCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const EmojiFunnyCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EmojiFunnyCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const EmojiFunnyCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EmojiFunnyCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/EmojiFunnySquare.tsx b/src/icons/FacesEmotionsStickers/EmojiFunnySquare.tsx index cc97648..33e9ef3 100644 --- a/src/icons/FacesEmotionsStickers/EmojiFunnySquare.tsx +++ b/src/icons/FacesEmotionsStickers/EmojiFunnySquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const EmojiFunnySquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EmojiFunnySquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const EmojiFunnySquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EmojiFunnySquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/ExpressionlessCircle.tsx b/src/icons/FacesEmotionsStickers/ExpressionlessCircle.tsx index 2369453..f537fa0 100644 --- a/src/icons/FacesEmotionsStickers/ExpressionlessCircle.tsx +++ b/src/icons/FacesEmotionsStickers/ExpressionlessCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ExpressionlessCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ExpressionlessCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ExpressionlessCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ExpressionlessCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/ExpressionlessSquare.tsx b/src/icons/FacesEmotionsStickers/ExpressionlessSquare.tsx index f25df9d..7b517b0 100644 --- a/src/icons/FacesEmotionsStickers/ExpressionlessSquare.tsx +++ b/src/icons/FacesEmotionsStickers/ExpressionlessSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ExpressionlessSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ExpressionlessSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ExpressionlessSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ExpressionlessSquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/FaceScanCircle.tsx b/src/icons/FacesEmotionsStickers/FaceScanCircle.tsx index a9587ca..d923db2 100644 --- a/src/icons/FacesEmotionsStickers/FaceScanCircle.tsx +++ b/src/icons/FacesEmotionsStickers/FaceScanCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FaceScanCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FaceScanCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FaceScanCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FaceScanCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/FaceScanSquare.tsx b/src/icons/FacesEmotionsStickers/FaceScanSquare.tsx index 422efad..5691f6f 100644 --- a/src/icons/FacesEmotionsStickers/FaceScanSquare.tsx +++ b/src/icons/FacesEmotionsStickers/FaceScanSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FaceScanSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FaceScanSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FaceScanSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FaceScanSquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/FacemaskCircle.tsx b/src/icons/FacesEmotionsStickers/FacemaskCircle.tsx index 8e1a797..7afa083 100644 --- a/src/icons/FacesEmotionsStickers/FacemaskCircle.tsx +++ b/src/icons/FacesEmotionsStickers/FacemaskCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FacemaskCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FacemaskCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FacemaskCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FacemaskCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/FacemaskSquare.tsx b/src/icons/FacesEmotionsStickers/FacemaskSquare.tsx index 7ac6017..ebdf17c 100644 --- a/src/icons/FacesEmotionsStickers/FacemaskSquare.tsx +++ b/src/icons/FacesEmotionsStickers/FacemaskSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FacemaskSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FacemaskSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FacemaskSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FacemaskSquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/SadCircle.tsx b/src/icons/FacesEmotionsStickers/SadCircle.tsx index 613eb58..7a5ae33 100644 --- a/src/icons/FacesEmotionsStickers/SadCircle.tsx +++ b/src/icons/FacesEmotionsStickers/SadCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SadCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SadCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SadCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SadCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/SadSquare.tsx b/src/icons/FacesEmotionsStickers/SadSquare.tsx index 9a77681..0219cf2 100644 --- a/src/icons/FacesEmotionsStickers/SadSquare.tsx +++ b/src/icons/FacesEmotionsStickers/SadSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SadSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SadSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SadSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SadSquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/SleepingCircle.tsx b/src/icons/FacesEmotionsStickers/SleepingCircle.tsx index 49f4e5e..aee2848 100644 --- a/src/icons/FacesEmotionsStickers/SleepingCircle.tsx +++ b/src/icons/FacesEmotionsStickers/SleepingCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SleepingCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SleepingCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SleepingCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SleepingCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/SleepingSquare.tsx b/src/icons/FacesEmotionsStickers/SleepingSquare.tsx index 84b5cd0..a304495 100644 --- a/src/icons/FacesEmotionsStickers/SleepingSquare.tsx +++ b/src/icons/FacesEmotionsStickers/SleepingSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SleepingSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SleepingSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SleepingSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SleepingSquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/SmileCircle.tsx b/src/icons/FacesEmotionsStickers/SmileCircle.tsx index ceb5b49..5ccdae6 100644 --- a/src/icons/FacesEmotionsStickers/SmileCircle.tsx +++ b/src/icons/FacesEmotionsStickers/SmileCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmileCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmileCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmileCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmileCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/SmileSquare.tsx b/src/icons/FacesEmotionsStickers/SmileSquare.tsx index d437e5e..3d4ea6e 100644 --- a/src/icons/FacesEmotionsStickers/SmileSquare.tsx +++ b/src/icons/FacesEmotionsStickers/SmileSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmileSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmileSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmileSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmileSquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/StickerCircle.tsx b/src/icons/FacesEmotionsStickers/StickerCircle.tsx index c0954b7..6b016b0 100644 --- a/src/icons/FacesEmotionsStickers/StickerCircle.tsx +++ b/src/icons/FacesEmotionsStickers/StickerCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StickerCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StickerCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/StickerSmileCircle.tsx b/src/icons/FacesEmotionsStickers/StickerSmileCircle.tsx index 57418b6..bcc981d 100644 --- a/src/icons/FacesEmotionsStickers/StickerSmileCircle.tsx +++ b/src/icons/FacesEmotionsStickers/StickerSmileCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StickerSmileCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerSmileCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StickerSmileCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerSmileCircle \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/StickerSmileCircle2.tsx b/src/icons/FacesEmotionsStickers/StickerSmileCircle2.tsx index ca63531..07b9675 100644 --- a/src/icons/FacesEmotionsStickers/StickerSmileCircle2.tsx +++ b/src/icons/FacesEmotionsStickers/StickerSmileCircle2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StickerSmileCircle2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerSmileCircle2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StickerSmileCircle2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerSmileCircle2 \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/StickerSmileSquare.tsx b/src/icons/FacesEmotionsStickers/StickerSmileSquare.tsx index fe95438..c82f192 100644 --- a/src/icons/FacesEmotionsStickers/StickerSmileSquare.tsx +++ b/src/icons/FacesEmotionsStickers/StickerSmileSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StickerSmileSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerSmileSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StickerSmileSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerSmileSquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/StickerSquare.tsx b/src/icons/FacesEmotionsStickers/StickerSquare.tsx index fa58340..9f76333 100644 --- a/src/icons/FacesEmotionsStickers/StickerSquare.tsx +++ b/src/icons/FacesEmotionsStickers/StickerSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StickerSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StickerSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StickerSquare \ No newline at end of file diff --git a/src/icons/FacesEmotionsStickers/index.tsx b/src/icons/FacesEmotionsStickers/index.tsx index 365a234..07f28e5 100644 --- a/src/icons/FacesEmotionsStickers/index.tsx +++ b/src/icons/FacesEmotionsStickers/index.tsx @@ -4,10 +4,10 @@ export { default as EmojiFunnyCircle } from "./EmojiFunnyCircle"; export { default as EmojiFunnySquare } from "./EmojiFunnySquare"; export { default as ExpressionlessCircle } from "./ExpressionlessCircle"; export { default as ExpressionlessSquare } from "./ExpressionlessSquare"; -export { default as FacemaskCircle } from "./FacemaskCircle"; -export { default as FacemaskSquare } from "./FacemaskSquare"; export { default as FaceScanCircle } from "./FaceScanCircle"; export { default as FaceScanSquare } from "./FaceScanSquare"; +export { default as FacemaskCircle } from "./FacemaskCircle"; +export { default as FacemaskSquare } from "./FacemaskSquare"; export { default as SadCircle } from "./SadCircle"; export { default as SadSquare } from "./SadSquare"; export { default as SleepingCircle } from "./SleepingCircle"; diff --git a/src/icons/Files/CloudFile.tsx b/src/icons/Files/CloudFile.tsx index 7ace0e1..1e82d93 100644 --- a/src/icons/Files/CloudFile.tsx +++ b/src/icons/Files/CloudFile.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudFile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudFile \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudFile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudFile \ No newline at end of file diff --git a/src/icons/Files/CodeFile.tsx b/src/icons/Files/CodeFile.tsx index b9b4deb..aa02fde 100644 --- a/src/icons/Files/CodeFile.tsx +++ b/src/icons/Files/CodeFile.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CodeFile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CodeFile \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CodeFile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CodeFile \ No newline at end of file diff --git a/src/icons/Files/FigmaFile.tsx b/src/icons/Files/FigmaFile.tsx index 974d810..f6f69ff 100644 --- a/src/icons/Files/FigmaFile.tsx +++ b/src/icons/Files/FigmaFile.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FigmaFile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FigmaFile \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FigmaFile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FigmaFile \ No newline at end of file diff --git a/src/icons/Files/File.tsx b/src/icons/Files/File.tsx index 7ea9d26..3c8db7e 100644 --- a/src/icons/Files/File.tsx +++ b/src/icons/Files/File.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const File = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default File \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const File = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default File \ No newline at end of file diff --git a/src/icons/Files/FileCheck.tsx b/src/icons/Files/FileCheck.tsx index 77f52e5..09c867b 100644 --- a/src/icons/Files/FileCheck.tsx +++ b/src/icons/Files/FileCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileCheck \ No newline at end of file diff --git a/src/icons/Files/FileCorrupted.tsx b/src/icons/Files/FileCorrupted.tsx index efeb18b..0ded369 100644 --- a/src/icons/Files/FileCorrupted.tsx +++ b/src/icons/Files/FileCorrupted.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileCorrupted = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileCorrupted \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileCorrupted = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileCorrupted \ No newline at end of file diff --git a/src/icons/Files/FileDownload.tsx b/src/icons/Files/FileDownload.tsx index 8f39dbf..65a99a5 100644 --- a/src/icons/Files/FileDownload.tsx +++ b/src/icons/Files/FileDownload.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileDownload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileDownload \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileDownload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileDownload \ No newline at end of file diff --git a/src/icons/Files/FileFavourite.tsx b/src/icons/Files/FileFavourite.tsx index 029a17e..5cd93cf 100644 --- a/src/icons/Files/FileFavourite.tsx +++ b/src/icons/Files/FileFavourite.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileFavourite = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileFavourite \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileFavourite = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileFavourite \ No newline at end of file diff --git a/src/icons/Files/FileLeft.tsx b/src/icons/Files/FileLeft.tsx index ae5cfa4..9a1054d 100644 --- a/src/icons/Files/FileLeft.tsx +++ b/src/icons/Files/FileLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileLeft \ No newline at end of file diff --git a/src/icons/Files/FileRemove.tsx b/src/icons/Files/FileRemove.tsx index 4fd156a..15b56a0 100644 --- a/src/icons/Files/FileRemove.tsx +++ b/src/icons/Files/FileRemove.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileRemove \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileRemove \ No newline at end of file diff --git a/src/icons/Files/FileRight.tsx b/src/icons/Files/FileRight.tsx index fa7be5e..1d4076f 100644 --- a/src/icons/Files/FileRight.tsx +++ b/src/icons/Files/FileRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileRight \ No newline at end of file diff --git a/src/icons/Files/FileSend.tsx b/src/icons/Files/FileSend.tsx index 772d377..4ff75ff 100644 --- a/src/icons/Files/FileSend.tsx +++ b/src/icons/Files/FileSend.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileSend = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileSend \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileSend = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileSend \ No newline at end of file diff --git a/src/icons/Files/FileSmile.tsx b/src/icons/Files/FileSmile.tsx index 0236a5f..4a2cdb1 100644 --- a/src/icons/Files/FileSmile.tsx +++ b/src/icons/Files/FileSmile.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileSmile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileSmile \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileSmile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileSmile \ No newline at end of file diff --git a/src/icons/Files/FileText.tsx b/src/icons/Files/FileText.tsx index 91be742..a0a3680 100644 --- a/src/icons/Files/FileText.tsx +++ b/src/icons/Files/FileText.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FileText = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileText \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FileText = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FileText \ No newline at end of file diff --git a/src/icons/Files/ZIPFile.tsx b/src/icons/Files/ZIPFile.tsx index 246d645..76525e2 100644 --- a/src/icons/Files/ZIPFile.tsx +++ b/src/icons/Files/ZIPFile.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ZIPFile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ZIPFile \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ZIPFile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ZIPFile \ No newline at end of file diff --git a/src/icons/Folders/AddFolder.tsx b/src/icons/Folders/AddFolder.tsx index 5f26350..e307661 100644 --- a/src/icons/Folders/AddFolder.tsx +++ b/src/icons/Folders/AddFolder.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AddFolder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AddFolder \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AddFolder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AddFolder \ No newline at end of file diff --git a/src/icons/Folders/Folder.tsx b/src/icons/Folders/Folder.tsx index 1a32c0c..abae4d1 100644 --- a/src/icons/Folders/Folder.tsx +++ b/src/icons/Folders/Folder.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Folder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Folder \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Folder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Folder \ No newline at end of file diff --git a/src/icons/Folders/Folder2.tsx b/src/icons/Folders/Folder2.tsx index f91171a..15a237a 100644 --- a/src/icons/Folders/Folder2.tsx +++ b/src/icons/Folders/Folder2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Folder2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Folder2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Folder2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Folder2 \ No newline at end of file diff --git a/src/icons/Folders/FolderCheck.tsx b/src/icons/Folders/FolderCheck.tsx index 47974d8..5588be0 100644 --- a/src/icons/Folders/FolderCheck.tsx +++ b/src/icons/Folders/FolderCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FolderCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FolderCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderCheck \ No newline at end of file diff --git a/src/icons/Folders/FolderCloud.tsx b/src/icons/Folders/FolderCloud.tsx index 7d6ece9..601cdeb 100644 --- a/src/icons/Folders/FolderCloud.tsx +++ b/src/icons/Folders/FolderCloud.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FolderCloud = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderCloud \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FolderCloud = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderCloud \ No newline at end of file diff --git a/src/icons/Folders/FolderError.tsx b/src/icons/Folders/FolderError.tsx index 40f82f3..e286993 100644 --- a/src/icons/Folders/FolderError.tsx +++ b/src/icons/Folders/FolderError.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FolderError = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderError \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FolderError = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderError \ No newline at end of file diff --git a/src/icons/Folders/FolderFavouriteBookmark.tsx b/src/icons/Folders/FolderFavouriteBookmark.tsx index 364cc95..05348af 100644 --- a/src/icons/Folders/FolderFavouriteBookmark.tsx +++ b/src/icons/Folders/FolderFavouriteBookmark.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FolderFavouriteBookmark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderFavouriteBookmark \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FolderFavouriteBookmark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderFavouriteBookmark \ No newline at end of file diff --git a/src/icons/Folders/FolderFavouriteStar.tsx b/src/icons/Folders/FolderFavouriteStar.tsx index 839f007..1587dc6 100644 --- a/src/icons/Folders/FolderFavouriteStar.tsx +++ b/src/icons/Folders/FolderFavouriteStar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FolderFavouriteStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderFavouriteStar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FolderFavouriteStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderFavouriteStar \ No newline at end of file diff --git a/src/icons/Folders/FolderOpen.tsx b/src/icons/Folders/FolderOpen.tsx index a1c9cac..906e9e7 100644 --- a/src/icons/Folders/FolderOpen.tsx +++ b/src/icons/Folders/FolderOpen.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FolderOpen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderOpen \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FolderOpen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderOpen \ No newline at end of file diff --git a/src/icons/Folders/FolderPathConnect.tsx b/src/icons/Folders/FolderPathConnect.tsx index f0f063f..0e0e6fc 100644 --- a/src/icons/Folders/FolderPathConnect.tsx +++ b/src/icons/Folders/FolderPathConnect.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FolderPathConnect = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderPathConnect \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FolderPathConnect = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderPathConnect \ No newline at end of file diff --git a/src/icons/Folders/FolderSecurity.tsx b/src/icons/Folders/FolderSecurity.tsx index 2c23e1c..8c71a0c 100644 --- a/src/icons/Folders/FolderSecurity.tsx +++ b/src/icons/Folders/FolderSecurity.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FolderSecurity = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderSecurity \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FolderSecurity = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderSecurity \ No newline at end of file diff --git a/src/icons/Folders/FolderWithFiles.tsx b/src/icons/Folders/FolderWithFiles.tsx index 9a2f18e..6e5febc 100644 --- a/src/icons/Folders/FolderWithFiles.tsx +++ b/src/icons/Folders/FolderWithFiles.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FolderWithFiles = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderWithFiles \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FolderWithFiles = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FolderWithFiles \ No newline at end of file diff --git a/src/icons/Folders/MoveToFolder.tsx b/src/icons/Folders/MoveToFolder.tsx index 5f3aae5..e523864 100644 --- a/src/icons/Folders/MoveToFolder.tsx +++ b/src/icons/Folders/MoveToFolder.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MoveToFolder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoveToFolder \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MoveToFolder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoveToFolder \ No newline at end of file diff --git a/src/icons/Folders/RemoveFolder.tsx b/src/icons/Folders/RemoveFolder.tsx index f12f17e..2ce4b35 100644 --- a/src/icons/Folders/RemoveFolder.tsx +++ b/src/icons/Folders/RemoveFolder.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RemoveFolder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RemoveFolder \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RemoveFolder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RemoveFolder \ No newline at end of file diff --git a/src/icons/FoodKitchen/Bottle.tsx b/src/icons/FoodKitchen/Bottle.tsx index f56745f..278025e 100644 --- a/src/icons/FoodKitchen/Bottle.tsx +++ b/src/icons/FoodKitchen/Bottle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bottle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bottle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bottle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bottle \ No newline at end of file diff --git a/src/icons/FoodKitchen/ChefHat.tsx b/src/icons/FoodKitchen/ChefHat.tsx index 1680e20..0b2762d 100644 --- a/src/icons/FoodKitchen/ChefHat.tsx +++ b/src/icons/FoodKitchen/ChefHat.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChefHat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChefHat \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChefHat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChefHat \ No newline at end of file diff --git a/src/icons/FoodKitchen/ChefHatHeart.tsx b/src/icons/FoodKitchen/ChefHatHeart.tsx index c4f6548..e9ef713 100644 --- a/src/icons/FoodKitchen/ChefHatHeart.tsx +++ b/src/icons/FoodKitchen/ChefHatHeart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChefHatHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChefHatHeart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChefHatHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChefHatHeart \ No newline at end of file diff --git a/src/icons/FoodKitchen/ChefHatMinimalistic.tsx b/src/icons/FoodKitchen/ChefHatMinimalistic.tsx index 66a1197..8b5320d 100644 --- a/src/icons/FoodKitchen/ChefHatMinimalistic.tsx +++ b/src/icons/FoodKitchen/ChefHatMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChefHatMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChefHatMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChefHatMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChefHatMinimalistic \ No newline at end of file diff --git a/src/icons/FoodKitchen/Corkscrew.tsx b/src/icons/FoodKitchen/Corkscrew.tsx index 15fe38d..8e4b189 100644 --- a/src/icons/FoodKitchen/Corkscrew.tsx +++ b/src/icons/FoodKitchen/Corkscrew.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Corkscrew = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Corkscrew \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Corkscrew = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Corkscrew \ No newline at end of file diff --git a/src/icons/FoodKitchen/Cup.tsx b/src/icons/FoodKitchen/Cup.tsx new file mode 100644 index 0000000..b1deb7d --- /dev/null +++ b/src/icons/FoodKitchen/Cup.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cup = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cup \ No newline at end of file diff --git a/src/icons/FoodKitchen/CupHot.tsx b/src/icons/FoodKitchen/CupHot.tsx index 9db3c47..1df6f38 100644 --- a/src/icons/FoodKitchen/CupHot.tsx +++ b/src/icons/FoodKitchen/CupHot.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CupHot = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupHot \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CupHot = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupHot \ No newline at end of file diff --git a/src/icons/FoodKitchen/CupMinimalistic.tsx b/src/icons/FoodKitchen/CupMinimalistic.tsx deleted file mode 100644 index 76d73ba..0000000 --- a/src/icons/FoodKitchen/CupMinimalistic.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CupMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupMinimalistic \ No newline at end of file diff --git a/src/icons/FoodKitchen/CupPaper.tsx b/src/icons/FoodKitchen/CupPaper.tsx index abde0ec..9642c6d 100644 --- a/src/icons/FoodKitchen/CupPaper.tsx +++ b/src/icons/FoodKitchen/CupPaper.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CupPaper = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupPaper \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CupPaper = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CupPaper \ No newline at end of file diff --git a/src/icons/FoodKitchen/Donut.tsx b/src/icons/FoodKitchen/Donut.tsx index c92856a..8c08277 100644 --- a/src/icons/FoodKitchen/Donut.tsx +++ b/src/icons/FoodKitchen/Donut.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Donut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Donut \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Donut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Donut \ No newline at end of file diff --git a/src/icons/FoodKitchen/DonutBitten.tsx b/src/icons/FoodKitchen/DonutBitten.tsx index 1623cec..a3c34cf 100644 --- a/src/icons/FoodKitchen/DonutBitten.tsx +++ b/src/icons/FoodKitchen/DonutBitten.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DonutBitten = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DonutBitten \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DonutBitten = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DonutBitten \ No newline at end of file diff --git a/src/icons/FoodKitchen/Ladle.tsx b/src/icons/FoodKitchen/Ladle.tsx index f53a741..559c113 100644 --- a/src/icons/FoodKitchen/Ladle.tsx +++ b/src/icons/FoodKitchen/Ladle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Ladle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ladle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Ladle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ladle \ No newline at end of file diff --git a/src/icons/FoodKitchen/OvenMitts.tsx b/src/icons/FoodKitchen/OvenMitts.tsx index 002874f..e90d228 100644 --- a/src/icons/FoodKitchen/OvenMitts.tsx +++ b/src/icons/FoodKitchen/OvenMitts.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const OvenMitts = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default OvenMitts \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const OvenMitts = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default OvenMitts \ No newline at end of file diff --git a/src/icons/FoodKitchen/OvenMittsMinimalistic.tsx b/src/icons/FoodKitchen/OvenMittsMinimalistic.tsx index b64783e..71052ff 100644 --- a/src/icons/FoodKitchen/OvenMittsMinimalistic.tsx +++ b/src/icons/FoodKitchen/OvenMittsMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const OvenMittsMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default OvenMittsMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const OvenMittsMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default OvenMittsMinimalistic \ No newline at end of file diff --git a/src/icons/FoodKitchen/RollingPin.tsx b/src/icons/FoodKitchen/RollingPin.tsx index c5b9807..05d3640 100644 --- a/src/icons/FoodKitchen/RollingPin.tsx +++ b/src/icons/FoodKitchen/RollingPin.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RollingPin = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RollingPin \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RollingPin = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RollingPin \ No newline at end of file diff --git a/src/icons/FoodKitchen/TeaCup.tsx b/src/icons/FoodKitchen/TeaCup.tsx index ce186e7..bba0daa 100644 --- a/src/icons/FoodKitchen/TeaCup.tsx +++ b/src/icons/FoodKitchen/TeaCup.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TeaCup = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TeaCup \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TeaCup = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TeaCup \ No newline at end of file diff --git a/src/icons/FoodKitchen/Whisk.tsx b/src/icons/FoodKitchen/Whisk.tsx index 812f950..a61ad1a 100644 --- a/src/icons/FoodKitchen/Whisk.tsx +++ b/src/icons/FoodKitchen/Whisk.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Whisk = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Whisk \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Whisk = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Whisk \ No newline at end of file diff --git a/src/icons/FoodKitchen/Wineglass.tsx b/src/icons/FoodKitchen/Wineglass.tsx index c4b4de2..2cabdd1 100644 --- a/src/icons/FoodKitchen/Wineglass.tsx +++ b/src/icons/FoodKitchen/Wineglass.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Wineglass = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wineglass \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Wineglass = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wineglass \ No newline at end of file diff --git a/src/icons/FoodKitchen/WineglassTriangle.tsx b/src/icons/FoodKitchen/WineglassTriangle.tsx index 6271c6d..cfa48d3 100644 --- a/src/icons/FoodKitchen/WineglassTriangle.tsx +++ b/src/icons/FoodKitchen/WineglassTriangle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WineglassTriangle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WineglassTriangle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WineglassTriangle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WineglassTriangle \ No newline at end of file diff --git a/src/icons/FoodKitchen/index.tsx b/src/icons/FoodKitchen/index.tsx index cc89efb..3ac6fd4 100644 --- a/src/icons/FoodKitchen/index.tsx +++ b/src/icons/FoodKitchen/index.tsx @@ -3,8 +3,8 @@ export { default as ChefHat } from "./ChefHat"; export { default as ChefHatHeart } from "./ChefHatHeart"; export { default as ChefHatMinimalistic } from "./ChefHatMinimalistic"; export { default as Corkscrew } from "./Corkscrew"; +export { default as FoodKitchenCup } from "./Cup"; export { default as CupHot } from "./CupHot"; -export { default as CupMinimalistic } from "./CupMinimalistic"; export { default as CupPaper } from "./CupPaper"; export { default as Donut } from "./Donut"; export { default as DonutBitten } from "./DonutBitten"; diff --git a/src/icons/Hands/HandHeart.tsx b/src/icons/Hands/HandHeart.tsx index 5d8a310..18771b9 100644 --- a/src/icons/Hands/HandHeart.tsx +++ b/src/icons/Hands/HandHeart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HandHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandHeart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HandHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandHeart \ No newline at end of file diff --git a/src/icons/Hands/HandMoney.tsx b/src/icons/Hands/HandMoney.tsx index a36a6ae..1b8272d 100644 --- a/src/icons/Hands/HandMoney.tsx +++ b/src/icons/Hands/HandMoney.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HandMoney = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandMoney \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HandMoney = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandMoney \ No newline at end of file diff --git a/src/icons/Hands/HandPills.tsx b/src/icons/Hands/HandPills.tsx index 9c24506..8cf8ec6 100644 --- a/src/icons/Hands/HandPills.tsx +++ b/src/icons/Hands/HandPills.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HandPills = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandPills \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HandPills = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandPills \ No newline at end of file diff --git a/src/icons/Hands/HandShake.tsx b/src/icons/Hands/HandShake.tsx index 85f1b19..db8e400 100644 --- a/src/icons/Hands/HandShake.tsx +++ b/src/icons/Hands/HandShake.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HandShake = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandShake \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HandShake = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandShake \ No newline at end of file diff --git a/src/icons/Hands/HandStars.tsx b/src/icons/Hands/HandStars.tsx index 6793c08..3d85c2e 100644 --- a/src/icons/Hands/HandStars.tsx +++ b/src/icons/Hands/HandStars.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HandStars = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandStars \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HandStars = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HandStars \ No newline at end of file diff --git a/src/icons/HomeFurniture/Armchair.tsx b/src/icons/HomeFurniture/Armchair.tsx index d3acabf..c90a55b 100644 --- a/src/icons/HomeFurniture/Armchair.tsx +++ b/src/icons/HomeFurniture/Armchair.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Armchair = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Armchair \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Armchair = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Armchair \ No newline at end of file diff --git a/src/icons/HomeFurniture/Armchair2.tsx b/src/icons/HomeFurniture/Armchair2.tsx index 773dc86..5a9f951 100644 --- a/src/icons/HomeFurniture/Armchair2.tsx +++ b/src/icons/HomeFurniture/Armchair2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Armchair2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Armchair2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Armchair2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Armchair2 \ No newline at end of file diff --git a/src/icons/HomeFurniture/BarChair.tsx b/src/icons/HomeFurniture/BarChair.tsx index 75c35fb..004fb96 100644 --- a/src/icons/HomeFurniture/BarChair.tsx +++ b/src/icons/HomeFurniture/BarChair.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BarChair = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BarChair \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BarChair = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BarChair \ No newline at end of file diff --git a/src/icons/HomeFurniture/Bath.tsx b/src/icons/HomeFurniture/Bath.tsx index b319126..92728ff 100644 --- a/src/icons/HomeFurniture/Bath.tsx +++ b/src/icons/HomeFurniture/Bath.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bath = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bath \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bath = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bath \ No newline at end of file diff --git a/src/icons/HomeFurniture/Bed.tsx b/src/icons/HomeFurniture/Bed.tsx index 2090cda..9dc8327 100644 --- a/src/icons/HomeFurniture/Bed.tsx +++ b/src/icons/HomeFurniture/Bed.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bed = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bed \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bed = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bed \ No newline at end of file diff --git a/src/icons/HomeFurniture/BedsideTable.tsx b/src/icons/HomeFurniture/BedsideTable.tsx index 6143fe5..2ec3cb3 100644 --- a/src/icons/HomeFurniture/BedsideTable.tsx +++ b/src/icons/HomeFurniture/BedsideTable.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BedsideTable = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BedsideTable \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BedsideTable = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BedsideTable \ No newline at end of file diff --git a/src/icons/HomeFurniture/BedsideTable2.tsx b/src/icons/HomeFurniture/BedsideTable2.tsx index fe4c6ba..f9a759b 100644 --- a/src/icons/HomeFurniture/BedsideTable2.tsx +++ b/src/icons/HomeFurniture/BedsideTable2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BedsideTable2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BedsideTable2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BedsideTable2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BedsideTable2 \ No newline at end of file diff --git a/src/icons/HomeFurniture/BedsideTable3.tsx b/src/icons/HomeFurniture/BedsideTable3.tsx index 68a9468..c7c8831 100644 --- a/src/icons/HomeFurniture/BedsideTable3.tsx +++ b/src/icons/HomeFurniture/BedsideTable3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BedsideTable3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BedsideTable3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BedsideTable3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BedsideTable3 \ No newline at end of file diff --git a/src/icons/HomeFurniture/BedsideTable4.tsx b/src/icons/HomeFurniture/BedsideTable4.tsx index 2f25e11..9a1c466 100644 --- a/src/icons/HomeFurniture/BedsideTable4.tsx +++ b/src/icons/HomeFurniture/BedsideTable4.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BedsideTable4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BedsideTable4 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BedsideTable4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BedsideTable4 \ No newline at end of file diff --git a/src/icons/HomeFurniture/Chair.tsx b/src/icons/HomeFurniture/Chair.tsx index 14d6e47..a75d659 100644 --- a/src/icons/HomeFurniture/Chair.tsx +++ b/src/icons/HomeFurniture/Chair.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Chair = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chair \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Chair = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chair \ No newline at end of file diff --git a/src/icons/HomeFurniture/Chair2.tsx b/src/icons/HomeFurniture/Chair2.tsx index ce2bfa3..efa2d8c 100644 --- a/src/icons/HomeFurniture/Chair2.tsx +++ b/src/icons/HomeFurniture/Chair2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Chair2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chair2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Chair2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chair2 \ No newline at end of file diff --git a/src/icons/HomeFurniture/Chandelier.tsx b/src/icons/HomeFurniture/Chandelier.tsx index 283fb65..7e356d5 100644 --- a/src/icons/HomeFurniture/Chandelier.tsx +++ b/src/icons/HomeFurniture/Chandelier.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Chandelier = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chandelier \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Chandelier = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Chandelier \ No newline at end of file diff --git a/src/icons/HomeFurniture/Closet.tsx b/src/icons/HomeFurniture/Closet.tsx index 642815e..b07cce9 100644 --- a/src/icons/HomeFurniture/Closet.tsx +++ b/src/icons/HomeFurniture/Closet.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Closet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Closet \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Closet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Closet \ No newline at end of file diff --git a/src/icons/HomeFurniture/Closet2.tsx b/src/icons/HomeFurniture/Closet2.tsx index 939f582..24d3650 100644 --- a/src/icons/HomeFurniture/Closet2.tsx +++ b/src/icons/HomeFurniture/Closet2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Closet2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Closet2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Closet2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Closet2 \ No newline at end of file diff --git a/src/icons/HomeFurniture/Condicioner.tsx b/src/icons/HomeFurniture/Condicioner.tsx index 1c5d166..425c603 100644 --- a/src/icons/HomeFurniture/Condicioner.tsx +++ b/src/icons/HomeFurniture/Condicioner.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Condicioner = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Condicioner \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Condicioner = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Condicioner \ No newline at end of file diff --git a/src/icons/HomeFurniture/Condicioner2.tsx b/src/icons/HomeFurniture/Condicioner2.tsx index eb09089..488bdac 100644 --- a/src/icons/HomeFurniture/Condicioner2.tsx +++ b/src/icons/HomeFurniture/Condicioner2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Condicioner2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Condicioner2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Condicioner2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Condicioner2 \ No newline at end of file diff --git a/src/icons/HomeFurniture/FloorLamp.tsx b/src/icons/HomeFurniture/FloorLamp.tsx index ec40bdf..90660d9 100644 --- a/src/icons/HomeFurniture/FloorLamp.tsx +++ b/src/icons/HomeFurniture/FloorLamp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FloorLamp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FloorLamp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FloorLamp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FloorLamp \ No newline at end of file diff --git a/src/icons/HomeFurniture/FloorLampMinimalistic.tsx b/src/icons/HomeFurniture/FloorLampMinimalistic.tsx index 7bd8f69..a9ea133 100644 --- a/src/icons/HomeFurniture/FloorLampMinimalistic.tsx +++ b/src/icons/HomeFurniture/FloorLampMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FloorLampMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FloorLampMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FloorLampMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FloorLampMinimalistic \ No newline at end of file diff --git a/src/icons/HomeFurniture/Fridge.tsx b/src/icons/HomeFurniture/Fridge.tsx index bb27f0d..aa884ed 100644 --- a/src/icons/HomeFurniture/Fridge.tsx +++ b/src/icons/HomeFurniture/Fridge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Fridge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Fridge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Fridge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Fridge \ No newline at end of file diff --git a/src/icons/HomeFurniture/Lamp.tsx b/src/icons/HomeFurniture/Lamp.tsx index 7681f99..75e4748 100644 --- a/src/icons/HomeFurniture/Lamp.tsx +++ b/src/icons/HomeFurniture/Lamp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Lamp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Lamp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Lamp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Lamp \ No newline at end of file diff --git a/src/icons/HomeFurniture/Mirror.tsx b/src/icons/HomeFurniture/Mirror.tsx index 78b90b5..c5ff58e 100644 --- a/src/icons/HomeFurniture/Mirror.tsx +++ b/src/icons/HomeFurniture/Mirror.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Mirror = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Mirror \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Mirror = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Mirror \ No newline at end of file diff --git a/src/icons/HomeFurniture/RemoteController.tsx b/src/icons/HomeFurniture/RemoteController.tsx index 7266d86..495bae0 100644 --- a/src/icons/HomeFurniture/RemoteController.tsx +++ b/src/icons/HomeFurniture/RemoteController.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RemoteController = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RemoteController \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RemoteController = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RemoteController \ No newline at end of file diff --git a/src/icons/HomeFurniture/RemoteController2.tsx b/src/icons/HomeFurniture/RemoteController2.tsx index 7f64766..8b8c0a0 100644 --- a/src/icons/HomeFurniture/RemoteController2.tsx +++ b/src/icons/HomeFurniture/RemoteController2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RemoteController2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RemoteController2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RemoteController2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RemoteController2 \ No newline at end of file diff --git a/src/icons/HomeFurniture/RemoteControllerMinimalistic.tsx b/src/icons/HomeFurniture/RemoteControllerMinimalistic.tsx index cafeca7..5a0dac6 100644 --- a/src/icons/HomeFurniture/RemoteControllerMinimalistic.tsx +++ b/src/icons/HomeFurniture/RemoteControllerMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RemoteControllerMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RemoteControllerMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RemoteControllerMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RemoteControllerMinimalistic \ No newline at end of file diff --git a/src/icons/HomeFurniture/SmartVacuumCleaner.tsx b/src/icons/HomeFurniture/SmartVacuumCleaner.tsx index 954c119..fba6ca1 100644 --- a/src/icons/HomeFurniture/SmartVacuumCleaner.tsx +++ b/src/icons/HomeFurniture/SmartVacuumCleaner.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartVacuumCleaner = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartVacuumCleaner \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartVacuumCleaner = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartVacuumCleaner \ No newline at end of file diff --git a/src/icons/HomeFurniture/SmartVacuumCleaner2.tsx b/src/icons/HomeFurniture/SmartVacuumCleaner2.tsx index 7b78bd7..174bf88 100644 --- a/src/icons/HomeFurniture/SmartVacuumCleaner2.tsx +++ b/src/icons/HomeFurniture/SmartVacuumCleaner2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SmartVacuumCleaner2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartVacuumCleaner2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SmartVacuumCleaner2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SmartVacuumCleaner2 \ No newline at end of file diff --git a/src/icons/HomeFurniture/Sofa.tsx b/src/icons/HomeFurniture/Sofa.tsx index 857f078..33c79fa 100644 --- a/src/icons/HomeFurniture/Sofa.tsx +++ b/src/icons/HomeFurniture/Sofa.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sofa = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sofa \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sofa = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sofa \ No newline at end of file diff --git a/src/icons/HomeFurniture/Sofa2.tsx b/src/icons/HomeFurniture/Sofa2.tsx index 99538e4..33fa5b0 100644 --- a/src/icons/HomeFurniture/Sofa2.tsx +++ b/src/icons/HomeFurniture/Sofa2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sofa2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sofa2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sofa2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sofa2 \ No newline at end of file diff --git a/src/icons/HomeFurniture/Sofa3.tsx b/src/icons/HomeFurniture/Sofa3.tsx index c955995..8dcd881 100644 --- a/src/icons/HomeFurniture/Sofa3.tsx +++ b/src/icons/HomeFurniture/Sofa3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sofa3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sofa3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sofa3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sofa3 \ No newline at end of file diff --git a/src/icons/HomeFurniture/Speaker.tsx b/src/icons/HomeFurniture/Speaker.tsx index befe9b3..071d2d9 100644 --- a/src/icons/HomeFurniture/Speaker.tsx +++ b/src/icons/HomeFurniture/Speaker.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Speaker = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Speaker \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Speaker = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Speaker \ No newline at end of file diff --git a/src/icons/HomeFurniture/SpeakerMinimalistic.tsx b/src/icons/HomeFurniture/SpeakerMinimalistic.tsx index 0871151..fc99a46 100644 --- a/src/icons/HomeFurniture/SpeakerMinimalistic.tsx +++ b/src/icons/HomeFurniture/SpeakerMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SpeakerMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpeakerMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SpeakerMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpeakerMinimalistic \ No newline at end of file diff --git a/src/icons/HomeFurniture/Trellis.tsx b/src/icons/HomeFurniture/Trellis.tsx index 7ff3d26..c2e4504 100644 --- a/src/icons/HomeFurniture/Trellis.tsx +++ b/src/icons/HomeFurniture/Trellis.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Trellis = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Trellis \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Trellis = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Trellis \ No newline at end of file diff --git a/src/icons/HomeFurniture/VolumeKnob.tsx b/src/icons/HomeFurniture/VolumeKnob.tsx index 20fd476..1c6b2ef 100644 --- a/src/icons/HomeFurniture/VolumeKnob.tsx +++ b/src/icons/HomeFurniture/VolumeKnob.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VolumeKnob = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VolumeKnob \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VolumeKnob = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VolumeKnob \ No newline at end of file diff --git a/src/icons/HomeFurniture/WashingMachine.tsx b/src/icons/HomeFurniture/WashingMachine.tsx index 643fb3b..8392a73 100644 --- a/src/icons/HomeFurniture/WashingMachine.tsx +++ b/src/icons/HomeFurniture/WashingMachine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WashingMachine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WashingMachine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WashingMachine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WashingMachine \ No newline at end of file diff --git a/src/icons/HomeFurniture/WashingMachineMinimalistic.tsx b/src/icons/HomeFurniture/WashingMachineMinimalistic.tsx index daebd39..f1be1ab 100644 --- a/src/icons/HomeFurniture/WashingMachineMinimalistic.tsx +++ b/src/icons/HomeFurniture/WashingMachineMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WashingMachineMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WashingMachineMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WashingMachineMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WashingMachineMinimalistic \ No newline at end of file diff --git a/src/icons/HomeFurniture/index.tsx b/src/icons/HomeFurniture/index.tsx index 3602d75..066a7ca 100644 --- a/src/icons/HomeFurniture/index.tsx +++ b/src/icons/HomeFurniture/index.tsx @@ -18,7 +18,7 @@ export { default as FloorLamp } from "./FloorLamp"; export { default as FloorLampMinimalistic } from "./FloorLampMinimalistic"; export { default as Fridge } from "./Fridge"; export { default as Lamp } from "./Lamp"; -export { default as Mirror } from "./Mirror"; +export { default as HomeFurnitureMirror } from "./Mirror"; export { default as RemoteController } from "./RemoteController"; export { default as RemoteController2 } from "./RemoteController2"; export { default as RemoteControllerMinimalistic } from "./RemoteControllerMinimalistic"; diff --git a/src/icons/Like/Dislike.tsx b/src/icons/Like/Dislike.tsx index 4b083da..b8fd504 100644 --- a/src/icons/Like/Dislike.tsx +++ b/src/icons/Like/Dislike.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dislike = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dislike \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dislike = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dislike \ No newline at end of file diff --git a/src/icons/Like/Heart.tsx b/src/icons/Like/Heart.tsx index b4f952c..04c0798 100644 --- a/src/icons/Like/Heart.tsx +++ b/src/icons/Like/Heart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Heart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Heart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Heart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Heart \ No newline at end of file diff --git a/src/icons/Like/HeartAngle.tsx b/src/icons/Like/HeartAngle.tsx index 142640b..6a55c6a 100644 --- a/src/icons/Like/HeartAngle.tsx +++ b/src/icons/Like/HeartAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeartAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeartAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartAngle \ No newline at end of file diff --git a/src/icons/Like/HeartBroken.tsx b/src/icons/Like/HeartBroken.tsx index 2960d14..76ac90d 100644 --- a/src/icons/Like/HeartBroken.tsx +++ b/src/icons/Like/HeartBroken.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeartBroken = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartBroken \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeartBroken = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartBroken \ No newline at end of file diff --git a/src/icons/Like/HeartLock.tsx b/src/icons/Like/HeartLock.tsx index 3aaf62c..211f2e4 100644 --- a/src/icons/Like/HeartLock.tsx +++ b/src/icons/Like/HeartLock.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeartLock = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartLock \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeartLock = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartLock \ No newline at end of file diff --git a/src/icons/Like/HeartShine.tsx b/src/icons/Like/HeartShine.tsx index 2a0b9db..5286f81 100644 --- a/src/icons/Like/HeartShine.tsx +++ b/src/icons/Like/HeartShine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeartShine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartShine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeartShine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartShine \ No newline at end of file diff --git a/src/icons/Like/HeartUnlock.tsx b/src/icons/Like/HeartUnlock.tsx index d8e156c..9939c3f 100644 --- a/src/icons/Like/HeartUnlock.tsx +++ b/src/icons/Like/HeartUnlock.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeartUnlock = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartUnlock \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeartUnlock = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartUnlock \ No newline at end of file diff --git a/src/icons/Like/Hearts.tsx b/src/icons/Like/Hearts.tsx index 6304f87..546e110 100644 --- a/src/icons/Like/Hearts.tsx +++ b/src/icons/Like/Hearts.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Hearts = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hearts \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Hearts = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hearts \ No newline at end of file diff --git a/src/icons/Like/Like.tsx b/src/icons/Like/Like.tsx index 5e3a77d..32c4e1e 100644 --- a/src/icons/Like/Like.tsx +++ b/src/icons/Like/Like.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Like = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Like \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Like = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Like \ No newline at end of file diff --git a/src/icons/Like/MedalRibbon.tsx b/src/icons/Like/MedalRibbon.tsx index 1560d35..b0d15cc 100644 --- a/src/icons/Like/MedalRibbon.tsx +++ b/src/icons/Like/MedalRibbon.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MedalRibbon = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalRibbon \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MedalRibbon = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalRibbon \ No newline at end of file diff --git a/src/icons/Like/MedalRibbonStar.tsx b/src/icons/Like/MedalRibbonStar.tsx index 336a613..7ae454b 100644 --- a/src/icons/Like/MedalRibbonStar.tsx +++ b/src/icons/Like/MedalRibbonStar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MedalRibbonStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalRibbonStar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MedalRibbonStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalRibbonStar \ No newline at end of file diff --git a/src/icons/Like/MedalRibbonsStar.tsx b/src/icons/Like/MedalRibbonsStar.tsx index 18a50ae..4443ee4 100644 --- a/src/icons/Like/MedalRibbonsStar.tsx +++ b/src/icons/Like/MedalRibbonsStar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MedalRibbonsStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalRibbonsStar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MedalRibbonsStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalRibbonsStar \ No newline at end of file diff --git a/src/icons/Like/MedalStar.tsx b/src/icons/Like/MedalStar.tsx index 9c93f6c..41abbfd 100644 --- a/src/icons/Like/MedalStar.tsx +++ b/src/icons/Like/MedalStar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MedalStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalStar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MedalStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalStar \ No newline at end of file diff --git a/src/icons/Like/MedalStarCircle.tsx b/src/icons/Like/MedalStarCircle.tsx index 888e6f3..e2d79f2 100644 --- a/src/icons/Like/MedalStarCircle.tsx +++ b/src/icons/Like/MedalStarCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MedalStarCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalStarCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MedalStarCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalStarCircle \ No newline at end of file diff --git a/src/icons/Like/MedalStarSquare.tsx b/src/icons/Like/MedalStarSquare.tsx index a186c6a..2430030 100644 --- a/src/icons/Like/MedalStarSquare.tsx +++ b/src/icons/Like/MedalStarSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MedalStarSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalStarSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MedalStarSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedalStarSquare \ No newline at end of file diff --git a/src/icons/Like/Rate.tsx b/src/icons/Like/Rate.tsx deleted file mode 100644 index 1ec71a3..0000000 --- a/src/icons/Like/Rate.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rate \ No newline at end of file diff --git a/src/icons/Like/Star.tsx b/src/icons/Like/Star.tsx new file mode 100644 index 0000000..30407b0 --- /dev/null +++ b/src/icons/Like/Star.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Star = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Star \ No newline at end of file diff --git a/src/icons/Like/StarShine.tsx b/src/icons/Like/StarShine.tsx index 2bacc5c..78e5b21 100644 --- a/src/icons/Like/StarShine.tsx +++ b/src/icons/Like/StarShine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StarShine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarShine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StarShine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StarShine \ No newline at end of file diff --git a/src/icons/Like/index.tsx b/src/icons/Like/index.tsx index c11a784..5a1caaa 100644 --- a/src/icons/Like/index.tsx +++ b/src/icons/Like/index.tsx @@ -3,15 +3,15 @@ export { default as Heart } from "./Heart"; export { default as HeartAngle } from "./HeartAngle"; export { default as HeartBroken } from "./HeartBroken"; export { default as HeartLock } from "./HeartLock"; -export { default as Hearts } from "./Hearts"; export { default as HeartShine } from "./HeartShine"; export { default as HeartUnlock } from "./HeartUnlock"; +export { default as Hearts } from "./Hearts"; export { default as Like } from "./Like"; export { default as MedalRibbon } from "./MedalRibbon"; -export { default as MedalRibbonsStar } from "./MedalRibbonsStar"; export { default as MedalRibbonStar } from "./MedalRibbonStar"; +export { default as MedalRibbonsStar } from "./MedalRibbonsStar"; export { default as MedalStar } from "./MedalStar"; export { default as MedalStarCircle } from "./MedalStarCircle"; export { default as MedalStarSquare } from "./MedalStarSquare"; -export { default as Rate } from "./Rate"; +export { default as LikeStar } from "./Star"; export { default as StarShine } from "./StarShine"; diff --git a/src/icons/List/Bill.tsx b/src/icons/List/Bill.tsx new file mode 100644 index 0000000..44efd0e --- /dev/null +++ b/src/icons/List/Bill.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bill = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bill \ No newline at end of file diff --git a/src/icons/List/Checklist.tsx b/src/icons/List/Checklist.tsx index 80af142..572882b 100644 --- a/src/icons/List/Checklist.tsx +++ b/src/icons/List/Checklist.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Checklist = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Checklist \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Checklist = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Checklist \ No newline at end of file diff --git a/src/icons/List/ChecklistMinimalistic.tsx b/src/icons/List/ChecklistMinimalistic.tsx index a362fd6..74c1d70 100644 --- a/src/icons/List/ChecklistMinimalistic.tsx +++ b/src/icons/List/ChecklistMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChecklistMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChecklistMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChecklistMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChecklistMinimalistic \ No newline at end of file diff --git a/src/icons/List/List.tsx b/src/icons/List/List.tsx index 58b4760..f238e8a 100644 --- a/src/icons/List/List.tsx +++ b/src/icons/List/List.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const List = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default List \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const List = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default List \ No newline at end of file diff --git a/src/icons/List/List2.tsx b/src/icons/List/List2.tsx deleted file mode 100644 index d5bf06d..0000000 --- a/src/icons/List/List2.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const List2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default List2 \ No newline at end of file diff --git a/src/icons/List/List3.tsx b/src/icons/List/List3.tsx deleted file mode 100644 index 08e1ca6..0000000 --- a/src/icons/List/List3.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const List3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default List3 \ No newline at end of file diff --git a/src/icons/List/ListArrowDown.tsx b/src/icons/List/ListArrowDown.tsx index 24570fc..2926906 100644 --- a/src/icons/List/ListArrowDown.tsx +++ b/src/icons/List/ListArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListArrowDown \ No newline at end of file diff --git a/src/icons/List/ListArrowDownMinimalistic.tsx b/src/icons/List/ListArrowDownMinimalistic.tsx index 0b874c7..b723c23 100644 --- a/src/icons/List/ListArrowDownMinimalistic.tsx +++ b/src/icons/List/ListArrowDownMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListArrowDownMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListArrowDownMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListArrowDownMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListArrowDownMinimalistic \ No newline at end of file diff --git a/src/icons/List/ListArrowUp.tsx b/src/icons/List/ListArrowUp.tsx index 31482c0..5a1a53c 100644 --- a/src/icons/List/ListArrowUp.tsx +++ b/src/icons/List/ListArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListArrowUp \ No newline at end of file diff --git a/src/icons/List/ListArrowUpMinimalistic.tsx b/src/icons/List/ListArrowUpMinimalistic.tsx index 86548da..e90265e 100644 --- a/src/icons/List/ListArrowUpMinimalistic.tsx +++ b/src/icons/List/ListArrowUpMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListArrowUpMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListArrowUpMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListArrowUpMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListArrowUpMinimalistic \ No newline at end of file diff --git a/src/icons/List/ListCheck.tsx b/src/icons/List/ListCheck.tsx index 5fe6cbf..e8c8d3b 100644 --- a/src/icons/List/ListCheck.tsx +++ b/src/icons/List/ListCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListCheck \ No newline at end of file diff --git a/src/icons/List/ListCheckMinimalistic.tsx b/src/icons/List/ListCheckMinimalistic.tsx index 8fe2a20..e7f09e6 100644 --- a/src/icons/List/ListCheckMinimalistic.tsx +++ b/src/icons/List/ListCheckMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListCheckMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListCheckMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListCheckMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListCheckMinimalistic \ No newline at end of file diff --git a/src/icons/List/ListCross.tsx b/src/icons/List/ListCross.tsx index e9cc745..cf24f96 100644 --- a/src/icons/List/ListCross.tsx +++ b/src/icons/List/ListCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListCross \ No newline at end of file diff --git a/src/icons/List/ListCrossMinimalistic.tsx b/src/icons/List/ListCrossMinimalistic.tsx index 0fdc0ca..cb0877f 100644 --- a/src/icons/List/ListCrossMinimalistic.tsx +++ b/src/icons/List/ListCrossMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListCrossMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListCrossMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListCrossMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListCrossMinimalistic \ No newline at end of file diff --git a/src/icons/List/ListDown.tsx b/src/icons/List/ListDown.tsx index 503c97c..33ebbc5 100644 --- a/src/icons/List/ListDown.tsx +++ b/src/icons/List/ListDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListDown \ No newline at end of file diff --git a/src/icons/List/ListDownMinimalistic.tsx b/src/icons/List/ListDownMinimalistic.tsx index 1ce3109..4ad675c 100644 --- a/src/icons/List/ListDownMinimalistic.tsx +++ b/src/icons/List/ListDownMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListDownMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListDownMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListDownMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListDownMinimalistic \ No newline at end of file diff --git a/src/icons/List/ListHeart.tsx b/src/icons/List/ListHeart.tsx index fb218f0..b430a6e 100644 --- a/src/icons/List/ListHeart.tsx +++ b/src/icons/List/ListHeart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListHeart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListHeart \ No newline at end of file diff --git a/src/icons/List/ListHeartMinimalistic.tsx b/src/icons/List/ListHeartMinimalistic.tsx index daf1f25..c9e835a 100644 --- a/src/icons/List/ListHeartMinimalistic.tsx +++ b/src/icons/List/ListHeartMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListHeartMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListHeartMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListHeartMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListHeartMinimalistic \ No newline at end of file diff --git a/src/icons/List/ListUp.tsx b/src/icons/List/ListUp.tsx index efb4b02..4efcc69 100644 --- a/src/icons/List/ListUp.tsx +++ b/src/icons/List/ListUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListUp \ No newline at end of file diff --git a/src/icons/List/ListUpMinimalistic.tsx b/src/icons/List/ListUpMinimalistic.tsx index b7d1b49..77773dc 100644 --- a/src/icons/List/ListUpMinimalistic.tsx +++ b/src/icons/List/ListUpMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ListUpMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListUpMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ListUpMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ListUpMinimalistic \ No newline at end of file diff --git a/src/icons/List/PlaaylistMinimalistic.tsx b/src/icons/List/PlaaylistMinimalistic.tsx index 67ec63d..364c9b3 100644 --- a/src/icons/List/PlaaylistMinimalistic.tsx +++ b/src/icons/List/PlaaylistMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PlaaylistMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlaaylistMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PlaaylistMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlaaylistMinimalistic \ No newline at end of file diff --git a/src/icons/List/Playlist.tsx b/src/icons/List/Playlist.tsx index 7856fc4..d7cce4a 100644 --- a/src/icons/List/Playlist.tsx +++ b/src/icons/List/Playlist.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Playlist = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Playlist \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Playlist = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Playlist \ No newline at end of file diff --git a/src/icons/List/Playlist2.tsx b/src/icons/List/Playlist2.tsx index 8adc4d6..0d37aba 100644 --- a/src/icons/List/Playlist2.tsx +++ b/src/icons/List/Playlist2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Playlist2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Playlist2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Playlist2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Playlist2 \ No newline at end of file diff --git a/src/icons/List/PlaylistMinimalistic2.tsx b/src/icons/List/PlaylistMinimalistic2.tsx index f674a95..e8b863e 100644 --- a/src/icons/List/PlaylistMinimalistic2.tsx +++ b/src/icons/List/PlaylistMinimalistic2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PlaylistMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlaylistMinimalistic2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PlaylistMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlaylistMinimalistic2 \ No newline at end of file diff --git a/src/icons/List/PlaylistMinimalistic3.tsx b/src/icons/List/PlaylistMinimalistic3.tsx index 7080854..91fab58 100644 --- a/src/icons/List/PlaylistMinimalistic3.tsx +++ b/src/icons/List/PlaylistMinimalistic3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PlaylistMinimalistic3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlaylistMinimalistic3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PlaylistMinimalistic3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlaylistMinimalistic3 \ No newline at end of file diff --git a/src/icons/List/SortByAlphabet.tsx b/src/icons/List/SortByAlphabet.tsx index 25e9334..c2f4d76 100644 --- a/src/icons/List/SortByAlphabet.tsx +++ b/src/icons/List/SortByAlphabet.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SortByAlphabet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortByAlphabet \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SortByAlphabet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortByAlphabet \ No newline at end of file diff --git a/src/icons/List/SortByTime.tsx b/src/icons/List/SortByTime.tsx index f8d50fc..dc17a00 100644 --- a/src/icons/List/SortByTime.tsx +++ b/src/icons/List/SortByTime.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SortByTime = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortByTime \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SortByTime = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortByTime \ No newline at end of file diff --git a/src/icons/List/SortFromBottomToTop.tsx b/src/icons/List/SortFromBottomToTop.tsx index e04fd8e..177e5cc 100644 --- a/src/icons/List/SortFromBottomToTop.tsx +++ b/src/icons/List/SortFromBottomToTop.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SortFromBottomToTop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortFromBottomToTop \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SortFromBottomToTop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortFromBottomToTop \ No newline at end of file diff --git a/src/icons/List/SortFromTopToBottom.tsx b/src/icons/List/SortFromTopToBottom.tsx index 82d8331..8d6ca9e 100644 --- a/src/icons/List/SortFromTopToBottom.tsx +++ b/src/icons/List/SortFromTopToBottom.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SortFromTopToBottom = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortFromTopToBottom \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SortFromTopToBottom = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SortFromTopToBottom \ No newline at end of file diff --git a/src/icons/List/index.tsx b/src/icons/List/index.tsx index 7282a6d..c4016ee 100644 --- a/src/icons/List/index.tsx +++ b/src/icons/List/index.tsx @@ -1,8 +1,7 @@ +export { default as ListBill } from "./Bill"; export { default as Checklist } from "./Checklist"; export { default as ChecklistMinimalistic } from "./ChecklistMinimalistic"; export { default as List } from "./List"; -export { default as List2 } from "./List2"; -export { default as List3 } from "./List3"; export { default as ListArrowDown } from "./ListArrowDown"; export { default as ListArrowDownMinimalistic } from "./ListArrowDownMinimalistic"; export { default as ListArrowUp } from "./ListArrowUp"; diff --git a/src/icons/MapLocation/BranchingPathsDown.tsx b/src/icons/MapLocation/BranchingPathsDown.tsx index 8fe564a..e2462b5 100644 --- a/src/icons/MapLocation/BranchingPathsDown.tsx +++ b/src/icons/MapLocation/BranchingPathsDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BranchingPathsDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BranchingPathsDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BranchingPathsDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BranchingPathsDown \ No newline at end of file diff --git a/src/icons/MapLocation/BranchingPathsUp.tsx b/src/icons/MapLocation/BranchingPathsUp.tsx index 12cc198..16a6905 100644 --- a/src/icons/MapLocation/BranchingPathsUp.tsx +++ b/src/icons/MapLocation/BranchingPathsUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BranchingPathsUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BranchingPathsUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BranchingPathsUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BranchingPathsUp \ No newline at end of file diff --git a/src/icons/MapLocation/Compass.tsx b/src/icons/MapLocation/Compass.tsx index 7c7ab7b..a1aca4b 100644 --- a/src/icons/MapLocation/Compass.tsx +++ b/src/icons/MapLocation/Compass.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Compass = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Compass \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Compass = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Compass \ No newline at end of file diff --git a/src/icons/MapLocation/CompassBig.tsx b/src/icons/MapLocation/CompassBig.tsx index 470b710..e7af20e 100644 --- a/src/icons/MapLocation/CompassBig.tsx +++ b/src/icons/MapLocation/CompassBig.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CompassBig = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CompassBig \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CompassBig = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CompassBig \ No newline at end of file diff --git a/src/icons/MapLocation/CompassSquare.tsx b/src/icons/MapLocation/CompassSquare.tsx index 5b6e808..a70d5cc 100644 --- a/src/icons/MapLocation/CompassSquare.tsx +++ b/src/icons/MapLocation/CompassSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CompassSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CompassSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CompassSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CompassSquare \ No newline at end of file diff --git a/src/icons/MapLocation/GPS.tsx b/src/icons/MapLocation/GPS.tsx index 6064219..3f16d3c 100644 --- a/src/icons/MapLocation/GPS.tsx +++ b/src/icons/MapLocation/GPS.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GPS = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GPS \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GPS = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GPS \ No newline at end of file diff --git a/src/icons/MapLocation/Global.tsx b/src/icons/MapLocation/Global.tsx index 4bcbe90..3f9cb60 100644 --- a/src/icons/MapLocation/Global.tsx +++ b/src/icons/MapLocation/Global.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Global = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Global \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Global = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Global \ No newline at end of file diff --git a/src/icons/MapLocation/Globus.tsx b/src/icons/MapLocation/Globus.tsx index aba65a3..4955a8c 100644 --- a/src/icons/MapLocation/Globus.tsx +++ b/src/icons/MapLocation/Globus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Globus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Globus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Globus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Globus \ No newline at end of file diff --git a/src/icons/MapLocation/Map.tsx b/src/icons/MapLocation/Map.tsx index 0214699..a0c88f7 100644 --- a/src/icons/MapLocation/Map.tsx +++ b/src/icons/MapLocation/Map.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Map = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Map \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Map = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Map \ No newline at end of file diff --git a/src/icons/MapLocation/MapArrowDown.tsx b/src/icons/MapLocation/MapArrowDown.tsx index 36ce001..5ad2624 100644 --- a/src/icons/MapLocation/MapArrowDown.tsx +++ b/src/icons/MapLocation/MapArrowDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapArrowDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowDown \ No newline at end of file diff --git a/src/icons/MapLocation/MapArrowLeft.tsx b/src/icons/MapLocation/MapArrowLeft.tsx index 9173374..9923ef1 100644 --- a/src/icons/MapLocation/MapArrowLeft.tsx +++ b/src/icons/MapLocation/MapArrowLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapArrowLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowLeft \ No newline at end of file diff --git a/src/icons/MapLocation/MapArrowRight.tsx b/src/icons/MapLocation/MapArrowRight.tsx index bb44ff6..1d61f5f 100644 --- a/src/icons/MapLocation/MapArrowRight.tsx +++ b/src/icons/MapLocation/MapArrowRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapArrowRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowRight \ No newline at end of file diff --git a/src/icons/MapLocation/MapArrowSquare.tsx b/src/icons/MapLocation/MapArrowSquare.tsx index 5791bed..7bf8521 100644 --- a/src/icons/MapLocation/MapArrowSquare.tsx +++ b/src/icons/MapLocation/MapArrowSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapArrowSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapArrowSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowSquare \ No newline at end of file diff --git a/src/icons/MapLocation/MapArrowUp.tsx b/src/icons/MapLocation/MapArrowUp.tsx index 6dec475..a932261 100644 --- a/src/icons/MapLocation/MapArrowUp.tsx +++ b/src/icons/MapLocation/MapArrowUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapArrowUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapArrowUp \ No newline at end of file diff --git a/src/icons/MapLocation/MapPoint.tsx b/src/icons/MapLocation/MapPoint.tsx index ceb5b79..205cdb9 100644 --- a/src/icons/MapLocation/MapPoint.tsx +++ b/src/icons/MapLocation/MapPoint.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapPoint = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPoint \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapPoint = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPoint \ No newline at end of file diff --git a/src/icons/MapLocation/MapPointAdd.tsx b/src/icons/MapLocation/MapPointAdd.tsx index c7f16fa..b72fca1 100644 --- a/src/icons/MapLocation/MapPointAdd.tsx +++ b/src/icons/MapLocation/MapPointAdd.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapPointAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointAdd \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapPointAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointAdd \ No newline at end of file diff --git a/src/icons/MapLocation/MapPointFavourite.tsx b/src/icons/MapLocation/MapPointFavourite.tsx index 5397823..dac39b4 100644 --- a/src/icons/MapLocation/MapPointFavourite.tsx +++ b/src/icons/MapLocation/MapPointFavourite.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapPointFavourite = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointFavourite \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapPointFavourite = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointFavourite \ No newline at end of file diff --git a/src/icons/MapLocation/MapPointHospital.tsx b/src/icons/MapLocation/MapPointHospital.tsx index 3b5a5c9..737f3ee 100644 --- a/src/icons/MapLocation/MapPointHospital.tsx +++ b/src/icons/MapLocation/MapPointHospital.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapPointHospital = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointHospital \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapPointHospital = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointHospital \ No newline at end of file diff --git a/src/icons/MapLocation/MapPointRemove.tsx b/src/icons/MapLocation/MapPointRemove.tsx index fe57533..10bdc36 100644 --- a/src/icons/MapLocation/MapPointRemove.tsx +++ b/src/icons/MapLocation/MapPointRemove.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapPointRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointRemove \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapPointRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointRemove \ No newline at end of file diff --git a/src/icons/MapLocation/MapPointRotate.tsx b/src/icons/MapLocation/MapPointRotate.tsx index 9039cab..019d5fe 100644 --- a/src/icons/MapLocation/MapPointRotate.tsx +++ b/src/icons/MapLocation/MapPointRotate.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapPointRotate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointRotate \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapPointRotate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointRotate \ No newline at end of file diff --git a/src/icons/MapLocation/MapPointSchool.tsx b/src/icons/MapLocation/MapPointSchool.tsx index 3349716..d6696e9 100644 --- a/src/icons/MapLocation/MapPointSchool.tsx +++ b/src/icons/MapLocation/MapPointSchool.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapPointSchool = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointSchool \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapPointSchool = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointSchool \ No newline at end of file diff --git a/src/icons/MapLocation/MapPointSearch.tsx b/src/icons/MapLocation/MapPointSearch.tsx index 7a337c0..4bcabda 100644 --- a/src/icons/MapLocation/MapPointSearch.tsx +++ b/src/icons/MapLocation/MapPointSearch.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapPointSearch = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointSearch \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapPointSearch = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointSearch \ No newline at end of file diff --git a/src/icons/MapLocation/MapPointWave.tsx b/src/icons/MapLocation/MapPointWave.tsx index f39292d..874051f 100644 --- a/src/icons/MapLocation/MapPointWave.tsx +++ b/src/icons/MapLocation/MapPointWave.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MapPointWave = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointWave \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MapPointWave = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MapPointWave \ No newline at end of file diff --git a/src/icons/MapLocation/PeopleNearby.tsx b/src/icons/MapLocation/PeopleNearby.tsx index cd282e5..666acc9 100644 --- a/src/icons/MapLocation/PeopleNearby.tsx +++ b/src/icons/MapLocation/PeopleNearby.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PeopleNearby = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PeopleNearby \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PeopleNearby = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PeopleNearby \ No newline at end of file diff --git a/src/icons/MapLocation/PointOnMap.tsx b/src/icons/MapLocation/PointOnMap.tsx index 0afbae0..5112b11 100644 --- a/src/icons/MapLocation/PointOnMap.tsx +++ b/src/icons/MapLocation/PointOnMap.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PointOnMap = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PointOnMap \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PointOnMap = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PointOnMap \ No newline at end of file diff --git a/src/icons/MapLocation/PointOnMapPerspective.tsx b/src/icons/MapLocation/PointOnMapPerspective.tsx index 29b8bfc..12cc830 100644 --- a/src/icons/MapLocation/PointOnMapPerspective.tsx +++ b/src/icons/MapLocation/PointOnMapPerspective.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PointOnMapPerspective = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PointOnMapPerspective \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PointOnMapPerspective = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PointOnMapPerspective \ No newline at end of file diff --git a/src/icons/MapLocation/Radar.tsx b/src/icons/MapLocation/Radar.tsx index 3d37817..9fb9fce 100644 --- a/src/icons/MapLocation/Radar.tsx +++ b/src/icons/MapLocation/Radar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Radar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Radar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Radar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Radar \ No newline at end of file diff --git a/src/icons/MapLocation/Radar2.tsx b/src/icons/MapLocation/Radar2.tsx index 09d3de2..3f86e17 100644 --- a/src/icons/MapLocation/Radar2.tsx +++ b/src/icons/MapLocation/Radar2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Radar2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Radar2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Radar2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Radar2 \ No newline at end of file diff --git a/src/icons/MapLocation/Route.tsx b/src/icons/MapLocation/Route.tsx index 1c86d11..f28c59f 100644 --- a/src/icons/MapLocation/Route.tsx +++ b/src/icons/MapLocation/Route.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Route = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Route \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Route = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Route \ No newline at end of file diff --git a/src/icons/MapLocation/Routing.tsx b/src/icons/MapLocation/Routing.tsx index 8c6ce4c..b508045 100644 --- a/src/icons/MapLocation/Routing.tsx +++ b/src/icons/MapLocation/Routing.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Routing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Routing \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Routing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Routing \ No newline at end of file diff --git a/src/icons/MapLocation/Routing2.tsx b/src/icons/MapLocation/Routing2.tsx index c895791..aa365d6 100644 --- a/src/icons/MapLocation/Routing2.tsx +++ b/src/icons/MapLocation/Routing2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Routing2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Routing2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Routing2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Routing2 \ No newline at end of file diff --git a/src/icons/MapLocation/Routing3.tsx b/src/icons/MapLocation/Routing3.tsx index 9943418..a3c7d12 100644 --- a/src/icons/MapLocation/Routing3.tsx +++ b/src/icons/MapLocation/Routing3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Routing3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Routing3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Routing3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Routing3 \ No newline at end of file diff --git a/src/icons/MapLocation/Signpost.tsx b/src/icons/MapLocation/Signpost.tsx index fd0fb78..171ae52 100644 --- a/src/icons/MapLocation/Signpost.tsx +++ b/src/icons/MapLocation/Signpost.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Signpost = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Signpost \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Signpost = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Signpost \ No newline at end of file diff --git a/src/icons/MapLocation/Signpost2.tsx b/src/icons/MapLocation/Signpost2.tsx index 79b582d..7b414e8 100644 --- a/src/icons/MapLocation/Signpost2.tsx +++ b/src/icons/MapLocation/Signpost2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Signpost2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Signpost2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Signpost2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Signpost2 \ No newline at end of file diff --git a/src/icons/MapLocation/Streets.tsx b/src/icons/MapLocation/Streets.tsx index 4d11812..2d0e54a 100644 --- a/src/icons/MapLocation/Streets.tsx +++ b/src/icons/MapLocation/Streets.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Streets = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Streets \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Streets = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Streets \ No newline at end of file diff --git a/src/icons/MapLocation/StreetsMapPoint.tsx b/src/icons/MapLocation/StreetsMapPoint.tsx index 562f628..2118934 100644 --- a/src/icons/MapLocation/StreetsMapPoint.tsx +++ b/src/icons/MapLocation/StreetsMapPoint.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StreetsMapPoint = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StreetsMapPoint \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StreetsMapPoint = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StreetsMapPoint \ No newline at end of file diff --git a/src/icons/MapLocation/StreetsNavigation.tsx b/src/icons/MapLocation/StreetsNavigation.tsx index 4d1b631..e90207a 100644 --- a/src/icons/MapLocation/StreetsNavigation.tsx +++ b/src/icons/MapLocation/StreetsNavigation.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StreetsNavigation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StreetsNavigation \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StreetsNavigation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StreetsNavigation \ No newline at end of file diff --git a/src/icons/MapLocation/index.tsx b/src/icons/MapLocation/index.tsx index db02ba0..8056976 100644 --- a/src/icons/MapLocation/index.tsx +++ b/src/icons/MapLocation/index.tsx @@ -3,9 +3,9 @@ export { default as BranchingPathsUp } from "./BranchingPathsUp"; export { default as Compass } from "./Compass"; export { default as CompassBig } from "./CompassBig"; export { default as CompassSquare } from "./CompassSquare"; +export { default as GPS } from "./GPS"; export { default as Global } from "./Global"; export { default as Globus } from "./Globus"; -export { default as GPS } from "./GPS"; export { default as Map } from "./Map"; export { default as MapArrowDown } from "./MapArrowDown"; export { default as MapArrowLeft } from "./MapArrowLeft"; diff --git a/src/icons/Medicine/AdhesivePlaster.tsx b/src/icons/Medicine/AdhesivePlaster.tsx index 84669de..58484c3 100644 --- a/src/icons/Medicine/AdhesivePlaster.tsx +++ b/src/icons/Medicine/AdhesivePlaster.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AdhesivePlaster = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AdhesivePlaster \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AdhesivePlaster = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AdhesivePlaster \ No newline at end of file diff --git a/src/icons/Medicine/AdhesivePlaster2.tsx b/src/icons/Medicine/AdhesivePlaster2.tsx index 78bff86..21d9fce 100644 --- a/src/icons/Medicine/AdhesivePlaster2.tsx +++ b/src/icons/Medicine/AdhesivePlaster2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AdhesivePlaster2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AdhesivePlaster2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AdhesivePlaster2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AdhesivePlaster2 \ No newline at end of file diff --git a/src/icons/Medicine/Bacteria.tsx b/src/icons/Medicine/Bacteria.tsx index f3855c5..e09d40d 100644 --- a/src/icons/Medicine/Bacteria.tsx +++ b/src/icons/Medicine/Bacteria.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bacteria = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bacteria \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bacteria = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bacteria \ No newline at end of file diff --git a/src/icons/Medicine/BenzeneRing.tsx b/src/icons/Medicine/BenzeneRing.tsx index c258fe6..92c0d7d 100644 --- a/src/icons/Medicine/BenzeneRing.tsx +++ b/src/icons/Medicine/BenzeneRing.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BenzeneRing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BenzeneRing \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BenzeneRing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BenzeneRing \ No newline at end of file diff --git a/src/icons/Medicine/Bone.tsx b/src/icons/Medicine/Bone.tsx index 4319b0f..2122798 100644 --- a/src/icons/Medicine/Bone.tsx +++ b/src/icons/Medicine/Bone.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bone \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bone \ No newline at end of file diff --git a/src/icons/Medicine/BoneBroken.tsx b/src/icons/Medicine/BoneBroken.tsx index 4565a5c..ba0373a 100644 --- a/src/icons/Medicine/BoneBroken.tsx +++ b/src/icons/Medicine/BoneBroken.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BoneBroken = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BoneBroken \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BoneBroken = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BoneBroken \ No newline at end of file diff --git a/src/icons/Medicine/BoneCrack.tsx b/src/icons/Medicine/BoneCrack.tsx index 3fb0dc6..845399b 100644 --- a/src/icons/Medicine/BoneCrack.tsx +++ b/src/icons/Medicine/BoneCrack.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BoneCrack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BoneCrack \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BoneCrack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BoneCrack \ No newline at end of file diff --git a/src/icons/Medicine/Bones.tsx b/src/icons/Medicine/Bones.tsx index 69b71e8..ab3782b 100644 --- a/src/icons/Medicine/Bones.tsx +++ b/src/icons/Medicine/Bones.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bones = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bones \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bones = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bones \ No newline at end of file diff --git a/src/icons/Medicine/DNA.tsx b/src/icons/Medicine/DNA.tsx index b3d60bc..b20c225 100644 --- a/src/icons/Medicine/DNA.tsx +++ b/src/icons/Medicine/DNA.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DNA = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DNA \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DNA = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DNA \ No newline at end of file diff --git a/src/icons/Medicine/Dropper.tsx b/src/icons/Medicine/Dropper.tsx index 06435cd..eabe028 100644 --- a/src/icons/Medicine/Dropper.tsx +++ b/src/icons/Medicine/Dropper.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dropper = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dropper \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dropper = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dropper \ No newline at end of file diff --git a/src/icons/Medicine/Dropper2.tsx b/src/icons/Medicine/Dropper2.tsx index 89ac15b..18d331b 100644 --- a/src/icons/Medicine/Dropper2.tsx +++ b/src/icons/Medicine/Dropper2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dropper2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dropper2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dropper2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dropper2 \ No newline at end of file diff --git a/src/icons/Medicine/Dropper3.tsx b/src/icons/Medicine/Dropper3.tsx index df55172..52b335a 100644 --- a/src/icons/Medicine/Dropper3.tsx +++ b/src/icons/Medicine/Dropper3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dropper3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dropper3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dropper3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dropper3 \ No newline at end of file diff --git a/src/icons/Medicine/DropperMinimalistic.tsx b/src/icons/Medicine/DropperMinimalistic.tsx index 8556d06..73c0bb3 100644 --- a/src/icons/Medicine/DropperMinimalistic.tsx +++ b/src/icons/Medicine/DropperMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DropperMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DropperMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DropperMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DropperMinimalistic \ No newline at end of file diff --git a/src/icons/Medicine/DropperMinimalistic2.tsx b/src/icons/Medicine/DropperMinimalistic2.tsx index a27d1f1..399ba18 100644 --- a/src/icons/Medicine/DropperMinimalistic2.tsx +++ b/src/icons/Medicine/DropperMinimalistic2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DropperMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DropperMinimalistic2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DropperMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DropperMinimalistic2 \ No newline at end of file diff --git a/src/icons/Medicine/Health.tsx b/src/icons/Medicine/Health.tsx index ba3290e..841e1b8 100644 --- a/src/icons/Medicine/Health.tsx +++ b/src/icons/Medicine/Health.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Health = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Health \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Health = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Health \ No newline at end of file diff --git a/src/icons/Medicine/HeartPulse.tsx b/src/icons/Medicine/HeartPulse.tsx index 4be13f5..eab240e 100644 --- a/src/icons/Medicine/HeartPulse.tsx +++ b/src/icons/Medicine/HeartPulse.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeartPulse = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartPulse \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeartPulse = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartPulse \ No newline at end of file diff --git a/src/icons/Medicine/HeartPulse2.tsx b/src/icons/Medicine/HeartPulse2.tsx index aa7add0..408c4cc 100644 --- a/src/icons/Medicine/HeartPulse2.tsx +++ b/src/icons/Medicine/HeartPulse2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HeartPulse2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartPulse2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HeartPulse2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HeartPulse2 \ No newline at end of file diff --git a/src/icons/Medicine/JarOfPills.tsx b/src/icons/Medicine/JarOfPills.tsx index a10fd00..e7127f9 100644 --- a/src/icons/Medicine/JarOfPills.tsx +++ b/src/icons/Medicine/JarOfPills.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const JarOfPills = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default JarOfPills \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const JarOfPills = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default JarOfPills \ No newline at end of file diff --git a/src/icons/Medicine/JarOfPills2.tsx b/src/icons/Medicine/JarOfPills2.tsx index df8aa6f..46c3115 100644 --- a/src/icons/Medicine/JarOfPills2.tsx +++ b/src/icons/Medicine/JarOfPills2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const JarOfPills2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default JarOfPills2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const JarOfPills2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default JarOfPills2 \ No newline at end of file diff --git a/src/icons/Medicine/MedicalKit.tsx b/src/icons/Medicine/MedicalKit.tsx index c5557f2..1e28442 100644 --- a/src/icons/Medicine/MedicalKit.tsx +++ b/src/icons/Medicine/MedicalKit.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MedicalKit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedicalKit \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MedicalKit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MedicalKit \ No newline at end of file diff --git a/src/icons/Medicine/Pill.tsx b/src/icons/Medicine/Pill.tsx index f1b7df3..075ccde 100644 --- a/src/icons/Medicine/Pill.tsx +++ b/src/icons/Medicine/Pill.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pill = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pill \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pill = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pill \ No newline at end of file diff --git a/src/icons/Medicine/Pills.tsx b/src/icons/Medicine/Pills.tsx index f40ac84..b22a871 100644 --- a/src/icons/Medicine/Pills.tsx +++ b/src/icons/Medicine/Pills.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pills = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pills \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pills = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pills \ No newline at end of file diff --git a/src/icons/Medicine/Pills2.tsx b/src/icons/Medicine/Pills2.tsx index d56618b..27209ef 100644 --- a/src/icons/Medicine/Pills2.tsx +++ b/src/icons/Medicine/Pills2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pills2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pills2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pills2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pills2 \ No newline at end of file diff --git a/src/icons/Medicine/Pills3.tsx b/src/icons/Medicine/Pills3.tsx index 04cf2e2..2e65efa 100644 --- a/src/icons/Medicine/Pills3.tsx +++ b/src/icons/Medicine/Pills3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pills3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pills3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pills3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pills3 \ No newline at end of file diff --git a/src/icons/Medicine/Pulse.tsx b/src/icons/Medicine/Pulse.tsx index 5b38a23..14568a1 100644 --- a/src/icons/Medicine/Pulse.tsx +++ b/src/icons/Medicine/Pulse.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pulse = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pulse \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pulse = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pulse \ No newline at end of file diff --git a/src/icons/Medicine/Pulse2.tsx b/src/icons/Medicine/Pulse2.tsx index bd0b2e4..af596d6 100644 --- a/src/icons/Medicine/Pulse2.tsx +++ b/src/icons/Medicine/Pulse2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pulse2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pulse2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pulse2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pulse2 \ No newline at end of file diff --git a/src/icons/Medicine/Stethoscope.tsx b/src/icons/Medicine/Stethoscope.tsx index b971c9b..35413f5 100644 --- a/src/icons/Medicine/Stethoscope.tsx +++ b/src/icons/Medicine/Stethoscope.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Stethoscope = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stethoscope \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Stethoscope = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stethoscope \ No newline at end of file diff --git a/src/icons/Medicine/Syringe.tsx b/src/icons/Medicine/Syringe.tsx index 06e8d0b..92e0939 100644 --- a/src/icons/Medicine/Syringe.tsx +++ b/src/icons/Medicine/Syringe.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Syringe = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Syringe \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Syringe = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Syringe \ No newline at end of file diff --git a/src/icons/Medicine/TestTube.tsx b/src/icons/Medicine/TestTube.tsx index 36c5c2b..b1138b8 100644 --- a/src/icons/Medicine/TestTube.tsx +++ b/src/icons/Medicine/TestTube.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TestTube = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TestTube \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TestTube = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TestTube \ No newline at end of file diff --git a/src/icons/Medicine/TestTubeMinimalistic.tsx b/src/icons/Medicine/TestTubeMinimalistic.tsx index d83213a..b70148a 100644 --- a/src/icons/Medicine/TestTubeMinimalistic.tsx +++ b/src/icons/Medicine/TestTubeMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TestTubeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TestTubeMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TestTubeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TestTubeMinimalistic \ No newline at end of file diff --git a/src/icons/Medicine/Thermometer.tsx b/src/icons/Medicine/Thermometer.tsx index 9f1871c..61bc50b 100644 --- a/src/icons/Medicine/Thermometer.tsx +++ b/src/icons/Medicine/Thermometer.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Thermometer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Thermometer \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Thermometer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Thermometer \ No newline at end of file diff --git a/src/icons/Medicine/Virus.tsx b/src/icons/Medicine/Virus.tsx index b67a1fd..99535db 100644 --- a/src/icons/Medicine/Virus.tsx +++ b/src/icons/Medicine/Virus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Virus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Virus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Virus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Virus \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatDots.tsx b/src/icons/MessagesConversation/ChatDots.tsx index 53e0cd6..a6fae11 100644 --- a/src/icons/MessagesConversation/ChatDots.tsx +++ b/src/icons/MessagesConversation/ChatDots.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatDots = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatDots \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatDots = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatDots \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatLine.tsx b/src/icons/MessagesConversation/ChatLine.tsx index fccd05d..be5838c 100644 --- a/src/icons/MessagesConversation/ChatLine.tsx +++ b/src/icons/MessagesConversation/ChatLine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatLine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatLine \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatRound.tsx b/src/icons/MessagesConversation/ChatRound.tsx index 29dca1a..879844a 100644 --- a/src/icons/MessagesConversation/ChatRound.tsx +++ b/src/icons/MessagesConversation/ChatRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRound \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatRoundCall.tsx b/src/icons/MessagesConversation/ChatRoundCall.tsx index 6ded1ec..2c90fde 100644 --- a/src/icons/MessagesConversation/ChatRoundCall.tsx +++ b/src/icons/MessagesConversation/ChatRoundCall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatRoundCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundCall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatRoundCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundCall \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatRoundCheck.tsx b/src/icons/MessagesConversation/ChatRoundCheck.tsx index dfff865..e703238 100644 --- a/src/icons/MessagesConversation/ChatRoundCheck.tsx +++ b/src/icons/MessagesConversation/ChatRoundCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatRoundCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatRoundCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundCheck \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatRoundDots.tsx b/src/icons/MessagesConversation/ChatRoundDots.tsx index f05447b..f4677f4 100644 --- a/src/icons/MessagesConversation/ChatRoundDots.tsx +++ b/src/icons/MessagesConversation/ChatRoundDots.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatRoundDots = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundDots \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatRoundDots = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundDots \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatRoundLike.tsx b/src/icons/MessagesConversation/ChatRoundLike.tsx index 114353d..95afb45 100644 --- a/src/icons/MessagesConversation/ChatRoundLike.tsx +++ b/src/icons/MessagesConversation/ChatRoundLike.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatRoundLike = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundLike \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatRoundLike = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundLike \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatRoundLine.tsx b/src/icons/MessagesConversation/ChatRoundLine.tsx index f05db4d..ed6b74b 100644 --- a/src/icons/MessagesConversation/ChatRoundLine.tsx +++ b/src/icons/MessagesConversation/ChatRoundLine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatRoundLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundLine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatRoundLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundLine \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatRoundMoney.tsx b/src/icons/MessagesConversation/ChatRoundMoney.tsx index a504e46..d315611 100644 --- a/src/icons/MessagesConversation/ChatRoundMoney.tsx +++ b/src/icons/MessagesConversation/ChatRoundMoney.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatRoundMoney = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundMoney \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatRoundMoney = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundMoney \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatRoundUnread.tsx b/src/icons/MessagesConversation/ChatRoundUnread.tsx index 8042ac3..f0df266 100644 --- a/src/icons/MessagesConversation/ChatRoundUnread.tsx +++ b/src/icons/MessagesConversation/ChatRoundUnread.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatRoundUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundUnread \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatRoundUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundUnread \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatRoundVideo.tsx b/src/icons/MessagesConversation/ChatRoundVideo.tsx index 53e3e4f..003cd71 100644 --- a/src/icons/MessagesConversation/ChatRoundVideo.tsx +++ b/src/icons/MessagesConversation/ChatRoundVideo.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatRoundVideo = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundVideo \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatRoundVideo = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatRoundVideo \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatSquare.tsx b/src/icons/MessagesConversation/ChatSquare.tsx index 8456c8d..26c6072 100644 --- a/src/icons/MessagesConversation/ChatSquare.tsx +++ b/src/icons/MessagesConversation/ChatSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquare \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatSquareArrow.tsx b/src/icons/MessagesConversation/ChatSquareArrow.tsx index 650a09d..16f59e0 100644 --- a/src/icons/MessagesConversation/ChatSquareArrow.tsx +++ b/src/icons/MessagesConversation/ChatSquareArrow.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatSquareArrow = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareArrow \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatSquareArrow = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareArrow \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatSquareCall.tsx b/src/icons/MessagesConversation/ChatSquareCall.tsx index b9468e4..af2113e 100644 --- a/src/icons/MessagesConversation/ChatSquareCall.tsx +++ b/src/icons/MessagesConversation/ChatSquareCall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatSquareCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareCall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatSquareCall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareCall \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatSquareCheck.tsx b/src/icons/MessagesConversation/ChatSquareCheck.tsx index b2a580f..832a11e 100644 --- a/src/icons/MessagesConversation/ChatSquareCheck.tsx +++ b/src/icons/MessagesConversation/ChatSquareCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatSquareCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatSquareCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareCheck \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatSquareCode.tsx b/src/icons/MessagesConversation/ChatSquareCode.tsx index 5ed0add..d1d8edd 100644 --- a/src/icons/MessagesConversation/ChatSquareCode.tsx +++ b/src/icons/MessagesConversation/ChatSquareCode.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatSquareCode = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareCode \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatSquareCode = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareCode \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatSquareLike.tsx b/src/icons/MessagesConversation/ChatSquareLike.tsx index 0147a05..b4f8f84 100644 --- a/src/icons/MessagesConversation/ChatSquareLike.tsx +++ b/src/icons/MessagesConversation/ChatSquareLike.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatSquareLike = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareLike \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatSquareLike = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatSquareLike \ No newline at end of file diff --git a/src/icons/MessagesConversation/ChatUnread.tsx b/src/icons/MessagesConversation/ChatUnread.tsx index 0b4506e..bce7ad0 100644 --- a/src/icons/MessagesConversation/ChatUnread.tsx +++ b/src/icons/MessagesConversation/ChatUnread.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ChatUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatUnread \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ChatUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ChatUnread \ No newline at end of file diff --git a/src/icons/MessagesConversation/CheckRead.tsx b/src/icons/MessagesConversation/CheckRead.tsx index 28d33b7..1eb9728 100644 --- a/src/icons/MessagesConversation/CheckRead.tsx +++ b/src/icons/MessagesConversation/CheckRead.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CheckRead = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CheckRead \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CheckRead = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CheckRead \ No newline at end of file diff --git a/src/icons/MessagesConversation/Dialog.tsx b/src/icons/MessagesConversation/Dialog.tsx index f7c8322..6d3aed2 100644 --- a/src/icons/MessagesConversation/Dialog.tsx +++ b/src/icons/MessagesConversation/Dialog.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dialog = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dialog \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dialog = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dialog \ No newline at end of file diff --git a/src/icons/MessagesConversation/Dialog2.tsx b/src/icons/MessagesConversation/Dialog2.tsx index 267e163..4a8080a 100644 --- a/src/icons/MessagesConversation/Dialog2.tsx +++ b/src/icons/MessagesConversation/Dialog2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dialog2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dialog2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dialog2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dialog2 \ No newline at end of file diff --git a/src/icons/MessagesConversation/Forward.tsx b/src/icons/MessagesConversation/Forward.tsx new file mode 100644 index 0000000..cc1b1d4 --- /dev/null +++ b/src/icons/MessagesConversation/Forward.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Forward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Forward \ No newline at end of file diff --git a/src/icons/MessagesConversation/ForwardRight.tsx b/src/icons/MessagesConversation/ForwardRight.tsx deleted file mode 100644 index 0b569af..0000000 --- a/src/icons/MessagesConversation/ForwardRight.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ForwardRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ForwardRight \ No newline at end of file diff --git a/src/icons/MessagesConversation/Inbox.tsx b/src/icons/MessagesConversation/Inbox.tsx index f53025f..34bb832 100644 --- a/src/icons/MessagesConversation/Inbox.tsx +++ b/src/icons/MessagesConversation/Inbox.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Inbox = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Inbox \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Inbox = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Inbox \ No newline at end of file diff --git a/src/icons/MessagesConversation/InboxArchive.tsx b/src/icons/MessagesConversation/InboxArchive.tsx index 3dc9737..f2ffae7 100644 --- a/src/icons/MessagesConversation/InboxArchive.tsx +++ b/src/icons/MessagesConversation/InboxArchive.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const InboxArchive = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxArchive \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const InboxArchive = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxArchive \ No newline at end of file diff --git a/src/icons/MessagesConversation/InboxIn.tsx b/src/icons/MessagesConversation/InboxIn.tsx index f3f3475..e7978db 100644 --- a/src/icons/MessagesConversation/InboxIn.tsx +++ b/src/icons/MessagesConversation/InboxIn.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const InboxIn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxIn \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const InboxIn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxIn \ No newline at end of file diff --git a/src/icons/MessagesConversation/InboxLine.tsx b/src/icons/MessagesConversation/InboxLine.tsx index 20b69fd..6b39a89 100644 --- a/src/icons/MessagesConversation/InboxLine.tsx +++ b/src/icons/MessagesConversation/InboxLine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const InboxLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxLine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const InboxLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxLine \ No newline at end of file diff --git a/src/icons/MessagesConversation/InboxOut.tsx b/src/icons/MessagesConversation/InboxOut.tsx index e09c9c7..c17625b 100644 --- a/src/icons/MessagesConversation/InboxOut.tsx +++ b/src/icons/MessagesConversation/InboxOut.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const InboxOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxOut \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const InboxOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxOut \ No newline at end of file diff --git a/src/icons/MessagesConversation/InboxUnread.tsx b/src/icons/MessagesConversation/InboxUnread.tsx index 9499761..a7f4d8e 100644 --- a/src/icons/MessagesConversation/InboxUnread.tsx +++ b/src/icons/MessagesConversation/InboxUnread.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const InboxUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxUnread \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const InboxUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default InboxUnread \ No newline at end of file diff --git a/src/icons/MessagesConversation/Letter.tsx b/src/icons/MessagesConversation/Letter.tsx index 3758cad..b02cd9b 100644 --- a/src/icons/MessagesConversation/Letter.tsx +++ b/src/icons/MessagesConversation/Letter.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Letter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Letter \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Letter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Letter \ No newline at end of file diff --git a/src/icons/MessagesConversation/LetterOpened.tsx b/src/icons/MessagesConversation/LetterOpened.tsx index 5805f0e..98d62f7 100644 --- a/src/icons/MessagesConversation/LetterOpened.tsx +++ b/src/icons/MessagesConversation/LetterOpened.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LetterOpened = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LetterOpened \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LetterOpened = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LetterOpened \ No newline at end of file diff --git a/src/icons/MessagesConversation/LetterUnread.tsx b/src/icons/MessagesConversation/LetterUnread.tsx index f46893e..6c1eefe 100644 --- a/src/icons/MessagesConversation/LetterUnread.tsx +++ b/src/icons/MessagesConversation/LetterUnread.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LetterUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LetterUnread \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LetterUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LetterUnread \ No newline at end of file diff --git a/src/icons/MessagesConversation/Mailbox.tsx b/src/icons/MessagesConversation/Mailbox.tsx index 0d8a4f3..c6a493d 100644 --- a/src/icons/MessagesConversation/Mailbox.tsx +++ b/src/icons/MessagesConversation/Mailbox.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Mailbox = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Mailbox \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Mailbox = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Mailbox \ No newline at end of file diff --git a/src/icons/MessagesConversation/MultipleForwardLeft.tsx b/src/icons/MessagesConversation/MultipleForwardLeft.tsx index 9ee6ad1..3c3632b 100644 --- a/src/icons/MessagesConversation/MultipleForwardLeft.tsx +++ b/src/icons/MessagesConversation/MultipleForwardLeft.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MultipleForwardLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MultipleForwardLeft \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MultipleForwardLeft = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MultipleForwardLeft \ No newline at end of file diff --git a/src/icons/MessagesConversation/MultipleForwardRight.tsx b/src/icons/MessagesConversation/MultipleForwardRight.tsx index 8fdc03c..dd6ee5b 100644 --- a/src/icons/MessagesConversation/MultipleForwardRight.tsx +++ b/src/icons/MessagesConversation/MultipleForwardRight.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MultipleForwardRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MultipleForwardRight \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MultipleForwardRight = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MultipleForwardRight \ No newline at end of file diff --git a/src/icons/MessagesConversation/Paperclip.tsx b/src/icons/MessagesConversation/Paperclip.tsx index eba4bfa..9f1ffe8 100644 --- a/src/icons/MessagesConversation/Paperclip.tsx +++ b/src/icons/MessagesConversation/Paperclip.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Paperclip = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Paperclip \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Paperclip = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Paperclip \ No newline at end of file diff --git a/src/icons/MessagesConversation/Paperclip2.tsx b/src/icons/MessagesConversation/Paperclip2.tsx index f909a80..86572d3 100644 --- a/src/icons/MessagesConversation/Paperclip2.tsx +++ b/src/icons/MessagesConversation/Paperclip2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Paperclip2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Paperclip2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Paperclip2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Paperclip2 \ No newline at end of file diff --git a/src/icons/MessagesConversation/PaperclipRounded.tsx b/src/icons/MessagesConversation/PaperclipRounded.tsx index 7feb47e..3e644dd 100644 --- a/src/icons/MessagesConversation/PaperclipRounded.tsx +++ b/src/icons/MessagesConversation/PaperclipRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PaperclipRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaperclipRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PaperclipRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaperclipRounded \ No newline at end of file diff --git a/src/icons/MessagesConversation/PaperclipRounded2.tsx b/src/icons/MessagesConversation/PaperclipRounded2.tsx index e022626..91e4ffb 100644 --- a/src/icons/MessagesConversation/PaperclipRounded2.tsx +++ b/src/icons/MessagesConversation/PaperclipRounded2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PaperclipRounded2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaperclipRounded2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PaperclipRounded2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaperclipRounded2 \ No newline at end of file diff --git a/src/icons/MessagesConversation/Pen.tsx b/src/icons/MessagesConversation/Pen.tsx index 33e3b9a..a42c7af 100644 --- a/src/icons/MessagesConversation/Pen.tsx +++ b/src/icons/MessagesConversation/Pen.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pen \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pen \ No newline at end of file diff --git a/src/icons/MessagesConversation/Pen2.tsx b/src/icons/MessagesConversation/Pen2.tsx index b6468cd..2f8ee8a 100644 --- a/src/icons/MessagesConversation/Pen2.tsx +++ b/src/icons/MessagesConversation/Pen2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pen2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pen2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pen2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pen2 \ No newline at end of file diff --git a/src/icons/MessagesConversation/PenNewRound.tsx b/src/icons/MessagesConversation/PenNewRound.tsx index b34ea92..f6d7ec3 100644 --- a/src/icons/MessagesConversation/PenNewRound.tsx +++ b/src/icons/MessagesConversation/PenNewRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PenNewRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PenNewRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PenNewRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PenNewRound \ No newline at end of file diff --git a/src/icons/MessagesConversation/PenNewSquare.tsx b/src/icons/MessagesConversation/PenNewSquare.tsx index fd8bf71..52405fa 100644 --- a/src/icons/MessagesConversation/PenNewSquare.tsx +++ b/src/icons/MessagesConversation/PenNewSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PenNewSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PenNewSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PenNewSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PenNewSquare \ No newline at end of file diff --git a/src/icons/MessagesConversation/Plain.tsx b/src/icons/MessagesConversation/Plain.tsx index e26095a..3edc2aa 100644 --- a/src/icons/MessagesConversation/Plain.tsx +++ b/src/icons/MessagesConversation/Plain.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Plain = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Plain \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Plain = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Plain \ No newline at end of file diff --git a/src/icons/MessagesConversation/Plain2.tsx b/src/icons/MessagesConversation/Plain2.tsx index 6674340..992234d 100644 --- a/src/icons/MessagesConversation/Plain2.tsx +++ b/src/icons/MessagesConversation/Plain2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Plain2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Plain2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Plain2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Plain2 \ No newline at end of file diff --git a/src/icons/MessagesConversation/Plain3.tsx b/src/icons/MessagesConversation/Plain3.tsx index 33d3eb4..78396ad 100644 --- a/src/icons/MessagesConversation/Plain3.tsx +++ b/src/icons/MessagesConversation/Plain3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Plain3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Plain3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Plain3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Plain3 \ No newline at end of file diff --git a/src/icons/MessagesConversation/SquareForward.tsx b/src/icons/MessagesConversation/SquareForward.tsx index fc45abb..1750a00 100644 --- a/src/icons/MessagesConversation/SquareForward.tsx +++ b/src/icons/MessagesConversation/SquareForward.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareForward \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareForward \ No newline at end of file diff --git a/src/icons/MessagesConversation/SquareShareLine.tsx b/src/icons/MessagesConversation/SquareShareLine.tsx index f18eddc..b63eb06 100644 --- a/src/icons/MessagesConversation/SquareShareLine.tsx +++ b/src/icons/MessagesConversation/SquareShareLine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareShareLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareShareLine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareShareLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareShareLine \ No newline at end of file diff --git a/src/icons/MessagesConversation/Unread.tsx b/src/icons/MessagesConversation/Unread.tsx index f814e58..f3d4713 100644 --- a/src/icons/MessagesConversation/Unread.tsx +++ b/src/icons/MessagesConversation/Unread.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Unread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Unread \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Unread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Unread \ No newline at end of file diff --git a/src/icons/MessagesConversation/index.tsx b/src/icons/MessagesConversation/index.tsx index 3402d8e..0da54df 100644 --- a/src/icons/MessagesConversation/index.tsx +++ b/src/icons/MessagesConversation/index.tsx @@ -19,7 +19,7 @@ export { default as ChatUnread } from "./ChatUnread"; export { default as CheckRead } from "./CheckRead"; export { default as Dialog } from "./Dialog"; export { default as Dialog2 } from "./Dialog2"; -export { default as ForwardRight } from "./ForwardRight"; +export { default as Forward } from "./Forward"; export { default as Inbox } from "./Inbox"; export { default as InboxArchive } from "./InboxArchive"; export { default as InboxIn } from "./InboxIn"; diff --git a/src/icons/Money/Banknote.tsx b/src/icons/Money/Banknote.tsx index d3369d3..e0feb37 100644 --- a/src/icons/Money/Banknote.tsx +++ b/src/icons/Money/Banknote.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Banknote = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Banknote \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Banknote = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Banknote \ No newline at end of file diff --git a/src/icons/Money/Banknote2.tsx b/src/icons/Money/Banknote2.tsx index 7ce79cd..770157b 100644 --- a/src/icons/Money/Banknote2.tsx +++ b/src/icons/Money/Banknote2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Banknote2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Banknote2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Banknote2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Banknote2 \ No newline at end of file diff --git a/src/icons/Money/Bill.tsx b/src/icons/Money/Bill.tsx index c95130b..8e4ea1c 100644 --- a/src/icons/Money/Bill.tsx +++ b/src/icons/Money/Bill.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bill = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bill \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bill = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bill \ No newline at end of file diff --git a/src/icons/Money/BillCheck.tsx b/src/icons/Money/BillCheck.tsx index c9f029d..943b094 100644 --- a/src/icons/Money/BillCheck.tsx +++ b/src/icons/Money/BillCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BillCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BillCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BillCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BillCheck \ No newline at end of file diff --git a/src/icons/Money/BillCross.tsx b/src/icons/Money/BillCross.tsx index d7883cd..21994be 100644 --- a/src/icons/Money/BillCross.tsx +++ b/src/icons/Money/BillCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BillCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BillCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BillCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BillCross \ No newline at end of file diff --git a/src/icons/Money/BillList.tsx b/src/icons/Money/BillList.tsx index a32a618..50c1e5c 100644 --- a/src/icons/Money/BillList.tsx +++ b/src/icons/Money/BillList.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BillList = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BillList \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BillList = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BillList \ No newline at end of file diff --git a/src/icons/Money/Card.tsx b/src/icons/Money/Card.tsx index 8fa8c69..8653328 100644 --- a/src/icons/Money/Card.tsx +++ b/src/icons/Money/Card.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Card = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Card \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Card = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Card \ No newline at end of file diff --git a/src/icons/Money/Card2.tsx b/src/icons/Money/Card2.tsx index fb2e9f0..7ebd8f6 100644 --- a/src/icons/Money/Card2.tsx +++ b/src/icons/Money/Card2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Card2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Card2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Card2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Card2 \ No newline at end of file diff --git a/src/icons/Money/CardRecive.tsx b/src/icons/Money/CardRecive.tsx index 0cdecb5..b236de9 100644 --- a/src/icons/Money/CardRecive.tsx +++ b/src/icons/Money/CardRecive.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CardRecive = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CardRecive \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CardRecive = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CardRecive \ No newline at end of file diff --git a/src/icons/Money/CardSearch.tsx b/src/icons/Money/CardSearch.tsx index ed2c1dc..3cfa91e 100644 --- a/src/icons/Money/CardSearch.tsx +++ b/src/icons/Money/CardSearch.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CardSearch = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CardSearch \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CardSearch = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CardSearch \ No newline at end of file diff --git a/src/icons/Money/CardSend.tsx b/src/icons/Money/CardSend.tsx index a08097c..2f1f052 100644 --- a/src/icons/Money/CardSend.tsx +++ b/src/icons/Money/CardSend.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CardSend = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CardSend \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CardSend = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CardSend \ No newline at end of file diff --git a/src/icons/Money/CardTransfer.tsx b/src/icons/Money/CardTransfer.tsx index 2e67bea..0755416 100644 --- a/src/icons/Money/CardTransfer.tsx +++ b/src/icons/Money/CardTransfer.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CardTransfer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CardTransfer \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CardTransfer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CardTransfer \ No newline at end of file diff --git a/src/icons/Money/Cardholder.tsx b/src/icons/Money/Cardholder.tsx index 0880bf9..2555005 100644 --- a/src/icons/Money/Cardholder.tsx +++ b/src/icons/Money/Cardholder.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cardholder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cardholder \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cardholder = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cardholder \ No newline at end of file diff --git a/src/icons/Money/CashOut.tsx b/src/icons/Money/CashOut.tsx index c960b52..3829ab1 100644 --- a/src/icons/Money/CashOut.tsx +++ b/src/icons/Money/CashOut.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CashOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CashOut \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CashOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CashOut \ No newline at end of file diff --git a/src/icons/Money/Dollar.tsx b/src/icons/Money/Dollar.tsx index 23e908c..7e27548 100644 --- a/src/icons/Money/Dollar.tsx +++ b/src/icons/Money/Dollar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dollar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dollar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dollar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dollar \ No newline at end of file diff --git a/src/icons/Money/DollarMinimalistic.tsx b/src/icons/Money/DollarMinimalistic.tsx index a647e3a..45e4e93 100644 --- a/src/icons/Money/DollarMinimalistic.tsx +++ b/src/icons/Money/DollarMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DollarMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DollarMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DollarMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DollarMinimalistic \ No newline at end of file diff --git a/src/icons/Money/Euro.tsx b/src/icons/Money/Euro.tsx index a76062c..6f86b68 100644 --- a/src/icons/Money/Euro.tsx +++ b/src/icons/Money/Euro.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Euro = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Euro \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Euro = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Euro \ No newline at end of file diff --git a/src/icons/Money/MoneyBag.tsx b/src/icons/Money/MoneyBag.tsx index 91b58f8..0eb2375 100644 --- a/src/icons/Money/MoneyBag.tsx +++ b/src/icons/Money/MoneyBag.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MoneyBag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoneyBag \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MoneyBag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoneyBag \ No newline at end of file diff --git a/src/icons/Money/Ruble.tsx b/src/icons/Money/Ruble.tsx index 2fba975..d018e8e 100644 --- a/src/icons/Money/Ruble.tsx +++ b/src/icons/Money/Ruble.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Ruble = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ruble \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Ruble = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ruble \ No newline at end of file diff --git a/src/icons/Money/Safe2.tsx b/src/icons/Money/Safe2.tsx index d6e5b4b..5930cd2 100644 --- a/src/icons/Money/Safe2.tsx +++ b/src/icons/Money/Safe2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Safe2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Safe2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Safe2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Safe2 \ No newline at end of file diff --git a/src/icons/Money/SafeCircle.tsx b/src/icons/Money/SafeCircle.tsx index 2b1542f..271f6ae 100644 --- a/src/icons/Money/SafeCircle.tsx +++ b/src/icons/Money/SafeCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SafeCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SafeCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SafeCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SafeCircle \ No newline at end of file diff --git a/src/icons/Money/SafeSquare.tsx b/src/icons/Money/SafeSquare.tsx index c6a841f..562678d 100644 --- a/src/icons/Money/SafeSquare.tsx +++ b/src/icons/Money/SafeSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SafeSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SafeSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SafeSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SafeSquare \ No newline at end of file diff --git a/src/icons/Money/Sale.tsx b/src/icons/Money/Sale.tsx index ea88f40..f0f696e 100644 --- a/src/icons/Money/Sale.tsx +++ b/src/icons/Money/Sale.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sale = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sale \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sale = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sale \ No newline at end of file diff --git a/src/icons/Money/SaleSquare.tsx b/src/icons/Money/SaleSquare.tsx index 4ed37ff..76c09cf 100644 --- a/src/icons/Money/SaleSquare.tsx +++ b/src/icons/Money/SaleSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SaleSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SaleSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SaleSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SaleSquare \ No newline at end of file diff --git a/src/icons/Money/Tag.tsx b/src/icons/Money/Tag.tsx index 98ec5d1..49c42cc 100644 --- a/src/icons/Money/Tag.tsx +++ b/src/icons/Money/Tag.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tag \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tag \ No newline at end of file diff --git a/src/icons/Money/TagHorizontal.tsx b/src/icons/Money/TagHorizontal.tsx index bb41566..b19a7db 100644 --- a/src/icons/Money/TagHorizontal.tsx +++ b/src/icons/Money/TagHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TagHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TagHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TagHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TagHorizontal \ No newline at end of file diff --git a/src/icons/Money/TagPrice.tsx b/src/icons/Money/TagPrice.tsx index b551d9f..5d768c5 100644 --- a/src/icons/Money/TagPrice.tsx +++ b/src/icons/Money/TagPrice.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TagPrice = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TagPrice \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TagPrice = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TagPrice \ No newline at end of file diff --git a/src/icons/Money/TickerStar.tsx b/src/icons/Money/TickerStar.tsx index 087a41b..1860c47 100644 --- a/src/icons/Money/TickerStar.tsx +++ b/src/icons/Money/TickerStar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TickerStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TickerStar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TickerStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TickerStar \ No newline at end of file diff --git a/src/icons/Money/Ticket.tsx b/src/icons/Money/Ticket.tsx index c2fbb44..6702d0a 100644 --- a/src/icons/Money/Ticket.tsx +++ b/src/icons/Money/Ticket.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Ticket = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ticket \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Ticket = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ticket \ No newline at end of file diff --git a/src/icons/Money/TicketSale.tsx b/src/icons/Money/TicketSale.tsx index 52dd6b2..1e556b4 100644 --- a/src/icons/Money/TicketSale.tsx +++ b/src/icons/Money/TicketSale.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TicketSale = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TicketSale \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TicketSale = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TicketSale \ No newline at end of file diff --git a/src/icons/Money/VerifiedCheck.tsx b/src/icons/Money/VerifiedCheck.tsx index 762f7b0..9562d33 100644 --- a/src/icons/Money/VerifiedCheck.tsx +++ b/src/icons/Money/VerifiedCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VerifiedCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VerifiedCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VerifiedCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VerifiedCheck \ No newline at end of file diff --git a/src/icons/Money/WadOfMoney.tsx b/src/icons/Money/WadOfMoney.tsx index c3f9817..e21899d 100644 --- a/src/icons/Money/WadOfMoney.tsx +++ b/src/icons/Money/WadOfMoney.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WadOfMoney = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WadOfMoney \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WadOfMoney = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WadOfMoney \ No newline at end of file diff --git a/src/icons/Money/Wallet.tsx b/src/icons/Money/Wallet.tsx index 477c6be..2251a92 100644 --- a/src/icons/Money/Wallet.tsx +++ b/src/icons/Money/Wallet.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Wallet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wallet \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Wallet = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wallet \ No newline at end of file diff --git a/src/icons/Money/Wallet2.tsx b/src/icons/Money/Wallet2.tsx index 8ab5671..86ae663 100644 --- a/src/icons/Money/Wallet2.tsx +++ b/src/icons/Money/Wallet2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Wallet2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wallet2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Wallet2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wallet2 \ No newline at end of file diff --git a/src/icons/Money/WalletMoney.tsx b/src/icons/Money/WalletMoney.tsx index b51462e..b94b380 100644 --- a/src/icons/Money/WalletMoney.tsx +++ b/src/icons/Money/WalletMoney.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WalletMoney = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WalletMoney \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WalletMoney = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WalletMoney \ No newline at end of file diff --git a/src/icons/Money/index.tsx b/src/icons/Money/index.tsx index edfd1ad..8c1ac97 100644 --- a/src/icons/Money/index.tsx +++ b/src/icons/Money/index.tsx @@ -6,11 +6,11 @@ export { default as BillCross } from "./BillCross"; export { default as BillList } from "./BillList"; export { default as Card } from "./Card"; export { default as Card2 } from "./Card2"; -export { default as Cardholder } from "./Cardholder"; export { default as CardRecive } from "./CardRecive"; export { default as CardSearch } from "./CardSearch"; export { default as CardSend } from "./CardSend"; export { default as CardTransfer } from "./CardTransfer"; +export { default as Cardholder } from "./Cardholder"; export { default as CashOut } from "./CashOut"; export { default as Dollar } from "./Dollar"; export { default as DollarMinimalistic } from "./DollarMinimalistic"; diff --git a/src/icons/NatureTravel/Bonfire.tsx b/src/icons/NatureTravel/Bonfire.tsx index f8b1311..68647cf 100644 --- a/src/icons/NatureTravel/Bonfire.tsx +++ b/src/icons/NatureTravel/Bonfire.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bonfire = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bonfire \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bonfire = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bonfire \ No newline at end of file diff --git a/src/icons/NatureTravel/Fire.tsx b/src/icons/NatureTravel/Fire.tsx index 7f8f096..1c64ba6 100644 --- a/src/icons/NatureTravel/Fire.tsx +++ b/src/icons/NatureTravel/Fire.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Fire = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Fire \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Fire = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Fire \ No newline at end of file diff --git a/src/icons/NatureTravel/FireMinimalistic.tsx b/src/icons/NatureTravel/FireMinimalistic.tsx index 23a04d6..6ff704f 100644 --- a/src/icons/NatureTravel/FireMinimalistic.tsx +++ b/src/icons/NatureTravel/FireMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FireMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FireMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FireMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FireMinimalistic \ No newline at end of file diff --git a/src/icons/NatureTravel/FireSquare.tsx b/src/icons/NatureTravel/FireSquare.tsx index 26c261b..85c137f 100644 --- a/src/icons/NatureTravel/FireSquare.tsx +++ b/src/icons/NatureTravel/FireSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FireSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FireSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FireSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FireSquare \ No newline at end of file diff --git a/src/icons/NatureTravel/Flame.tsx b/src/icons/NatureTravel/Flame.tsx index dd97520..2929e2c 100644 --- a/src/icons/NatureTravel/Flame.tsx +++ b/src/icons/NatureTravel/Flame.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Flame = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Flame \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Flame = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Flame \ No newline at end of file diff --git a/src/icons/NatureTravel/Leaf.tsx b/src/icons/NatureTravel/Leaf.tsx index c2ad01e..bf61e67 100644 --- a/src/icons/NatureTravel/Leaf.tsx +++ b/src/icons/NatureTravel/Leaf.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Leaf = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Leaf \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Leaf = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Leaf \ No newline at end of file diff --git a/src/icons/NatureTravel/Suitcase.tsx b/src/icons/NatureTravel/Suitcase.tsx index 3ec7666..c9c85a9 100644 --- a/src/icons/NatureTravel/Suitcase.tsx +++ b/src/icons/NatureTravel/Suitcase.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Suitcase = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Suitcase \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Suitcase = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Suitcase \ No newline at end of file diff --git a/src/icons/NatureTravel/SuitcaseLines.tsx b/src/icons/NatureTravel/SuitcaseLines.tsx index 659a26f..d9363e8 100644 --- a/src/icons/NatureTravel/SuitcaseLines.tsx +++ b/src/icons/NatureTravel/SuitcaseLines.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SuitcaseLines = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SuitcaseLines \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SuitcaseLines = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SuitcaseLines \ No newline at end of file diff --git a/src/icons/NatureTravel/SuitcaseTag.tsx b/src/icons/NatureTravel/SuitcaseTag.tsx index d966e02..a29479f 100644 --- a/src/icons/NatureTravel/SuitcaseTag.tsx +++ b/src/icons/NatureTravel/SuitcaseTag.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SuitcaseTag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SuitcaseTag \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SuitcaseTag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SuitcaseTag \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Bug.tsx b/src/icons/NetworkItProgramming/Bug.tsx index 367690c..4877242 100644 --- a/src/icons/NetworkItProgramming/Bug.tsx +++ b/src/icons/NetworkItProgramming/Bug.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bug = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bug \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bug = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bug \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/BugMinimalistic.tsx b/src/icons/NetworkItProgramming/BugMinimalistic.tsx index c650439..c58c19c 100644 --- a/src/icons/NetworkItProgramming/BugMinimalistic.tsx +++ b/src/icons/NetworkItProgramming/BugMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BugMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BugMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BugMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BugMinimalistic \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Code.tsx b/src/icons/NetworkItProgramming/Code.tsx index 75c1193..fb6568d 100644 --- a/src/icons/NetworkItProgramming/Code.tsx +++ b/src/icons/NetworkItProgramming/Code.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Code = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Code \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Code = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Code \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Code2.tsx b/src/icons/NetworkItProgramming/Code2.tsx index de6046c..55568b2 100644 --- a/src/icons/NetworkItProgramming/Code2.tsx +++ b/src/icons/NetworkItProgramming/Code2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Code2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Code2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Code2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Code2 \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/CodeCircle.tsx b/src/icons/NetworkItProgramming/CodeCircle.tsx index fa6f248..0c939e3 100644 --- a/src/icons/NetworkItProgramming/CodeCircle.tsx +++ b/src/icons/NetworkItProgramming/CodeCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CodeCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CodeCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CodeCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CodeCircle \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/CodeSquare.tsx b/src/icons/NetworkItProgramming/CodeSquare.tsx index 5919a39..0f19d83 100644 --- a/src/icons/NetworkItProgramming/CodeSquare.tsx +++ b/src/icons/NetworkItProgramming/CodeSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CodeSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CodeSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CodeSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CodeSquare \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Command.tsx b/src/icons/NetworkItProgramming/Command.tsx index cf278ab..6cdc315 100644 --- a/src/icons/NetworkItProgramming/Command.tsx +++ b/src/icons/NetworkItProgramming/Command.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Command = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Command \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Command = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Command \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Hashtag.tsx b/src/icons/NetworkItProgramming/Hashtag.tsx index 0d467cc..0d0acc3 100644 --- a/src/icons/NetworkItProgramming/Hashtag.tsx +++ b/src/icons/NetworkItProgramming/Hashtag.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Hashtag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hashtag \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Hashtag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hashtag \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/HashtagChat.tsx b/src/icons/NetworkItProgramming/HashtagChat.tsx index 0e44bbb..0ab7dca 100644 --- a/src/icons/NetworkItProgramming/HashtagChat.tsx +++ b/src/icons/NetworkItProgramming/HashtagChat.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HashtagChat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HashtagChat \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HashtagChat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HashtagChat \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/HashtagCircle.tsx b/src/icons/NetworkItProgramming/HashtagCircle.tsx index 24ca309..5f874ce 100644 --- a/src/icons/NetworkItProgramming/HashtagCircle.tsx +++ b/src/icons/NetworkItProgramming/HashtagCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HashtagCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HashtagCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HashtagCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HashtagCircle \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/HashtagSquare.tsx b/src/icons/NetworkItProgramming/HashtagSquare.tsx index 8f8aa6c..bf4aec3 100644 --- a/src/icons/NetworkItProgramming/HashtagSquare.tsx +++ b/src/icons/NetworkItProgramming/HashtagSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HashtagSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HashtagSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HashtagSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HashtagSquare \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Programming.tsx b/src/icons/NetworkItProgramming/Programming.tsx index 11418cf..d9b3520 100644 --- a/src/icons/NetworkItProgramming/Programming.tsx +++ b/src/icons/NetworkItProgramming/Programming.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Programming = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Programming \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Programming = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Programming \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Screencast.tsx b/src/icons/NetworkItProgramming/Screencast.tsx index b89c0cb..8902eb5 100644 --- a/src/icons/NetworkItProgramming/Screencast.tsx +++ b/src/icons/NetworkItProgramming/Screencast.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Screencast = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Screencast \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Screencast = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Screencast \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Screencast2.tsx b/src/icons/NetworkItProgramming/Screencast2.tsx index 9784db4..cf50aae 100644 --- a/src/icons/NetworkItProgramming/Screencast2.tsx +++ b/src/icons/NetworkItProgramming/Screencast2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Screencast2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Screencast2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Screencast2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Screencast2 \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/SidebarCode.tsx b/src/icons/NetworkItProgramming/SidebarCode.tsx index da236b7..18b2760 100644 --- a/src/icons/NetworkItProgramming/SidebarCode.tsx +++ b/src/icons/NetworkItProgramming/SidebarCode.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SidebarCode = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SidebarCode \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SidebarCode = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SidebarCode \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/SidebarMinimalistic.tsx b/src/icons/NetworkItProgramming/SidebarMinimalistic.tsx index 6d96cd3..d94671b 100644 --- a/src/icons/NetworkItProgramming/SidebarMinimalistic.tsx +++ b/src/icons/NetworkItProgramming/SidebarMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SidebarMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SidebarMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SidebarMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SidebarMinimalistic \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Siderbar.tsx b/src/icons/NetworkItProgramming/Siderbar.tsx index 1a20d28..a1a685a 100644 --- a/src/icons/NetworkItProgramming/Siderbar.tsx +++ b/src/icons/NetworkItProgramming/Siderbar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Siderbar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Siderbar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Siderbar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Siderbar \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/SlashCircle.tsx b/src/icons/NetworkItProgramming/SlashCircle.tsx index 73699a8..8825c95 100644 --- a/src/icons/NetworkItProgramming/SlashCircle.tsx +++ b/src/icons/NetworkItProgramming/SlashCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SlashCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SlashCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SlashCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SlashCircle \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/SlashSquare.tsx b/src/icons/NetworkItProgramming/SlashSquare.tsx index a5145e8..35f7010 100644 --- a/src/icons/NetworkItProgramming/SlashSquare.tsx +++ b/src/icons/NetworkItProgramming/SlashSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SlashSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SlashSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SlashSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SlashSquare \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Station.tsx b/src/icons/NetworkItProgramming/Station.tsx index dfb5ffa..ffb0028 100644 --- a/src/icons/NetworkItProgramming/Station.tsx +++ b/src/icons/NetworkItProgramming/Station.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Station = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Station \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Station = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Station \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/StationMinimalistic.tsx b/src/icons/NetworkItProgramming/StationMinimalistic.tsx index 345a61e..12970a1 100644 --- a/src/icons/NetworkItProgramming/StationMinimalistic.tsx +++ b/src/icons/NetworkItProgramming/StationMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StationMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StationMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StationMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StationMinimalistic \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Structure.tsx b/src/icons/NetworkItProgramming/Structure.tsx index d7ea3b9..8feb64d 100644 --- a/src/icons/NetworkItProgramming/Structure.tsx +++ b/src/icons/NetworkItProgramming/Structure.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Structure = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Structure \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Structure = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Structure \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Translation.tsx b/src/icons/NetworkItProgramming/Translation.tsx index 772aafd..0f94c0e 100644 --- a/src/icons/NetworkItProgramming/Translation.tsx +++ b/src/icons/NetworkItProgramming/Translation.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Translation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Translation \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Translation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Translation \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/Translation2.tsx b/src/icons/NetworkItProgramming/Translation2.tsx index 3c6f1cd..c729592 100644 --- a/src/icons/NetworkItProgramming/Translation2.tsx +++ b/src/icons/NetworkItProgramming/Translation2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Translation2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Translation2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Translation2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Translation2 \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/USB.tsx b/src/icons/NetworkItProgramming/USB.tsx index 477b2cd..3612f38 100644 --- a/src/icons/NetworkItProgramming/USB.tsx +++ b/src/icons/NetworkItProgramming/USB.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const USB = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default USB \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const USB = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default USB \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/USBCircle.tsx b/src/icons/NetworkItProgramming/USBCircle.tsx index 5d544b0..a64c30f 100644 --- a/src/icons/NetworkItProgramming/USBCircle.tsx +++ b/src/icons/NetworkItProgramming/USBCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const USBCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default USBCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const USBCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default USBCircle \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/USBSquare.tsx b/src/icons/NetworkItProgramming/USBSquare.tsx index c2bfef8..451babf 100644 --- a/src/icons/NetworkItProgramming/USBSquare.tsx +++ b/src/icons/NetworkItProgramming/USBSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const USBSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default USBSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const USBSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default USBSquare \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/WiFiRouter.tsx b/src/icons/NetworkItProgramming/WiFiRouter.tsx index d3dfd27..643412e 100644 --- a/src/icons/NetworkItProgramming/WiFiRouter.tsx +++ b/src/icons/NetworkItProgramming/WiFiRouter.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WiFiRouter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WiFiRouter \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WiFiRouter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WiFiRouter \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/WiFiRouterMinimalistic.tsx b/src/icons/NetworkItProgramming/WiFiRouterMinimalistic.tsx index a8d2838..e812db0 100644 --- a/src/icons/NetworkItProgramming/WiFiRouterMinimalistic.tsx +++ b/src/icons/NetworkItProgramming/WiFiRouterMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WiFiRouterMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WiFiRouterMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WiFiRouterMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WiFiRouterMinimalistic \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/WiFiRouterRound.tsx b/src/icons/NetworkItProgramming/WiFiRouterRound.tsx index fdc39f5..a20ee47 100644 --- a/src/icons/NetworkItProgramming/WiFiRouterRound.tsx +++ b/src/icons/NetworkItProgramming/WiFiRouterRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WiFiRouterRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WiFiRouterRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WiFiRouterRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WiFiRouterRound \ No newline at end of file diff --git a/src/icons/NetworkItProgramming/WindowFrame.tsx b/src/icons/NetworkItProgramming/WindowFrame.tsx index c4e9c97..3f2ecb2 100644 --- a/src/icons/NetworkItProgramming/WindowFrame.tsx +++ b/src/icons/NetworkItProgramming/WindowFrame.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WindowFrame = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WindowFrame \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WindowFrame = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WindowFrame \ No newline at end of file diff --git a/src/icons/Notes/Archive.tsx b/src/icons/Notes/Archive.tsx index 7efdcdb..dd18fdd 100644 --- a/src/icons/Notes/Archive.tsx +++ b/src/icons/Notes/Archive.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Archive = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Archive \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Archive = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Archive \ No newline at end of file diff --git a/src/icons/Notes/ArchiveCheck.tsx b/src/icons/Notes/ArchiveCheck.tsx index 4a0d503..47610ae 100644 --- a/src/icons/Notes/ArchiveCheck.tsx +++ b/src/icons/Notes/ArchiveCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArchiveCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArchiveCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveCheck \ No newline at end of file diff --git a/src/icons/Notes/ArchiveDown.tsx b/src/icons/Notes/ArchiveDown.tsx index 56b3359..b3b1116 100644 --- a/src/icons/Notes/ArchiveDown.tsx +++ b/src/icons/Notes/ArchiveDown.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArchiveDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveDown \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArchiveDown = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveDown \ No newline at end of file diff --git a/src/icons/Notes/ArchiveDownMinimlistic.tsx b/src/icons/Notes/ArchiveDownMinimlistic.tsx index 8ecdc4f..929ed90 100644 --- a/src/icons/Notes/ArchiveDownMinimlistic.tsx +++ b/src/icons/Notes/ArchiveDownMinimlistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArchiveDownMinimlistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveDownMinimlistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArchiveDownMinimlistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveDownMinimlistic \ No newline at end of file diff --git a/src/icons/Notes/ArchiveMinimalistic.tsx b/src/icons/Notes/ArchiveMinimalistic.tsx index 6c6201a..5aecbae 100644 --- a/src/icons/Notes/ArchiveMinimalistic.tsx +++ b/src/icons/Notes/ArchiveMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArchiveMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArchiveMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveMinimalistic \ No newline at end of file diff --git a/src/icons/Notes/ArchiveUp.tsx b/src/icons/Notes/ArchiveUp.tsx index e75b986..db4bb92 100644 --- a/src/icons/Notes/ArchiveUp.tsx +++ b/src/icons/Notes/ArchiveUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArchiveUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArchiveUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveUp \ No newline at end of file diff --git a/src/icons/Notes/ArchiveUpMinimlistic.tsx b/src/icons/Notes/ArchiveUpMinimlistic.tsx index 3668488..efe2667 100644 --- a/src/icons/Notes/ArchiveUpMinimlistic.tsx +++ b/src/icons/Notes/ArchiveUpMinimlistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ArchiveUpMinimlistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveUpMinimlistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ArchiveUpMinimlistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ArchiveUpMinimlistic \ No newline at end of file diff --git a/src/icons/Notes/Clipboard.tsx b/src/icons/Notes/Clipboard.tsx index 108e232..6d1591b 100644 --- a/src/icons/Notes/Clipboard.tsx +++ b/src/icons/Notes/Clipboard.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Clipboard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Clipboard \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Clipboard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Clipboard \ No newline at end of file diff --git a/src/icons/Notes/ClipboardAdd.tsx b/src/icons/Notes/ClipboardAdd.tsx index 24c53e4..94cf1af 100644 --- a/src/icons/Notes/ClipboardAdd.tsx +++ b/src/icons/Notes/ClipboardAdd.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClipboardAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardAdd \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClipboardAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardAdd \ No newline at end of file diff --git a/src/icons/Notes/ClipboardCheck.tsx b/src/icons/Notes/ClipboardCheck.tsx index 14fad2d..4eebabf 100644 --- a/src/icons/Notes/ClipboardCheck.tsx +++ b/src/icons/Notes/ClipboardCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClipboardCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClipboardCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardCheck \ No newline at end of file diff --git a/src/icons/Notes/ClipboardHeart.tsx b/src/icons/Notes/ClipboardHeart.tsx index 98ea6e9..8408869 100644 --- a/src/icons/Notes/ClipboardHeart.tsx +++ b/src/icons/Notes/ClipboardHeart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClipboardHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardHeart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClipboardHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardHeart \ No newline at end of file diff --git a/src/icons/Notes/ClipboardList.tsx b/src/icons/Notes/ClipboardList.tsx index 97a5235..a3c426c 100644 --- a/src/icons/Notes/ClipboardList.tsx +++ b/src/icons/Notes/ClipboardList.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClipboardList = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardList \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClipboardList = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardList \ No newline at end of file diff --git a/src/icons/Notes/ClipboardRemove.tsx b/src/icons/Notes/ClipboardRemove.tsx index 9fe8811..6a5d42a 100644 --- a/src/icons/Notes/ClipboardRemove.tsx +++ b/src/icons/Notes/ClipboardRemove.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClipboardRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardRemove \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClipboardRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardRemove \ No newline at end of file diff --git a/src/icons/Notes/ClipboardText.tsx b/src/icons/Notes/ClipboardText.tsx index 081f5ba..5b40b4c 100644 --- a/src/icons/Notes/ClipboardText.tsx +++ b/src/icons/Notes/ClipboardText.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClipboardText = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardText \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClipboardText = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClipboardText \ No newline at end of file diff --git a/src/icons/Notes/Document.tsx b/src/icons/Notes/Document.tsx new file mode 100644 index 0000000..34b6a44 --- /dev/null +++ b/src/icons/Notes/Document.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Document = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Document \ No newline at end of file diff --git a/src/icons/Notes/DocumentAdd.tsx b/src/icons/Notes/DocumentAdd.tsx new file mode 100644 index 0000000..1d18332 --- /dev/null +++ b/src/icons/Notes/DocumentAdd.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DocumentAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DocumentAdd \ No newline at end of file diff --git a/src/icons/Notes/DocumentMedicine.tsx b/src/icons/Notes/DocumentMedicine.tsx new file mode 100644 index 0000000..3a82e38 --- /dev/null +++ b/src/icons/Notes/DocumentMedicine.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DocumentMedicine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DocumentMedicine \ No newline at end of file diff --git a/src/icons/Notes/DocumentText.tsx b/src/icons/Notes/DocumentText.tsx new file mode 100644 index 0000000..ecb06bd --- /dev/null +++ b/src/icons/Notes/DocumentText.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DocumentText = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DocumentText \ No newline at end of file diff --git a/src/icons/Notes/Documents.tsx b/src/icons/Notes/Documents.tsx new file mode 100644 index 0000000..031a04a --- /dev/null +++ b/src/icons/Notes/Documents.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Documents = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Documents \ No newline at end of file diff --git a/src/icons/Notes/DocumentsMinimalistic.tsx b/src/icons/Notes/DocumentsMinimalistic.tsx new file mode 100644 index 0000000..f68999f --- /dev/null +++ b/src/icons/Notes/DocumentsMinimalistic.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DocumentsMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DocumentsMinimalistic \ No newline at end of file diff --git a/src/icons/Notes/Note.tsx b/src/icons/Notes/Note.tsx deleted file mode 100644 index 1257370..0000000 --- a/src/icons/Notes/Note.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Note = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Note \ No newline at end of file diff --git a/src/icons/Notes/Notebook.tsx b/src/icons/Notes/Notebook.tsx new file mode 100644 index 0000000..2c85a7d --- /dev/null +++ b/src/icons/Notes/Notebook.tsx @@ -0,0 +1 @@ +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Notebook = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Notebook \ No newline at end of file diff --git a/src/icons/Notes/Notes.tsx b/src/icons/Notes/Notes.tsx index 01d8a81..d05a8d5 100644 --- a/src/icons/Notes/Notes.tsx +++ b/src/icons/Notes/Notes.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Notes = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Notes \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Notes = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Notes \ No newline at end of file diff --git a/src/icons/Notes/NotesMinimalistic.tsx b/src/icons/Notes/NotesMinimalistic.tsx index 3509d4f..f64f946 100644 --- a/src/icons/Notes/NotesMinimalistic.tsx +++ b/src/icons/Notes/NotesMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const NotesMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotesMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const NotesMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotesMinimalistic \ No newline at end of file diff --git a/src/icons/Notes/Paper.tsx b/src/icons/Notes/Paper.tsx deleted file mode 100644 index 62675a6..0000000 --- a/src/icons/Notes/Paper.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Paper = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Paper \ No newline at end of file diff --git a/src/icons/Notes/PaperAdd.tsx b/src/icons/Notes/PaperAdd.tsx deleted file mode 100644 index d331b55..0000000 --- a/src/icons/Notes/PaperAdd.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PaperAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaperAdd \ No newline at end of file diff --git a/src/icons/Notes/PaperMedicine.tsx b/src/icons/Notes/PaperMedicine.tsx deleted file mode 100644 index 2714e16..0000000 --- a/src/icons/Notes/PaperMedicine.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PaperMedicine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaperMedicine \ No newline at end of file diff --git a/src/icons/Notes/PaperText.tsx b/src/icons/Notes/PaperText.tsx deleted file mode 100644 index 3a09e76..0000000 --- a/src/icons/Notes/PaperText.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PaperText = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PaperText \ No newline at end of file diff --git a/src/icons/Notes/Papers.tsx b/src/icons/Notes/Papers.tsx deleted file mode 100644 index c937468..0000000 --- a/src/icons/Notes/Papers.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Papers = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Papers \ No newline at end of file diff --git a/src/icons/Notes/PapersMinimalistic.tsx b/src/icons/Notes/PapersMinimalistic.tsx deleted file mode 100644 index 33283ba..0000000 --- a/src/icons/Notes/PapersMinimalistic.tsx +++ /dev/null @@ -1 +0,0 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PapersMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PapersMinimalistic \ No newline at end of file diff --git a/src/icons/Notes/index.tsx b/src/icons/Notes/index.tsx index 0b3bed1..5ad435c 100644 --- a/src/icons/Notes/index.tsx +++ b/src/icons/Notes/index.tsx @@ -12,12 +12,12 @@ export { default as ClipboardHeart } from "./ClipboardHeart"; export { default as ClipboardList } from "./ClipboardList"; export { default as ClipboardRemove } from "./ClipboardRemove"; export { default as ClipboardText } from "./ClipboardText"; -export { default as Note } from "./Note"; +export { default as NotesDocument } from "./Document"; +export { default as DocumentAdd } from "./DocumentAdd"; +export { default as DocumentMedicine } from "./DocumentMedicine"; +export { default as DocumentText } from "./DocumentText"; +export { default as Documents } from "./Documents"; +export { default as DocumentsMinimalistic } from "./DocumentsMinimalistic"; +export { default as NotesNotebook } from "./Notebook"; export { default as Notes } from "./Notes"; export { default as NotesMinimalistic } from "./NotesMinimalistic"; -export { default as Paper } from "./Paper"; -export { default as PaperAdd } from "./PaperAdd"; -export { default as PaperMedicine } from "./PaperMedicine"; -export { default as Papers } from "./Papers"; -export { default as PapersMinimalistic } from "./PapersMinimalistic"; -export { default as PaperText } from "./PaperText"; diff --git a/src/icons/Notifications/Bell.tsx b/src/icons/Notifications/Bell.tsx index a7928d7..1522545 100644 --- a/src/icons/Notifications/Bell.tsx +++ b/src/icons/Notifications/Bell.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bell = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bell \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bell = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bell \ No newline at end of file diff --git a/src/icons/Notifications/BellBing.tsx b/src/icons/Notifications/BellBing.tsx index 3bfde16..be8d33b 100644 --- a/src/icons/Notifications/BellBing.tsx +++ b/src/icons/Notifications/BellBing.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BellBing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BellBing \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BellBing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BellBing \ No newline at end of file diff --git a/src/icons/Notifications/BellOff.tsx b/src/icons/Notifications/BellOff.tsx index 3c4e41c..7bae92c 100644 --- a/src/icons/Notifications/BellOff.tsx +++ b/src/icons/Notifications/BellOff.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BellOff = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BellOff \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BellOff = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BellOff \ No newline at end of file diff --git a/src/icons/Notifications/NotificationLinesRemove.tsx b/src/icons/Notifications/NotificationLinesRemove.tsx index 0ae33af..7cc4ae5 100644 --- a/src/icons/Notifications/NotificationLinesRemove.tsx +++ b/src/icons/Notifications/NotificationLinesRemove.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const NotificationLinesRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotificationLinesRemove \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const NotificationLinesRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotificationLinesRemove \ No newline at end of file diff --git a/src/icons/Notifications/NotificationRemove.tsx b/src/icons/Notifications/NotificationRemove.tsx index 4fcbd33..e3115c2 100644 --- a/src/icons/Notifications/NotificationRemove.tsx +++ b/src/icons/Notifications/NotificationRemove.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const NotificationRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotificationRemove \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const NotificationRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotificationRemove \ No newline at end of file diff --git a/src/icons/Notifications/NotificationUnread.tsx b/src/icons/Notifications/NotificationUnread.tsx index 3ba9fb3..a872440 100644 --- a/src/icons/Notifications/NotificationUnread.tsx +++ b/src/icons/Notifications/NotificationUnread.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const NotificationUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotificationUnread \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const NotificationUnread = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotificationUnread \ No newline at end of file diff --git a/src/icons/Notifications/NotificationUnreadLines.tsx b/src/icons/Notifications/NotificationUnreadLines.tsx index 1a3a80c..73699dd 100644 --- a/src/icons/Notifications/NotificationUnreadLines.tsx +++ b/src/icons/Notifications/NotificationUnreadLines.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const NotificationUnreadLines = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotificationUnreadLines \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const NotificationUnreadLines = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotificationUnreadLines \ No newline at end of file diff --git a/src/icons/School/Backpack.tsx b/src/icons/School/Backpack.tsx index b63610d..cc11ad7 100644 --- a/src/icons/School/Backpack.tsx +++ b/src/icons/School/Backpack.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Backpack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Backpack \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Backpack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Backpack \ No newline at end of file diff --git a/src/icons/School/Book.tsx b/src/icons/School/Book.tsx index 7826c60..b8c4718 100644 --- a/src/icons/School/Book.tsx +++ b/src/icons/School/Book.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Book = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Book \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Book = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Book \ No newline at end of file diff --git a/src/icons/School/Book2.tsx b/src/icons/School/Book2.tsx index a58ff2a..706dda4 100644 --- a/src/icons/School/Book2.tsx +++ b/src/icons/School/Book2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Book2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Book2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Book2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Book2 \ No newline at end of file diff --git a/src/icons/School/BookBookmark.tsx b/src/icons/School/BookBookmark.tsx index a50879f..dddaa7a 100644 --- a/src/icons/School/BookBookmark.tsx +++ b/src/icons/School/BookBookmark.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BookBookmark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookBookmark \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BookBookmark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookBookmark \ No newline at end of file diff --git a/src/icons/School/BookBookmarkMinimalistic.tsx b/src/icons/School/BookBookmarkMinimalistic.tsx index 350ac64..7580214 100644 --- a/src/icons/School/BookBookmarkMinimalistic.tsx +++ b/src/icons/School/BookBookmarkMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BookBookmarkMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookBookmarkMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BookBookmarkMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookBookmarkMinimalistic \ No newline at end of file diff --git a/src/icons/School/BookMinimalistic.tsx b/src/icons/School/BookMinimalistic.tsx index 2341341..5e8eb32 100644 --- a/src/icons/School/BookMinimalistic.tsx +++ b/src/icons/School/BookMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BookMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BookMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookMinimalistic \ No newline at end of file diff --git a/src/icons/School/Bookmark.tsx b/src/icons/School/Bookmark.tsx index 5704635..fb35730 100644 --- a/src/icons/School/Bookmark.tsx +++ b/src/icons/School/Bookmark.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bookmark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bookmark \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bookmark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bookmark \ No newline at end of file diff --git a/src/icons/School/BookmarkCircle.tsx b/src/icons/School/BookmarkCircle.tsx index db087ca..1893239 100644 --- a/src/icons/School/BookmarkCircle.tsx +++ b/src/icons/School/BookmarkCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BookmarkCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookmarkCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BookmarkCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookmarkCircle \ No newline at end of file diff --git a/src/icons/School/BookmarkOpened.tsx b/src/icons/School/BookmarkOpened.tsx index 42eb3c7..0a754fc 100644 --- a/src/icons/School/BookmarkOpened.tsx +++ b/src/icons/School/BookmarkOpened.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BookmarkOpened = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookmarkOpened \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BookmarkOpened = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookmarkOpened \ No newline at end of file diff --git a/src/icons/School/BookmarkSquare.tsx b/src/icons/School/BookmarkSquare.tsx index 6b7e9da..4c5d104 100644 --- a/src/icons/School/BookmarkSquare.tsx +++ b/src/icons/School/BookmarkSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BookmarkSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookmarkSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BookmarkSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookmarkSquare \ No newline at end of file diff --git a/src/icons/School/BookmarkSquareMinimalistic.tsx b/src/icons/School/BookmarkSquareMinimalistic.tsx index 14fc3c1..28b0d4b 100644 --- a/src/icons/School/BookmarkSquareMinimalistic.tsx +++ b/src/icons/School/BookmarkSquareMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BookmarkSquareMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookmarkSquareMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BookmarkSquareMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BookmarkSquareMinimalistic \ No newline at end of file diff --git a/src/icons/School/Calculator.tsx b/src/icons/School/Calculator.tsx index adc4925..dc3baf3 100644 --- a/src/icons/School/Calculator.tsx +++ b/src/icons/School/Calculator.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Calculator = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Calculator \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Calculator = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Calculator \ No newline at end of file diff --git a/src/icons/School/CalculatorMinimalistic.tsx b/src/icons/School/CalculatorMinimalistic.tsx index 5d740bf..d0efa5d 100644 --- a/src/icons/School/CalculatorMinimalistic.tsx +++ b/src/icons/School/CalculatorMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CalculatorMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalculatorMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CalculatorMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalculatorMinimalistic \ No newline at end of file diff --git a/src/icons/School/Case.tsx b/src/icons/School/Case.tsx index 91d7c3c..74ef18f 100644 --- a/src/icons/School/Case.tsx +++ b/src/icons/School/Case.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Case = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Case \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Case = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Case \ No newline at end of file diff --git a/src/icons/School/CaseMinimalistic.tsx b/src/icons/School/CaseMinimalistic.tsx index 2c55f73..eb60d7a 100644 --- a/src/icons/School/CaseMinimalistic.tsx +++ b/src/icons/School/CaseMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CaseMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CaseMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CaseMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CaseMinimalistic \ No newline at end of file diff --git a/src/icons/School/CaseRound.tsx b/src/icons/School/CaseRound.tsx index 2cceb3d..aa22882 100644 --- a/src/icons/School/CaseRound.tsx +++ b/src/icons/School/CaseRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CaseRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CaseRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CaseRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CaseRound \ No newline at end of file diff --git a/src/icons/School/CaseRoundMinimalistic.tsx b/src/icons/School/CaseRoundMinimalistic.tsx index 6d3539a..bd364f5 100644 --- a/src/icons/School/CaseRoundMinimalistic.tsx +++ b/src/icons/School/CaseRoundMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CaseRoundMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CaseRoundMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CaseRoundMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CaseRoundMinimalistic \ No newline at end of file diff --git a/src/icons/School/Diploma.tsx b/src/icons/School/Diploma.tsx index d079de3..1b3da7e 100644 --- a/src/icons/School/Diploma.tsx +++ b/src/icons/School/Diploma.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Diploma = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Diploma \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Diploma = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Diploma \ No newline at end of file diff --git a/src/icons/School/DiplomaVerified.tsx b/src/icons/School/DiplomaVerified.tsx index 2b88c6a..3acf66c 100644 --- a/src/icons/School/DiplomaVerified.tsx +++ b/src/icons/School/DiplomaVerified.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DiplomaVerified = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DiplomaVerified \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DiplomaVerified = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DiplomaVerified \ No newline at end of file diff --git a/src/icons/School/Document.tsx b/src/icons/School/Document.tsx index b44bb05..ab2d223 100644 --- a/src/icons/School/Document.tsx +++ b/src/icons/School/Document.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Document = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Document \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Document = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Document \ No newline at end of file diff --git a/src/icons/School/Notebook.tsx b/src/icons/School/Notebook.tsx index 1f671ad..da527f8 100644 --- a/src/icons/School/Notebook.tsx +++ b/src/icons/School/Notebook.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Notebook = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Notebook \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Notebook = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Notebook \ No newline at end of file diff --git a/src/icons/School/NotebookBookmark.tsx b/src/icons/School/NotebookBookmark.tsx index a8602e3..92770dc 100644 --- a/src/icons/School/NotebookBookmark.tsx +++ b/src/icons/School/NotebookBookmark.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const NotebookBookmark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotebookBookmark \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const NotebookBookmark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotebookBookmark \ No newline at end of file diff --git a/src/icons/School/NotebookMinimalistic.tsx b/src/icons/School/NotebookMinimalistic.tsx index 97ff485..bb102e7 100644 --- a/src/icons/School/NotebookMinimalistic.tsx +++ b/src/icons/School/NotebookMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const NotebookMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotebookMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const NotebookMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotebookMinimalistic \ No newline at end of file diff --git a/src/icons/School/NotebookSquare.tsx b/src/icons/School/NotebookSquare.tsx index 3a56636..b063f5b 100644 --- a/src/icons/School/NotebookSquare.tsx +++ b/src/icons/School/NotebookSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const NotebookSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotebookSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const NotebookSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default NotebookSquare \ No newline at end of file diff --git a/src/icons/School/Passport.tsx b/src/icons/School/Passport.tsx index 104fb01..fbdcb75 100644 --- a/src/icons/School/Passport.tsx +++ b/src/icons/School/Passport.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Passport = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Passport \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Passport = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Passport \ No newline at end of file diff --git a/src/icons/School/PassportMinimalistic.tsx b/src/icons/School/PassportMinimalistic.tsx index 2db4041..fe36741 100644 --- a/src/icons/School/PassportMinimalistic.tsx +++ b/src/icons/School/PassportMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PassportMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PassportMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PassportMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PassportMinimalistic \ No newline at end of file diff --git a/src/icons/School/PlusMinus.tsx b/src/icons/School/PlusMinus.tsx index 6aa8b6c..daa2d22 100644 --- a/src/icons/School/PlusMinus.tsx +++ b/src/icons/School/PlusMinus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PlusMinus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlusMinus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PlusMinus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlusMinus \ No newline at end of file diff --git a/src/icons/School/SquareAcademicCap.tsx b/src/icons/School/SquareAcademicCap.tsx index 0038c2f..6e1016d 100644 --- a/src/icons/School/SquareAcademicCap.tsx +++ b/src/icons/School/SquareAcademicCap.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareAcademicCap = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAcademicCap \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareAcademicCap = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAcademicCap \ No newline at end of file diff --git a/src/icons/School/SquareAcademicCap2.tsx b/src/icons/School/SquareAcademicCap2.tsx index e536ddc..dc78a1d 100644 --- a/src/icons/School/SquareAcademicCap2.tsx +++ b/src/icons/School/SquareAcademicCap2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SquareAcademicCap2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAcademicCap2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SquareAcademicCap2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SquareAcademicCap2 \ No newline at end of file diff --git a/src/icons/School/index.tsx b/src/icons/School/index.tsx index a3a9133..0fa7d4c 100644 --- a/src/icons/School/index.tsx +++ b/src/icons/School/index.tsx @@ -3,12 +3,12 @@ export { default as Book } from "./Book"; export { default as Book2 } from "./Book2"; export { default as BookBookmark } from "./BookBookmark"; export { default as BookBookmarkMinimalistic } from "./BookBookmarkMinimalistic"; +export { default as BookMinimalistic } from "./BookMinimalistic"; export { default as Bookmark } from "./Bookmark"; export { default as BookmarkCircle } from "./BookmarkCircle"; export { default as BookmarkOpened } from "./BookmarkOpened"; export { default as BookmarkSquare } from "./BookmarkSquare"; export { default as BookmarkSquareMinimalistic } from "./BookmarkSquareMinimalistic"; -export { default as BookMinimalistic } from "./BookMinimalistic"; export { default as Calculator } from "./Calculator"; export { default as CalculatorMinimalistic } from "./CalculatorMinimalistic"; export { default as Case } from "./Case"; diff --git a/src/icons/Search/Magnifer.tsx b/src/icons/Search/Magnifer.tsx index 6903074..94fc642 100644 --- a/src/icons/Search/Magnifer.tsx +++ b/src/icons/Search/Magnifer.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Magnifer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Magnifer \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Magnifer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Magnifer \ No newline at end of file diff --git a/src/icons/Search/MagniferBug.tsx b/src/icons/Search/MagniferBug.tsx index 90ab3bc..31bf19f 100644 --- a/src/icons/Search/MagniferBug.tsx +++ b/src/icons/Search/MagniferBug.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MagniferBug = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagniferBug \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MagniferBug = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagniferBug \ No newline at end of file diff --git a/src/icons/Search/MagniferZoomIn.tsx b/src/icons/Search/MagniferZoomIn.tsx index c5fc4e6..16f7f08 100644 --- a/src/icons/Search/MagniferZoomIn.tsx +++ b/src/icons/Search/MagniferZoomIn.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MagniferZoomIn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagniferZoomIn \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MagniferZoomIn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagniferZoomIn \ No newline at end of file diff --git a/src/icons/Search/MagniferZoomOut.tsx b/src/icons/Search/MagniferZoomOut.tsx index 0b3eefb..ae47cc4 100644 --- a/src/icons/Search/MagniferZoomOut.tsx +++ b/src/icons/Search/MagniferZoomOut.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MagniferZoomOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagniferZoomOut \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MagniferZoomOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MagniferZoomOut \ No newline at end of file diff --git a/src/icons/Search/MinimalisticMagnifer.tsx b/src/icons/Search/MinimalisticMagnifer.tsx index 79e7a9d..fe2275c 100644 --- a/src/icons/Search/MinimalisticMagnifer.tsx +++ b/src/icons/Search/MinimalisticMagnifer.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinimalisticMagnifer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimalisticMagnifer \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinimalisticMagnifer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimalisticMagnifer \ No newline at end of file diff --git a/src/icons/Search/MinimalisticMagniferBug.tsx b/src/icons/Search/MinimalisticMagniferBug.tsx index f1043d9..bda8331 100644 --- a/src/icons/Search/MinimalisticMagniferBug.tsx +++ b/src/icons/Search/MinimalisticMagniferBug.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinimalisticMagniferBug = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimalisticMagniferBug \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinimalisticMagniferBug = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimalisticMagniferBug \ No newline at end of file diff --git a/src/icons/Search/MinimalisticMagniferZoomIn.tsx b/src/icons/Search/MinimalisticMagniferZoomIn.tsx index 0f22274..0241f3d 100644 --- a/src/icons/Search/MinimalisticMagniferZoomIn.tsx +++ b/src/icons/Search/MinimalisticMagniferZoomIn.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinimalisticMagniferZoomIn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimalisticMagniferZoomIn \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinimalisticMagniferZoomIn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimalisticMagniferZoomIn \ No newline at end of file diff --git a/src/icons/Search/MinimalisticMagniferZoomOut.tsx b/src/icons/Search/MinimalisticMagniferZoomOut.tsx index 3da789f..4ecc3c3 100644 --- a/src/icons/Search/MinimalisticMagniferZoomOut.tsx +++ b/src/icons/Search/MinimalisticMagniferZoomOut.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MinimalisticMagniferZoomOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimalisticMagniferZoomOut \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MinimalisticMagniferZoomOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MinimalisticMagniferZoomOut \ No newline at end of file diff --git a/src/icons/Search/RoundedMagnifer.tsx b/src/icons/Search/RoundedMagnifer.tsx index 35da8b9..1b4f2bf 100644 --- a/src/icons/Search/RoundedMagnifer.tsx +++ b/src/icons/Search/RoundedMagnifer.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundedMagnifer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundedMagnifer \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundedMagnifer = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundedMagnifer \ No newline at end of file diff --git a/src/icons/Search/RoundedMagniferBug.tsx b/src/icons/Search/RoundedMagniferBug.tsx index e7d64d0..f087694 100644 --- a/src/icons/Search/RoundedMagniferBug.tsx +++ b/src/icons/Search/RoundedMagniferBug.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundedMagniferBug = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundedMagniferBug \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundedMagniferBug = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundedMagniferBug \ No newline at end of file diff --git a/src/icons/Search/RoundedMagniferZoomIn.tsx b/src/icons/Search/RoundedMagniferZoomIn.tsx index bebab06..0b34329 100644 --- a/src/icons/Search/RoundedMagniferZoomIn.tsx +++ b/src/icons/Search/RoundedMagniferZoomIn.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundedMagniferZoomIn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundedMagniferZoomIn \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundedMagniferZoomIn = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundedMagniferZoomIn \ No newline at end of file diff --git a/src/icons/Search/RoundedMagniferZoomOut.tsx b/src/icons/Search/RoundedMagniferZoomOut.tsx index 5f29370..e719703 100644 --- a/src/icons/Search/RoundedMagniferZoomOut.tsx +++ b/src/icons/Search/RoundedMagniferZoomOut.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RoundedMagniferZoomOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundedMagniferZoomOut \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RoundedMagniferZoomOut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RoundedMagniferZoomOut \ No newline at end of file diff --git a/src/icons/Security/Bomb.tsx b/src/icons/Security/Bomb.tsx index 59f647e..05b88cf 100644 --- a/src/icons/Security/Bomb.tsx +++ b/src/icons/Security/Bomb.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bomb = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bomb \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bomb = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bomb \ No newline at end of file diff --git a/src/icons/Security/BombEmoji.tsx b/src/icons/Security/BombEmoji.tsx index 02db8c1..cbd4f1e 100644 --- a/src/icons/Security/BombEmoji.tsx +++ b/src/icons/Security/BombEmoji.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BombEmoji = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BombEmoji \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BombEmoji = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BombEmoji \ No newline at end of file diff --git a/src/icons/Security/BombMinimalistic.tsx b/src/icons/Security/BombMinimalistic.tsx index aa2515a..33d3cc8 100644 --- a/src/icons/Security/BombMinimalistic.tsx +++ b/src/icons/Security/BombMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BombMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BombMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BombMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BombMinimalistic \ No newline at end of file diff --git a/src/icons/Security/CodeScan.tsx b/src/icons/Security/CodeScan.tsx index ff27baa..060d135 100644 --- a/src/icons/Security/CodeScan.tsx +++ b/src/icons/Security/CodeScan.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CodeScan = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CodeScan \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CodeScan = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CodeScan \ No newline at end of file diff --git a/src/icons/Security/Eye.tsx b/src/icons/Security/Eye.tsx index baf5c3f..c1bc10a 100644 --- a/src/icons/Security/Eye.tsx +++ b/src/icons/Security/Eye.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Eye = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Eye \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Eye = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Eye \ No newline at end of file diff --git a/src/icons/Security/EyeClosed.tsx b/src/icons/Security/EyeClosed.tsx index 3066d25..d6d9141 100644 --- a/src/icons/Security/EyeClosed.tsx +++ b/src/icons/Security/EyeClosed.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const EyeClosed = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EyeClosed \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const EyeClosed = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EyeClosed \ No newline at end of file diff --git a/src/icons/Security/EyeScan.tsx b/src/icons/Security/EyeScan.tsx index bbe983f..ea14699 100644 --- a/src/icons/Security/EyeScan.tsx +++ b/src/icons/Security/EyeScan.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const EyeScan = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EyeScan \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const EyeScan = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EyeScan \ No newline at end of file diff --git a/src/icons/Security/Incognito.tsx b/src/icons/Security/Incognito.tsx index 2cec5c6..be5229f 100644 --- a/src/icons/Security/Incognito.tsx +++ b/src/icons/Security/Incognito.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Incognito = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Incognito \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Incognito = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Incognito \ No newline at end of file diff --git a/src/icons/Security/Key.tsx b/src/icons/Security/Key.tsx index 5b2e6cd..056ba07 100644 --- a/src/icons/Security/Key.tsx +++ b/src/icons/Security/Key.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Key = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Key \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Key = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Key \ No newline at end of file diff --git a/src/icons/Security/KeyMinimalistic.tsx b/src/icons/Security/KeyMinimalistic.tsx index a94ac15..923afd8 100644 --- a/src/icons/Security/KeyMinimalistic.tsx +++ b/src/icons/Security/KeyMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const KeyMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const KeyMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalistic \ No newline at end of file diff --git a/src/icons/Security/KeyMinimalistic2.tsx b/src/icons/Security/KeyMinimalistic2.tsx index dde45b6..08ff331 100644 --- a/src/icons/Security/KeyMinimalistic2.tsx +++ b/src/icons/Security/KeyMinimalistic2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const KeyMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalistic2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const KeyMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalistic2 \ No newline at end of file diff --git a/src/icons/Security/KeyMinimalisticSquare.tsx b/src/icons/Security/KeyMinimalisticSquare.tsx index 1d12cac..b6b31de 100644 --- a/src/icons/Security/KeyMinimalisticSquare.tsx +++ b/src/icons/Security/KeyMinimalisticSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const KeyMinimalisticSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalisticSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const KeyMinimalisticSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalisticSquare \ No newline at end of file diff --git a/src/icons/Security/KeyMinimalisticSquare2.tsx b/src/icons/Security/KeyMinimalisticSquare2.tsx index 327b39a..10cdbc1 100644 --- a/src/icons/Security/KeyMinimalisticSquare2.tsx +++ b/src/icons/Security/KeyMinimalisticSquare2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const KeyMinimalisticSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalisticSquare2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const KeyMinimalisticSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalisticSquare2 \ No newline at end of file diff --git a/src/icons/Security/KeyMinimalisticSquare3.tsx b/src/icons/Security/KeyMinimalisticSquare3.tsx index c36d92e..af852c1 100644 --- a/src/icons/Security/KeyMinimalisticSquare3.tsx +++ b/src/icons/Security/KeyMinimalisticSquare3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const KeyMinimalisticSquare3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalisticSquare3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const KeyMinimalisticSquare3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeyMinimalisticSquare3 \ No newline at end of file diff --git a/src/icons/Security/KeySquare.tsx b/src/icons/Security/KeySquare.tsx index 30df0c8..25a3e0c 100644 --- a/src/icons/Security/KeySquare.tsx +++ b/src/icons/Security/KeySquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const KeySquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeySquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const KeySquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeySquare \ No newline at end of file diff --git a/src/icons/Security/KeySquare2.tsx b/src/icons/Security/KeySquare2.tsx index a52a790..23bc722 100644 --- a/src/icons/Security/KeySquare2.tsx +++ b/src/icons/Security/KeySquare2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const KeySquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeySquare2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const KeySquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KeySquare2 \ No newline at end of file diff --git a/src/icons/Security/Lock.tsx b/src/icons/Security/Lock.tsx index abd3bf1..054fef0 100644 --- a/src/icons/Security/Lock.tsx +++ b/src/icons/Security/Lock.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Lock = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Lock \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Lock = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Lock \ No newline at end of file diff --git a/src/icons/Security/LockKeyhole.tsx b/src/icons/Security/LockKeyhole.tsx index 6da2342..d580a44 100644 --- a/src/icons/Security/LockKeyhole.tsx +++ b/src/icons/Security/LockKeyhole.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LockKeyhole = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockKeyhole \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LockKeyhole = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockKeyhole \ No newline at end of file diff --git a/src/icons/Security/LockKeyholeMinimalistic.tsx b/src/icons/Security/LockKeyholeMinimalistic.tsx index c1cf0f1..d03e8e4 100644 --- a/src/icons/Security/LockKeyholeMinimalistic.tsx +++ b/src/icons/Security/LockKeyholeMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LockKeyholeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockKeyholeMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LockKeyholeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockKeyholeMinimalistic \ No newline at end of file diff --git a/src/icons/Security/LockKeyholeMinimalisticUnlocked.tsx b/src/icons/Security/LockKeyholeMinimalisticUnlocked.tsx index 5788ae5..2af444b 100644 --- a/src/icons/Security/LockKeyholeMinimalisticUnlocked.tsx +++ b/src/icons/Security/LockKeyholeMinimalisticUnlocked.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LockKeyholeMinimalisticUnlocked = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockKeyholeMinimalisticUnlocked \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LockKeyholeMinimalisticUnlocked = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockKeyholeMinimalisticUnlocked \ No newline at end of file diff --git a/src/icons/Security/LockKeyholeUnlocked.tsx b/src/icons/Security/LockKeyholeUnlocked.tsx index 9ff0c23..7c2ff8a 100644 --- a/src/icons/Security/LockKeyholeUnlocked.tsx +++ b/src/icons/Security/LockKeyholeUnlocked.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LockKeyholeUnlocked = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockKeyholeUnlocked \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LockKeyholeUnlocked = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockKeyholeUnlocked \ No newline at end of file diff --git a/src/icons/Security/LockPassword.tsx b/src/icons/Security/LockPassword.tsx index d71c51a..fa1d5a3 100644 --- a/src/icons/Security/LockPassword.tsx +++ b/src/icons/Security/LockPassword.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LockPassword = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockPassword \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LockPassword = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockPassword \ No newline at end of file diff --git a/src/icons/Security/LockPasswordUnlocked.tsx b/src/icons/Security/LockPasswordUnlocked.tsx index 1656d57..49630ef 100644 --- a/src/icons/Security/LockPasswordUnlocked.tsx +++ b/src/icons/Security/LockPasswordUnlocked.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LockPasswordUnlocked = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockPasswordUnlocked \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LockPasswordUnlocked = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockPasswordUnlocked \ No newline at end of file diff --git a/src/icons/Security/LockUnlocked.tsx b/src/icons/Security/LockUnlocked.tsx index 7f3573f..8d1e389 100644 --- a/src/icons/Security/LockUnlocked.tsx +++ b/src/icons/Security/LockUnlocked.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LockUnlocked = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockUnlocked \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LockUnlocked = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LockUnlocked \ No newline at end of file diff --git a/src/icons/Security/ObjectScan.tsx b/src/icons/Security/ObjectScan.tsx index 9d74cd6..d8f58ce 100644 --- a/src/icons/Security/ObjectScan.tsx +++ b/src/icons/Security/ObjectScan.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ObjectScan = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ObjectScan \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ObjectScan = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ObjectScan \ No newline at end of file diff --git a/src/icons/Security/Password.tsx b/src/icons/Security/Password.tsx index bd34b5c..e62b45e 100644 --- a/src/icons/Security/Password.tsx +++ b/src/icons/Security/Password.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Password = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Password \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Password = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Password \ No newline at end of file diff --git a/src/icons/Security/PasswordMinimalistic.tsx b/src/icons/Security/PasswordMinimalistic.tsx index 26fa435..7f358c6 100644 --- a/src/icons/Security/PasswordMinimalistic.tsx +++ b/src/icons/Security/PasswordMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PasswordMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PasswordMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PasswordMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PasswordMinimalistic \ No newline at end of file diff --git a/src/icons/Security/PasswordMinimalisticInput.tsx b/src/icons/Security/PasswordMinimalisticInput.tsx index b8249e8..b1079a1 100644 --- a/src/icons/Security/PasswordMinimalisticInput.tsx +++ b/src/icons/Security/PasswordMinimalisticInput.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PasswordMinimalisticInput = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PasswordMinimalisticInput \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PasswordMinimalisticInput = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PasswordMinimalisticInput \ No newline at end of file diff --git a/src/icons/Security/QRCode.tsx b/src/icons/Security/QRCode.tsx index 46d75d2..aaee806 100644 --- a/src/icons/Security/QRCode.tsx +++ b/src/icons/Security/QRCode.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const QRCode = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QRCode \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const QRCode = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QRCode \ No newline at end of file diff --git a/src/icons/Security/Scanner.tsx b/src/icons/Security/Scanner.tsx index 9b90ef5..4d3abd1 100644 --- a/src/icons/Security/Scanner.tsx +++ b/src/icons/Security/Scanner.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Scanner = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scanner \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Scanner = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scanner \ No newline at end of file diff --git a/src/icons/Security/Scanner2.tsx b/src/icons/Security/Scanner2.tsx index 68485af..b0ad60c 100644 --- a/src/icons/Security/Scanner2.tsx +++ b/src/icons/Security/Scanner2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Scanner2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scanner2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Scanner2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scanner2 \ No newline at end of file diff --git a/src/icons/Security/Shield.tsx b/src/icons/Security/Shield.tsx index ca08760..c473278 100644 --- a/src/icons/Security/Shield.tsx +++ b/src/icons/Security/Shield.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Shield = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Shield \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Shield = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Shield \ No newline at end of file diff --git a/src/icons/Security/ShieldCheck.tsx b/src/icons/Security/ShieldCheck.tsx index 3964a40..385d778 100644 --- a/src/icons/Security/ShieldCheck.tsx +++ b/src/icons/Security/ShieldCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldCheck \ No newline at end of file diff --git a/src/icons/Security/ShieldCross.tsx b/src/icons/Security/ShieldCross.tsx index 8a3825b..1adc5ea 100644 --- a/src/icons/Security/ShieldCross.tsx +++ b/src/icons/Security/ShieldCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldCross \ No newline at end of file diff --git a/src/icons/Security/ShieldKeyhole.tsx b/src/icons/Security/ShieldKeyhole.tsx index f31408a..a8a6bbc 100644 --- a/src/icons/Security/ShieldKeyhole.tsx +++ b/src/icons/Security/ShieldKeyhole.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldKeyhole = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldKeyhole \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldKeyhole = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldKeyhole \ No newline at end of file diff --git a/src/icons/Security/ShieldKeyholeMinimalistic.tsx b/src/icons/Security/ShieldKeyholeMinimalistic.tsx index 1766dbe..71e4623 100644 --- a/src/icons/Security/ShieldKeyholeMinimalistic.tsx +++ b/src/icons/Security/ShieldKeyholeMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldKeyholeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldKeyholeMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldKeyholeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldKeyholeMinimalistic \ No newline at end of file diff --git a/src/icons/Security/ShieldMinimalistic.tsx b/src/icons/Security/ShieldMinimalistic.tsx index a66e845..f1f7351 100644 --- a/src/icons/Security/ShieldMinimalistic.tsx +++ b/src/icons/Security/ShieldMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldMinimalistic \ No newline at end of file diff --git a/src/icons/Security/ShieldMinus.tsx b/src/icons/Security/ShieldMinus.tsx index 27a6388..10e39ee 100644 --- a/src/icons/Security/ShieldMinus.tsx +++ b/src/icons/Security/ShieldMinus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldMinus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldMinus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldMinus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldMinus \ No newline at end of file diff --git a/src/icons/Security/ShieldNetwork.tsx b/src/icons/Security/ShieldNetwork.tsx index f2c9957..d15d997 100644 --- a/src/icons/Security/ShieldNetwork.tsx +++ b/src/icons/Security/ShieldNetwork.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldNetwork = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldNetwork \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldNetwork = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldNetwork \ No newline at end of file diff --git a/src/icons/Security/ShieldPlus.tsx b/src/icons/Security/ShieldPlus.tsx index 0ac4d85..4332245 100644 --- a/src/icons/Security/ShieldPlus.tsx +++ b/src/icons/Security/ShieldPlus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldPlus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldPlus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldPlus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldPlus \ No newline at end of file diff --git a/src/icons/Security/ShieldStar.tsx b/src/icons/Security/ShieldStar.tsx index 9cfc87b..79dca96 100644 --- a/src/icons/Security/ShieldStar.tsx +++ b/src/icons/Security/ShieldStar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldStar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldStar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldStar \ No newline at end of file diff --git a/src/icons/Security/ShieldUp.tsx b/src/icons/Security/ShieldUp.tsx index 82c13db..a1ddfc8 100644 --- a/src/icons/Security/ShieldUp.tsx +++ b/src/icons/Security/ShieldUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldUp \ No newline at end of file diff --git a/src/icons/Security/ShieldUser.tsx b/src/icons/Security/ShieldUser.tsx index edb304b..9481942 100644 --- a/src/icons/Security/ShieldUser.tsx +++ b/src/icons/Security/ShieldUser.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldUser = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldUser \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldUser = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldUser \ No newline at end of file diff --git a/src/icons/Security/ShieldWarning.tsx b/src/icons/Security/ShieldWarning.tsx index beeffd5..fd538cc 100644 --- a/src/icons/Security/ShieldWarning.tsx +++ b/src/icons/Security/ShieldWarning.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShieldWarning = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldWarning \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShieldWarning = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShieldWarning \ No newline at end of file diff --git a/src/icons/Security/Siren.tsx b/src/icons/Security/Siren.tsx index 730a955..821aa6d 100644 --- a/src/icons/Security/Siren.tsx +++ b/src/icons/Security/Siren.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Siren = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Siren \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Siren = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Siren \ No newline at end of file diff --git a/src/icons/Security/SirenRounded.tsx b/src/icons/Security/SirenRounded.tsx index 41aa3bc..8529fa1 100644 --- a/src/icons/Security/SirenRounded.tsx +++ b/src/icons/Security/SirenRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SirenRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SirenRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SirenRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SirenRounded \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Settings.tsx b/src/icons/SettingsFineTuning/Settings.tsx index b1ff8ce..96c9350 100644 --- a/src/icons/SettingsFineTuning/Settings.tsx +++ b/src/icons/SettingsFineTuning/Settings.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Settings = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Settings \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Settings = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Settings \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/SettingsMinimalistic.tsx b/src/icons/SettingsFineTuning/SettingsMinimalistic.tsx index 3b547d2..ef535f2 100644 --- a/src/icons/SettingsFineTuning/SettingsMinimalistic.tsx +++ b/src/icons/SettingsFineTuning/SettingsMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SettingsMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SettingsMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SettingsMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SettingsMinimalistic \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Tuning.tsx b/src/icons/SettingsFineTuning/Tuning.tsx index b46a216..093419e 100644 --- a/src/icons/SettingsFineTuning/Tuning.tsx +++ b/src/icons/SettingsFineTuning/Tuning.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tuning = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tuning \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tuning = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tuning \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Tuning2.tsx b/src/icons/SettingsFineTuning/Tuning2.tsx index f78aeef..aa8ca14 100644 --- a/src/icons/SettingsFineTuning/Tuning2.tsx +++ b/src/icons/SettingsFineTuning/Tuning2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tuning2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tuning2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tuning2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tuning2 \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Tuning3.tsx b/src/icons/SettingsFineTuning/Tuning3.tsx index 3653187..5689209 100644 --- a/src/icons/SettingsFineTuning/Tuning3.tsx +++ b/src/icons/SettingsFineTuning/Tuning3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tuning3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tuning3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tuning3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tuning3 \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Tuning4.tsx b/src/icons/SettingsFineTuning/Tuning4.tsx index 1e619dd..c03beb7 100644 --- a/src/icons/SettingsFineTuning/Tuning4.tsx +++ b/src/icons/SettingsFineTuning/Tuning4.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tuning4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tuning4 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tuning4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tuning4 \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/TuningSquare.tsx b/src/icons/SettingsFineTuning/TuningSquare.tsx index 16b3cbe..5568332 100644 --- a/src/icons/SettingsFineTuning/TuningSquare.tsx +++ b/src/icons/SettingsFineTuning/TuningSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TuningSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TuningSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TuningSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TuningSquare \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/TuningSquare2.tsx b/src/icons/SettingsFineTuning/TuningSquare2.tsx index 724a8e9..3a495fa 100644 --- a/src/icons/SettingsFineTuning/TuningSquare2.tsx +++ b/src/icons/SettingsFineTuning/TuningSquare2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TuningSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TuningSquare2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TuningSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TuningSquare2 \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Widget.tsx b/src/icons/SettingsFineTuning/Widget.tsx index 9ab4491..0628569 100644 --- a/src/icons/SettingsFineTuning/Widget.tsx +++ b/src/icons/SettingsFineTuning/Widget.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Widget = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Widget = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Widget2.tsx b/src/icons/SettingsFineTuning/Widget2.tsx index b9d44ad..84bde22 100644 --- a/src/icons/SettingsFineTuning/Widget2.tsx +++ b/src/icons/SettingsFineTuning/Widget2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Widget2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Widget2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget2 \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Widget3.tsx b/src/icons/SettingsFineTuning/Widget3.tsx index bd10b7a..366475d 100644 --- a/src/icons/SettingsFineTuning/Widget3.tsx +++ b/src/icons/SettingsFineTuning/Widget3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Widget3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Widget3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget3 \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Widget4.tsx b/src/icons/SettingsFineTuning/Widget4.tsx index 9f98848..b3a3d3f 100644 --- a/src/icons/SettingsFineTuning/Widget4.tsx +++ b/src/icons/SettingsFineTuning/Widget4.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Widget4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget4 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Widget4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget4 \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Widget5.tsx b/src/icons/SettingsFineTuning/Widget5.tsx index bf5c1f3..e9bda3e 100644 --- a/src/icons/SettingsFineTuning/Widget5.tsx +++ b/src/icons/SettingsFineTuning/Widget5.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Widget5 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget5 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Widget5 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget5 \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/Widget6.tsx b/src/icons/SettingsFineTuning/Widget6.tsx index 62ca7ba..83cd74c 100644 --- a/src/icons/SettingsFineTuning/Widget6.tsx +++ b/src/icons/SettingsFineTuning/Widget6.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Widget6 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget6 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Widget6 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Widget6 \ No newline at end of file diff --git a/src/icons/SettingsFineTuning/WidgetAdd.tsx b/src/icons/SettingsFineTuning/WidgetAdd.tsx index 459647f..732aafe 100644 --- a/src/icons/SettingsFineTuning/WidgetAdd.tsx +++ b/src/icons/SettingsFineTuning/WidgetAdd.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WidgetAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WidgetAdd \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WidgetAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WidgetAdd \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Bag.tsx b/src/icons/ShoppingEcommerce/Bag.tsx index 8ba1521..47b5b5d 100644 --- a/src/icons/ShoppingEcommerce/Bag.tsx +++ b/src/icons/ShoppingEcommerce/Bag.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bag = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Bag2.tsx b/src/icons/ShoppingEcommerce/Bag2.tsx index bb5c074..1ccb1e0 100644 --- a/src/icons/ShoppingEcommerce/Bag2.tsx +++ b/src/icons/ShoppingEcommerce/Bag2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bag2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bag2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag2 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Bag3.tsx b/src/icons/ShoppingEcommerce/Bag3.tsx index 96ed548..7f82725 100644 --- a/src/icons/ShoppingEcommerce/Bag3.tsx +++ b/src/icons/ShoppingEcommerce/Bag3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bag3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bag3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag3 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Bag4.tsx b/src/icons/ShoppingEcommerce/Bag4.tsx index 89c7280..f88a22e 100644 --- a/src/icons/ShoppingEcommerce/Bag4.tsx +++ b/src/icons/ShoppingEcommerce/Bag4.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bag4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag4 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bag4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag4 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Bag5.tsx b/src/icons/ShoppingEcommerce/Bag5.tsx index e3a750a..abc5974 100644 --- a/src/icons/ShoppingEcommerce/Bag5.tsx +++ b/src/icons/ShoppingEcommerce/Bag5.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bag5 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag5 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bag5 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bag5 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/BagCheck.tsx b/src/icons/ShoppingEcommerce/BagCheck.tsx index 6e82f9f..d92eebc 100644 --- a/src/icons/ShoppingEcommerce/BagCheck.tsx +++ b/src/icons/ShoppingEcommerce/BagCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BagCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BagCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagCheck \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/BagCross.tsx b/src/icons/ShoppingEcommerce/BagCross.tsx index ec5ec52..11f7252 100644 --- a/src/icons/ShoppingEcommerce/BagCross.tsx +++ b/src/icons/ShoppingEcommerce/BagCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BagCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BagCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagCross \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/BagHeart.tsx b/src/icons/ShoppingEcommerce/BagHeart.tsx index 935ff04..c161c2d 100644 --- a/src/icons/ShoppingEcommerce/BagHeart.tsx +++ b/src/icons/ShoppingEcommerce/BagHeart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BagHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagHeart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BagHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagHeart \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/BagMusic.tsx b/src/icons/ShoppingEcommerce/BagMusic.tsx index 26081c0..9db687c 100644 --- a/src/icons/ShoppingEcommerce/BagMusic.tsx +++ b/src/icons/ShoppingEcommerce/BagMusic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BagMusic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagMusic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BagMusic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagMusic \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/BagMusic2.tsx b/src/icons/ShoppingEcommerce/BagMusic2.tsx index 888fe29..11bc4d5 100644 --- a/src/icons/ShoppingEcommerce/BagMusic2.tsx +++ b/src/icons/ShoppingEcommerce/BagMusic2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BagMusic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagMusic2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BagMusic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagMusic2 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/BagSmile.tsx b/src/icons/ShoppingEcommerce/BagSmile.tsx index 0b84228..f8ffa92 100644 --- a/src/icons/ShoppingEcommerce/BagSmile.tsx +++ b/src/icons/ShoppingEcommerce/BagSmile.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BagSmile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagSmile \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BagSmile = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BagSmile \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Cart.tsx b/src/icons/ShoppingEcommerce/Cart.tsx index de875d3..7268c17 100644 --- a/src/icons/ShoppingEcommerce/Cart.tsx +++ b/src/icons/ShoppingEcommerce/Cart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Cart2.tsx b/src/icons/ShoppingEcommerce/Cart2.tsx index aa81a01..508906b 100644 --- a/src/icons/ShoppingEcommerce/Cart2.tsx +++ b/src/icons/ShoppingEcommerce/Cart2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cart2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cart2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart2 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Cart3.tsx b/src/icons/ShoppingEcommerce/Cart3.tsx index 116d038..63ab065 100644 --- a/src/icons/ShoppingEcommerce/Cart3.tsx +++ b/src/icons/ShoppingEcommerce/Cart3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cart3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cart3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart3 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Cart4.tsx b/src/icons/ShoppingEcommerce/Cart4.tsx index 40c2392..9db1a33 100644 --- a/src/icons/ShoppingEcommerce/Cart4.tsx +++ b/src/icons/ShoppingEcommerce/Cart4.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cart4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart4 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cart4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart4 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Cart5.tsx b/src/icons/ShoppingEcommerce/Cart5.tsx index 3243870..61843ed 100644 --- a/src/icons/ShoppingEcommerce/Cart5.tsx +++ b/src/icons/ShoppingEcommerce/Cart5.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cart5 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart5 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cart5 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cart5 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/CartCheck.tsx b/src/icons/ShoppingEcommerce/CartCheck.tsx index 958c320..e27e574 100644 --- a/src/icons/ShoppingEcommerce/CartCheck.tsx +++ b/src/icons/ShoppingEcommerce/CartCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CartCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CartCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartCheck \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/CartCross.tsx b/src/icons/ShoppingEcommerce/CartCross.tsx index c9c048a..7edf55f 100644 --- a/src/icons/ShoppingEcommerce/CartCross.tsx +++ b/src/icons/ShoppingEcommerce/CartCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CartCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CartCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartCross \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/CartLarge.tsx b/src/icons/ShoppingEcommerce/CartLarge.tsx index 47d02c1..5adc5f2 100644 --- a/src/icons/ShoppingEcommerce/CartLarge.tsx +++ b/src/icons/ShoppingEcommerce/CartLarge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CartLarge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLarge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CartLarge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLarge \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/CartLarge2.tsx b/src/icons/ShoppingEcommerce/CartLarge2.tsx index efe5dcb..a6cb4b7 100644 --- a/src/icons/ShoppingEcommerce/CartLarge2.tsx +++ b/src/icons/ShoppingEcommerce/CartLarge2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CartLarge2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLarge2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CartLarge2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLarge2 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/CartLarge3.tsx b/src/icons/ShoppingEcommerce/CartLarge3.tsx index 2405ebd..0ac673e 100644 --- a/src/icons/ShoppingEcommerce/CartLarge3.tsx +++ b/src/icons/ShoppingEcommerce/CartLarge3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CartLarge3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLarge3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CartLarge3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLarge3 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/CartLarge4.tsx b/src/icons/ShoppingEcommerce/CartLarge4.tsx index e5a4fc5..746ccec 100644 --- a/src/icons/ShoppingEcommerce/CartLarge4.tsx +++ b/src/icons/ShoppingEcommerce/CartLarge4.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CartLarge4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLarge4 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CartLarge4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLarge4 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/CartLargeMinimalistic.tsx b/src/icons/ShoppingEcommerce/CartLargeMinimalistic.tsx index 5cfd637..11c3d2b 100644 --- a/src/icons/ShoppingEcommerce/CartLargeMinimalistic.tsx +++ b/src/icons/ShoppingEcommerce/CartLargeMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CartLargeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLargeMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CartLargeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartLargeMinimalistic \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/CartPlus.tsx b/src/icons/ShoppingEcommerce/CartPlus.tsx index e3e4ff4..de7b597 100644 --- a/src/icons/ShoppingEcommerce/CartPlus.tsx +++ b/src/icons/ShoppingEcommerce/CartPlus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CartPlus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartPlus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CartPlus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CartPlus \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Shop.tsx b/src/icons/ShoppingEcommerce/Shop.tsx index 5b9a854..f4690e5 100644 --- a/src/icons/ShoppingEcommerce/Shop.tsx +++ b/src/icons/ShoppingEcommerce/Shop.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Shop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Shop \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Shop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Shop \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/Shop2.tsx b/src/icons/ShoppingEcommerce/Shop2.tsx index 51868cf..2764ec5 100644 --- a/src/icons/ShoppingEcommerce/Shop2.tsx +++ b/src/icons/ShoppingEcommerce/Shop2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Shop2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Shop2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Shop2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Shop2 \ No newline at end of file diff --git a/src/icons/ShoppingEcommerce/ShopMinimalistic.tsx b/src/icons/ShoppingEcommerce/ShopMinimalistic.tsx index 73bc22f..0a1a067 100644 --- a/src/icons/ShoppingEcommerce/ShopMinimalistic.tsx +++ b/src/icons/ShoppingEcommerce/ShopMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShopMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShopMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShopMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShopMinimalistic \ No newline at end of file diff --git a/src/icons/Sports/Balls.tsx b/src/icons/Sports/Balls.tsx index 19e749a..18114d4 100644 --- a/src/icons/Sports/Balls.tsx +++ b/src/icons/Sports/Balls.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Balls = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Balls \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Balls = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Balls \ No newline at end of file diff --git a/src/icons/Sports/Basketball.tsx b/src/icons/Sports/Basketball.tsx index 210c3b5..419970d 100644 --- a/src/icons/Sports/Basketball.tsx +++ b/src/icons/Sports/Basketball.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Basketball = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Basketball \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Basketball = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Basketball \ No newline at end of file diff --git a/src/icons/Sports/Bicycling.tsx b/src/icons/Sports/Bicycling.tsx index 049baaf..3ecba06 100644 --- a/src/icons/Sports/Bicycling.tsx +++ b/src/icons/Sports/Bicycling.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bicycling = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bicycling \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bicycling = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bicycling \ No newline at end of file diff --git a/src/icons/Sports/BicyclingRound.tsx b/src/icons/Sports/BicyclingRound.tsx index a44e017..02dcc42 100644 --- a/src/icons/Sports/BicyclingRound.tsx +++ b/src/icons/Sports/BicyclingRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BicyclingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BicyclingRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BicyclingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BicyclingRound \ No newline at end of file diff --git a/src/icons/Sports/BodyShape.tsx b/src/icons/Sports/BodyShape.tsx index 9882e23..117fd3a 100644 --- a/src/icons/Sports/BodyShape.tsx +++ b/src/icons/Sports/BodyShape.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BodyShape = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BodyShape \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BodyShape = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BodyShape \ No newline at end of file diff --git a/src/icons/Sports/BodyShapeMinimalistic.tsx b/src/icons/Sports/BodyShapeMinimalistic.tsx index cc76d29..2ab994b 100644 --- a/src/icons/Sports/BodyShapeMinimalistic.tsx +++ b/src/icons/Sports/BodyShapeMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const BodyShapeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BodyShapeMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const BodyShapeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default BodyShapeMinimalistic \ No newline at end of file diff --git a/src/icons/Sports/Bowling.tsx b/src/icons/Sports/Bowling.tsx index f6b6dc2..e85db52 100644 --- a/src/icons/Sports/Bowling.tsx +++ b/src/icons/Sports/Bowling.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bowling = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bowling \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bowling = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bowling \ No newline at end of file diff --git a/src/icons/Sports/Dumbbell.tsx b/src/icons/Sports/Dumbbell.tsx index fc84e38..d7369cb 100644 --- a/src/icons/Sports/Dumbbell.tsx +++ b/src/icons/Sports/Dumbbell.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dumbbell = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dumbbell \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dumbbell = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dumbbell \ No newline at end of file diff --git a/src/icons/Sports/DumbbellLarge.tsx b/src/icons/Sports/DumbbellLarge.tsx index f383d9f..464ec52 100644 --- a/src/icons/Sports/DumbbellLarge.tsx +++ b/src/icons/Sports/DumbbellLarge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DumbbellLarge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DumbbellLarge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DumbbellLarge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DumbbellLarge \ No newline at end of file diff --git a/src/icons/Sports/DumbbellLargeMinimalistic.tsx b/src/icons/Sports/DumbbellLargeMinimalistic.tsx index ae933dc..0fe3401 100644 --- a/src/icons/Sports/DumbbellLargeMinimalistic.tsx +++ b/src/icons/Sports/DumbbellLargeMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DumbbellLargeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DumbbellLargeMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DumbbellLargeMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DumbbellLargeMinimalistic \ No newline at end of file diff --git a/src/icons/Sports/DumbbellSmall.tsx b/src/icons/Sports/DumbbellSmall.tsx index d504f6a..954a993 100644 --- a/src/icons/Sports/DumbbellSmall.tsx +++ b/src/icons/Sports/DumbbellSmall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const DumbbellSmall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DumbbellSmall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const DumbbellSmall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default DumbbellSmall \ No newline at end of file diff --git a/src/icons/Sports/Dumbbells.tsx b/src/icons/Sports/Dumbbells.tsx index c4bb771..6ed912b 100644 --- a/src/icons/Sports/Dumbbells.tsx +++ b/src/icons/Sports/Dumbbells.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dumbbells = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dumbbells \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dumbbells = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dumbbells \ No newline at end of file diff --git a/src/icons/Sports/Dumbbells2.tsx b/src/icons/Sports/Dumbbells2.tsx index 460b297..5b990eb 100644 --- a/src/icons/Sports/Dumbbells2.tsx +++ b/src/icons/Sports/Dumbbells2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Dumbbells2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dumbbells2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Dumbbells2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Dumbbells2 \ No newline at end of file diff --git a/src/icons/Sports/Football.tsx b/src/icons/Sports/Football.tsx index d146083..0405160 100644 --- a/src/icons/Sports/Football.tsx +++ b/src/icons/Sports/Football.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Football = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Football \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Football = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Football \ No newline at end of file diff --git a/src/icons/Sports/Golf.tsx b/src/icons/Sports/Golf.tsx index 62547bc..d84b593 100644 --- a/src/icons/Sports/Golf.tsx +++ b/src/icons/Sports/Golf.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Golf = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Golf \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Golf = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Golf \ No newline at end of file diff --git a/src/icons/Sports/Hiking.tsx b/src/icons/Sports/Hiking.tsx index b9ed257..d73a84e 100644 --- a/src/icons/Sports/Hiking.tsx +++ b/src/icons/Sports/Hiking.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Hiking = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hiking \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Hiking = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hiking \ No newline at end of file diff --git a/src/icons/Sports/HikingMinimalistic.tsx b/src/icons/Sports/HikingMinimalistic.tsx index c885f33..ea0345d 100644 --- a/src/icons/Sports/HikingMinimalistic.tsx +++ b/src/icons/Sports/HikingMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HikingMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HikingMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HikingMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HikingMinimalistic \ No newline at end of file diff --git a/src/icons/Sports/HikingRound.tsx b/src/icons/Sports/HikingRound.tsx index 9f36bbe..0d8be7f 100644 --- a/src/icons/Sports/HikingRound.tsx +++ b/src/icons/Sports/HikingRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HikingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HikingRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HikingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HikingRound \ No newline at end of file diff --git a/src/icons/Sports/Meditation.tsx b/src/icons/Sports/Meditation.tsx index 175582a..71ecdba 100644 --- a/src/icons/Sports/Meditation.tsx +++ b/src/icons/Sports/Meditation.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Meditation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Meditation \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Meditation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Meditation \ No newline at end of file diff --git a/src/icons/Sports/MeditationRound.tsx b/src/icons/Sports/MeditationRound.tsx index 0b98ae9..7bb50e0 100644 --- a/src/icons/Sports/MeditationRound.tsx +++ b/src/icons/Sports/MeditationRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MeditationRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MeditationRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MeditationRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MeditationRound \ No newline at end of file diff --git a/src/icons/Sports/Ranking.tsx b/src/icons/Sports/Ranking.tsx index 7966434..b5643bb 100644 --- a/src/icons/Sports/Ranking.tsx +++ b/src/icons/Sports/Ranking.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Ranking = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ranking \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Ranking = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Ranking \ No newline at end of file diff --git a/src/icons/Sports/Rugby.tsx b/src/icons/Sports/Rugby.tsx index 428449f..951641b 100644 --- a/src/icons/Sports/Rugby.tsx +++ b/src/icons/Sports/Rugby.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rugby = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rugby \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Rugby = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rugby \ No newline at end of file diff --git a/src/icons/Sports/Running.tsx b/src/icons/Sports/Running.tsx index 456dfa8..51508aa 100644 --- a/src/icons/Sports/Running.tsx +++ b/src/icons/Sports/Running.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Running = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Running \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Running = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Running \ No newline at end of file diff --git a/src/icons/Sports/Running2.tsx b/src/icons/Sports/Running2.tsx index 5577b23..ebbf554 100644 --- a/src/icons/Sports/Running2.tsx +++ b/src/icons/Sports/Running2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Running2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Running2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Running2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Running2 \ No newline at end of file diff --git a/src/icons/Sports/RunningRound.tsx b/src/icons/Sports/RunningRound.tsx index cc9fb7c..53aca18 100644 --- a/src/icons/Sports/RunningRound.tsx +++ b/src/icons/Sports/RunningRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RunningRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RunningRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RunningRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RunningRound \ No newline at end of file diff --git a/src/icons/Sports/Skateboard.tsx b/src/icons/Sports/Skateboard.tsx index 88a02d7..29b53e0 100644 --- a/src/icons/Sports/Skateboard.tsx +++ b/src/icons/Sports/Skateboard.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Skateboard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Skateboard \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Skateboard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Skateboard \ No newline at end of file diff --git a/src/icons/Sports/Skateboarding.tsx b/src/icons/Sports/Skateboarding.tsx index 07afc30..e87de4d 100644 --- a/src/icons/Sports/Skateboarding.tsx +++ b/src/icons/Sports/Skateboarding.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Skateboarding = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Skateboarding \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Skateboarding = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Skateboarding \ No newline at end of file diff --git a/src/icons/Sports/SkateboardingRound.tsx b/src/icons/Sports/SkateboardingRound.tsx index bfd152f..a8a46b8 100644 --- a/src/icons/Sports/SkateboardingRound.tsx +++ b/src/icons/Sports/SkateboardingRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SkateboardingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SkateboardingRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SkateboardingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SkateboardingRound \ No newline at end of file diff --git a/src/icons/Sports/Stretching.tsx b/src/icons/Sports/Stretching.tsx index abd03ef..5dd6e75 100644 --- a/src/icons/Sports/Stretching.tsx +++ b/src/icons/Sports/Stretching.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Stretching = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stretching \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Stretching = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stretching \ No newline at end of file diff --git a/src/icons/Sports/StretchingRound.tsx b/src/icons/Sports/StretchingRound.tsx index 3c07006..728fdf6 100644 --- a/src/icons/Sports/StretchingRound.tsx +++ b/src/icons/Sports/StretchingRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StretchingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StretchingRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StretchingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StretchingRound \ No newline at end of file diff --git a/src/icons/Sports/Swimming.tsx b/src/icons/Sports/Swimming.tsx index 61ff6a7..b9e672a 100644 --- a/src/icons/Sports/Swimming.tsx +++ b/src/icons/Sports/Swimming.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Swimming = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Swimming \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Swimming = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Swimming \ No newline at end of file diff --git a/src/icons/Sports/Tennis.tsx b/src/icons/Sports/Tennis.tsx index e76befd..b1f3aa2 100644 --- a/src/icons/Sports/Tennis.tsx +++ b/src/icons/Sports/Tennis.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tennis = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tennis \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tennis = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tennis \ No newline at end of file diff --git a/src/icons/Sports/Tennis2.tsx b/src/icons/Sports/Tennis2.tsx index 83ccf97..e31e8e8 100644 --- a/src/icons/Sports/Tennis2.tsx +++ b/src/icons/Sports/Tennis2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tennis2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tennis2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tennis2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tennis2 \ No newline at end of file diff --git a/src/icons/Sports/Treadmill.tsx b/src/icons/Sports/Treadmill.tsx index dd71d2b..639e670 100644 --- a/src/icons/Sports/Treadmill.tsx +++ b/src/icons/Sports/Treadmill.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Treadmill = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Treadmill \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Treadmill = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Treadmill \ No newline at end of file diff --git a/src/icons/Sports/TreadmillRound.tsx b/src/icons/Sports/TreadmillRound.tsx index a453994..e82422c 100644 --- a/src/icons/Sports/TreadmillRound.tsx +++ b/src/icons/Sports/TreadmillRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TreadmillRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TreadmillRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TreadmillRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TreadmillRound \ No newline at end of file diff --git a/src/icons/Sports/Volleyball.tsx b/src/icons/Sports/Volleyball.tsx index 36ce61b..3f800fc 100644 --- a/src/icons/Sports/Volleyball.tsx +++ b/src/icons/Sports/Volleyball.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Volleyball = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Volleyball \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Volleyball = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Volleyball \ No newline at end of file diff --git a/src/icons/Sports/Volleyball2.tsx b/src/icons/Sports/Volleyball2.tsx index f0ed2ab..bf852fb 100644 --- a/src/icons/Sports/Volleyball2.tsx +++ b/src/icons/Sports/Volleyball2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Volleyball2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Volleyball2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Volleyball2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Volleyball2 \ No newline at end of file diff --git a/src/icons/Sports/Walking.tsx b/src/icons/Sports/Walking.tsx index 15cc2a5..23bd800 100644 --- a/src/icons/Sports/Walking.tsx +++ b/src/icons/Sports/Walking.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Walking = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Walking \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Walking = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Walking \ No newline at end of file diff --git a/src/icons/Sports/WalkingRound.tsx b/src/icons/Sports/WalkingRound.tsx index a854506..ca33d8f 100644 --- a/src/icons/Sports/WalkingRound.tsx +++ b/src/icons/Sports/WalkingRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WalkingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WalkingRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WalkingRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WalkingRound \ No newline at end of file diff --git a/src/icons/Sports/Water.tsx b/src/icons/Sports/Water.tsx index 5c4bd57..74d3400 100644 --- a/src/icons/Sports/Water.tsx +++ b/src/icons/Sports/Water.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Water = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Water \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Water = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Water \ No newline at end of file diff --git a/src/icons/Sports/WaterSun.tsx b/src/icons/Sports/WaterSun.tsx index 3db4249..03938cb 100644 --- a/src/icons/Sports/WaterSun.tsx +++ b/src/icons/Sports/WaterSun.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WaterSun = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WaterSun \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WaterSun = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WaterSun \ No newline at end of file diff --git a/src/icons/Sports/index.tsx b/src/icons/Sports/index.tsx index 2b9cedb..e678bb9 100644 --- a/src/icons/Sports/index.tsx +++ b/src/icons/Sports/index.tsx @@ -8,9 +8,9 @@ export { default as Bowling } from "./Bowling"; export { default as Dumbbell } from "./Dumbbell"; export { default as DumbbellLarge } from "./DumbbellLarge"; export { default as DumbbellLargeMinimalistic } from "./DumbbellLargeMinimalistic"; +export { default as DumbbellSmall } from "./DumbbellSmall"; export { default as Dumbbells } from "./Dumbbells"; export { default as Dumbbells2 } from "./Dumbbells2"; -export { default as DumbbellSmall } from "./DumbbellSmall"; export { default as Football } from "./Football"; export { default as Golf } from "./Golf"; export { default as Hiking } from "./Hiking"; diff --git a/src/icons/TextFormatting/Backspace.tsx b/src/icons/TextFormatting/Backspace.tsx index 0ff71f2..a81b1c3 100644 --- a/src/icons/TextFormatting/Backspace.tsx +++ b/src/icons/TextFormatting/Backspace.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Backspace = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Backspace \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Backspace = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Backspace \ No newline at end of file diff --git a/src/icons/TextFormatting/Eraser.tsx b/src/icons/TextFormatting/Eraser.tsx index f239ca5..8096aae 100644 --- a/src/icons/TextFormatting/Eraser.tsx +++ b/src/icons/TextFormatting/Eraser.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Eraser = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Eraser \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Eraser = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Eraser \ No newline at end of file diff --git a/src/icons/TextFormatting/EraserCircle.tsx b/src/icons/TextFormatting/EraserCircle.tsx index a62cdb0..1e1474a 100644 --- a/src/icons/TextFormatting/EraserCircle.tsx +++ b/src/icons/TextFormatting/EraserCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const EraserCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EraserCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const EraserCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EraserCircle \ No newline at end of file diff --git a/src/icons/TextFormatting/EraserSquare.tsx b/src/icons/TextFormatting/EraserSquare.tsx index ae73d2b..87241c8 100644 --- a/src/icons/TextFormatting/EraserSquare.tsx +++ b/src/icons/TextFormatting/EraserSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const EraserSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EraserSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const EraserSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default EraserSquare \ No newline at end of file diff --git a/src/icons/TextFormatting/Link.tsx b/src/icons/TextFormatting/Link.tsx index 8b7645c..df23d54 100644 --- a/src/icons/TextFormatting/Link.tsx +++ b/src/icons/TextFormatting/Link.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Link = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Link \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Link = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Link \ No newline at end of file diff --git a/src/icons/TextFormatting/LinkBroken.tsx b/src/icons/TextFormatting/LinkBroken.tsx index 92fa05c..ab3ccf2 100644 --- a/src/icons/TextFormatting/LinkBroken.tsx +++ b/src/icons/TextFormatting/LinkBroken.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LinkBroken = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkBroken \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LinkBroken = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkBroken \ No newline at end of file diff --git a/src/icons/TextFormatting/LinkBrokenMinimalistic.tsx b/src/icons/TextFormatting/LinkBrokenMinimalistic.tsx index 0106df7..f4cbe9e 100644 --- a/src/icons/TextFormatting/LinkBrokenMinimalistic.tsx +++ b/src/icons/TextFormatting/LinkBrokenMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LinkBrokenMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkBrokenMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LinkBrokenMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkBrokenMinimalistic \ No newline at end of file diff --git a/src/icons/TextFormatting/LinkCircle.tsx b/src/icons/TextFormatting/LinkCircle.tsx index 7b470df..bd81749 100644 --- a/src/icons/TextFormatting/LinkCircle.tsx +++ b/src/icons/TextFormatting/LinkCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LinkCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LinkCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkCircle \ No newline at end of file diff --git a/src/icons/TextFormatting/LinkMinimalistic.tsx b/src/icons/TextFormatting/LinkMinimalistic.tsx index ad5bae6..0955c9d 100644 --- a/src/icons/TextFormatting/LinkMinimalistic.tsx +++ b/src/icons/TextFormatting/LinkMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LinkMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LinkMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkMinimalistic \ No newline at end of file diff --git a/src/icons/TextFormatting/LinkMinimalistic2.tsx b/src/icons/TextFormatting/LinkMinimalistic2.tsx index 31a0e8d..562c096 100644 --- a/src/icons/TextFormatting/LinkMinimalistic2.tsx +++ b/src/icons/TextFormatting/LinkMinimalistic2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LinkMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkMinimalistic2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LinkMinimalistic2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkMinimalistic2 \ No newline at end of file diff --git a/src/icons/TextFormatting/LinkRound.tsx b/src/icons/TextFormatting/LinkRound.tsx index 62a4aa9..4eb28d7 100644 --- a/src/icons/TextFormatting/LinkRound.tsx +++ b/src/icons/TextFormatting/LinkRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LinkRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LinkRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkRound \ No newline at end of file diff --git a/src/icons/TextFormatting/LinkRoundAngle.tsx b/src/icons/TextFormatting/LinkRoundAngle.tsx index 981a775..18b0001 100644 --- a/src/icons/TextFormatting/LinkRoundAngle.tsx +++ b/src/icons/TextFormatting/LinkRoundAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LinkRoundAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkRoundAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LinkRoundAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkRoundAngle \ No newline at end of file diff --git a/src/icons/TextFormatting/LinkSquare.tsx b/src/icons/TextFormatting/LinkSquare.tsx index 679e491..276889b 100644 --- a/src/icons/TextFormatting/LinkSquare.tsx +++ b/src/icons/TextFormatting/LinkSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const LinkSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const LinkSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default LinkSquare \ No newline at end of file diff --git a/src/icons/TextFormatting/ParagraphSpacing.tsx b/src/icons/TextFormatting/ParagraphSpacing.tsx index 77cd01b..cfe137d 100644 --- a/src/icons/TextFormatting/ParagraphSpacing.tsx +++ b/src/icons/TextFormatting/ParagraphSpacing.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ParagraphSpacing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ParagraphSpacing \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ParagraphSpacing = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ParagraphSpacing \ No newline at end of file diff --git a/src/icons/TextFormatting/Text.tsx b/src/icons/TextFormatting/Text.tsx index 34cf436..9bf23d6 100644 --- a/src/icons/TextFormatting/Text.tsx +++ b/src/icons/TextFormatting/Text.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Text = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Text \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Text = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Text \ No newline at end of file diff --git a/src/icons/TextFormatting/TextBold.tsx b/src/icons/TextFormatting/TextBold.tsx index 4538a3a..84268f9 100644 --- a/src/icons/TextFormatting/TextBold.tsx +++ b/src/icons/TextFormatting/TextBold.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextBold = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextBold \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextBold = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextBold \ No newline at end of file diff --git a/src/icons/TextFormatting/TextBoldCircle.tsx b/src/icons/TextFormatting/TextBoldCircle.tsx index f4acaa4..361ad27 100644 --- a/src/icons/TextFormatting/TextBoldCircle.tsx +++ b/src/icons/TextFormatting/TextBoldCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextBoldCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextBoldCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextBoldCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextBoldCircle \ No newline at end of file diff --git a/src/icons/TextFormatting/TextBoldSquare.tsx b/src/icons/TextFormatting/TextBoldSquare.tsx index cc1dc6c..3285790 100644 --- a/src/icons/TextFormatting/TextBoldSquare.tsx +++ b/src/icons/TextFormatting/TextBoldSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextBoldSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextBoldSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextBoldSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextBoldSquare \ No newline at end of file diff --git a/src/icons/TextFormatting/TextCircle.tsx b/src/icons/TextFormatting/TextCircle.tsx index b72b99f..731dfe4 100644 --- a/src/icons/TextFormatting/TextCircle.tsx +++ b/src/icons/TextFormatting/TextCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextCircle \ No newline at end of file diff --git a/src/icons/TextFormatting/TextCross.tsx b/src/icons/TextFormatting/TextCross.tsx index 4d8ca9d..60370c0 100644 --- a/src/icons/TextFormatting/TextCross.tsx +++ b/src/icons/TextFormatting/TextCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextCross \ No newline at end of file diff --git a/src/icons/TextFormatting/TextCrossCircle.tsx b/src/icons/TextFormatting/TextCrossCircle.tsx index 4f64fec..6aa2d1f 100644 --- a/src/icons/TextFormatting/TextCrossCircle.tsx +++ b/src/icons/TextFormatting/TextCrossCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextCrossCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextCrossCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextCrossCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextCrossCircle \ No newline at end of file diff --git a/src/icons/TextFormatting/TextCrossSquare.tsx b/src/icons/TextFormatting/TextCrossSquare.tsx index 4f2eaa7..2a01c3d 100644 --- a/src/icons/TextFormatting/TextCrossSquare.tsx +++ b/src/icons/TextFormatting/TextCrossSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextCrossSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextCrossSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextCrossSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextCrossSquare \ No newline at end of file diff --git a/src/icons/TextFormatting/TextField.tsx b/src/icons/TextFormatting/TextField.tsx index 0acad76..338b404 100644 --- a/src/icons/TextFormatting/TextField.tsx +++ b/src/icons/TextFormatting/TextField.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextField = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextField \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextField = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextField \ No newline at end of file diff --git a/src/icons/TextFormatting/TextFieldFocus.tsx b/src/icons/TextFormatting/TextFieldFocus.tsx index 5d29fc1..facb03e 100644 --- a/src/icons/TextFormatting/TextFieldFocus.tsx +++ b/src/icons/TextFormatting/TextFieldFocus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextFieldFocus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextFieldFocus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextFieldFocus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextFieldFocus \ No newline at end of file diff --git a/src/icons/TextFormatting/TextItalic.tsx b/src/icons/TextFormatting/TextItalic.tsx index 267c289..0bd9bc1 100644 --- a/src/icons/TextFormatting/TextItalic.tsx +++ b/src/icons/TextFormatting/TextItalic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextItalic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextItalic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextItalic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextItalic \ No newline at end of file diff --git a/src/icons/TextFormatting/TextItalicCircle.tsx b/src/icons/TextFormatting/TextItalicCircle.tsx index 4bb3907..8804f4e 100644 --- a/src/icons/TextFormatting/TextItalicCircle.tsx +++ b/src/icons/TextFormatting/TextItalicCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextItalicCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextItalicCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextItalicCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextItalicCircle \ No newline at end of file diff --git a/src/icons/TextFormatting/TextItalicSquare.tsx b/src/icons/TextFormatting/TextItalicSquare.tsx index c68cf3b..a77f646 100644 --- a/src/icons/TextFormatting/TextItalicSquare.tsx +++ b/src/icons/TextFormatting/TextItalicSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextItalicSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextItalicSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextItalicSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextItalicSquare \ No newline at end of file diff --git a/src/icons/TextFormatting/TextSelection.tsx b/src/icons/TextFormatting/TextSelection.tsx index dce8bf6..3e51e50 100644 --- a/src/icons/TextFormatting/TextSelection.tsx +++ b/src/icons/TextFormatting/TextSelection.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextSelection = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextSelection \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextSelection = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextSelection \ No newline at end of file diff --git a/src/icons/TextFormatting/TextSquare.tsx b/src/icons/TextFormatting/TextSquare.tsx index 222f49b..f02d82f 100644 --- a/src/icons/TextFormatting/TextSquare.tsx +++ b/src/icons/TextFormatting/TextSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextSquare \ No newline at end of file diff --git a/src/icons/TextFormatting/TextSquare2.tsx b/src/icons/TextFormatting/TextSquare2.tsx index 232a7c9..0caa21a 100644 --- a/src/icons/TextFormatting/TextSquare2.tsx +++ b/src/icons/TextFormatting/TextSquare2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextSquare2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextSquare2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextSquare2 \ No newline at end of file diff --git a/src/icons/TextFormatting/TextUnderline.tsx b/src/icons/TextFormatting/TextUnderline.tsx index 0175b91..b72ed0e 100644 --- a/src/icons/TextFormatting/TextUnderline.tsx +++ b/src/icons/TextFormatting/TextUnderline.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextUnderline = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextUnderline \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextUnderline = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextUnderline \ No newline at end of file diff --git a/src/icons/TextFormatting/TextUnderlineCircle.tsx b/src/icons/TextFormatting/TextUnderlineCircle.tsx index 96b9ce6..b687aa8 100644 --- a/src/icons/TextFormatting/TextUnderlineCircle.tsx +++ b/src/icons/TextFormatting/TextUnderlineCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextUnderlineCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextUnderlineCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextUnderlineCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextUnderlineCircle \ No newline at end of file diff --git a/src/icons/TextFormatting/TextUnderlineCross.tsx b/src/icons/TextFormatting/TextUnderlineCross.tsx index bb1bc20..78d28fb 100644 --- a/src/icons/TextFormatting/TextUnderlineCross.tsx +++ b/src/icons/TextFormatting/TextUnderlineCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TextUnderlineCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextUnderlineCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TextUnderlineCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TextUnderlineCross \ No newline at end of file diff --git a/src/icons/Time/Alarm.tsx b/src/icons/Time/Alarm.tsx index ca39131..b5b5ecf 100644 --- a/src/icons/Time/Alarm.tsx +++ b/src/icons/Time/Alarm.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Alarm = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Alarm \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Alarm = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Alarm \ No newline at end of file diff --git a/src/icons/Time/AlarmAdd.tsx b/src/icons/Time/AlarmAdd.tsx index 8d65f70..45ca71b 100644 --- a/src/icons/Time/AlarmAdd.tsx +++ b/src/icons/Time/AlarmAdd.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlarmAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmAdd \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlarmAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmAdd \ No newline at end of file diff --git a/src/icons/Time/AlarmPause.tsx b/src/icons/Time/AlarmPause.tsx index 8aeb86b..b007702 100644 --- a/src/icons/Time/AlarmPause.tsx +++ b/src/icons/Time/AlarmPause.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlarmPause = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmPause \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlarmPause = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmPause \ No newline at end of file diff --git a/src/icons/Time/AlarmPlay.tsx b/src/icons/Time/AlarmPlay.tsx index 2d52310..ed6c315 100644 --- a/src/icons/Time/AlarmPlay.tsx +++ b/src/icons/Time/AlarmPlay.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlarmPlay = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmPlay \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlarmPlay = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmPlay \ No newline at end of file diff --git a/src/icons/Time/AlarmRemove.tsx b/src/icons/Time/AlarmRemove.tsx index e62e9f1..8aa25d9 100644 --- a/src/icons/Time/AlarmRemove.tsx +++ b/src/icons/Time/AlarmRemove.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlarmRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmRemove \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlarmRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmRemove \ No newline at end of file diff --git a/src/icons/Time/AlarmSleep.tsx b/src/icons/Time/AlarmSleep.tsx index 36af28e..4586588 100644 --- a/src/icons/Time/AlarmSleep.tsx +++ b/src/icons/Time/AlarmSleep.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlarmSleep = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmSleep \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlarmSleep = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmSleep \ No newline at end of file diff --git a/src/icons/Time/AlarmTurnOff.tsx b/src/icons/Time/AlarmTurnOff.tsx index 3489346..9e0b273 100644 --- a/src/icons/Time/AlarmTurnOff.tsx +++ b/src/icons/Time/AlarmTurnOff.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const AlarmTurnOff = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmTurnOff \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const AlarmTurnOff = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default AlarmTurnOff \ No newline at end of file diff --git a/src/icons/Time/Calendar.tsx b/src/icons/Time/Calendar.tsx index 20a43a7..e235551 100644 --- a/src/icons/Time/Calendar.tsx +++ b/src/icons/Time/Calendar.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Calendar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Calendar \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Calendar = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Calendar \ No newline at end of file diff --git a/src/icons/Time/CalendarAdd.tsx b/src/icons/Time/CalendarAdd.tsx index 0e5e608..d71a735 100644 --- a/src/icons/Time/CalendarAdd.tsx +++ b/src/icons/Time/CalendarAdd.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CalendarAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarAdd \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CalendarAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarAdd \ No newline at end of file diff --git a/src/icons/Time/CalendarDate.tsx b/src/icons/Time/CalendarDate.tsx index 452692c..0d4b695 100644 --- a/src/icons/Time/CalendarDate.tsx +++ b/src/icons/Time/CalendarDate.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CalendarDate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarDate \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CalendarDate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarDate \ No newline at end of file diff --git a/src/icons/Time/CalendarMark.tsx b/src/icons/Time/CalendarMark.tsx index e067ee0..6e01be8 100644 --- a/src/icons/Time/CalendarMark.tsx +++ b/src/icons/Time/CalendarMark.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CalendarMark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarMark \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CalendarMark = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarMark \ No newline at end of file diff --git a/src/icons/Time/CalendarMinimalistic.tsx b/src/icons/Time/CalendarMinimalistic.tsx index 2b70e84..3f4cc04 100644 --- a/src/icons/Time/CalendarMinimalistic.tsx +++ b/src/icons/Time/CalendarMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CalendarMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CalendarMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarMinimalistic \ No newline at end of file diff --git a/src/icons/Time/CalendarSearch.tsx b/src/icons/Time/CalendarSearch.tsx index d8af46f..ae7fa13 100644 --- a/src/icons/Time/CalendarSearch.tsx +++ b/src/icons/Time/CalendarSearch.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CalendarSearch = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarSearch \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CalendarSearch = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CalendarSearch \ No newline at end of file diff --git a/src/icons/Time/ClockCircle.tsx b/src/icons/Time/ClockCircle.tsx index 060dfe2..b048403 100644 --- a/src/icons/Time/ClockCircle.tsx +++ b/src/icons/Time/ClockCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClockCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClockCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClockCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClockCircle \ No newline at end of file diff --git a/src/icons/Time/ClockSquare.tsx b/src/icons/Time/ClockSquare.tsx index 46fcebc..444a3f1 100644 --- a/src/icons/Time/ClockSquare.tsx +++ b/src/icons/Time/ClockSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClockSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClockSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClockSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClockSquare \ No newline at end of file diff --git a/src/icons/Time/History.tsx b/src/icons/Time/History.tsx index 97cacf5..b91d1bd 100644 --- a/src/icons/Time/History.tsx +++ b/src/icons/Time/History.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const History = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default History \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const History = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default History \ No newline at end of file diff --git a/src/icons/Time/History2.tsx b/src/icons/Time/History2.tsx index 0a086f3..c877d61 100644 --- a/src/icons/Time/History2.tsx +++ b/src/icons/Time/History2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const History2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default History2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const History2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default History2 \ No newline at end of file diff --git a/src/icons/Time/History3.tsx b/src/icons/Time/History3.tsx index 5a18efe..651731d 100644 --- a/src/icons/Time/History3.tsx +++ b/src/icons/Time/History3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const History3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default History3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const History3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default History3 \ No newline at end of file diff --git a/src/icons/Time/Hourglass.tsx b/src/icons/Time/Hourglass.tsx index cff6847..3333518 100644 --- a/src/icons/Time/Hourglass.tsx +++ b/src/icons/Time/Hourglass.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Hourglass = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hourglass \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Hourglass = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Hourglass \ No newline at end of file diff --git a/src/icons/Time/HourglassLine.tsx b/src/icons/Time/HourglassLine.tsx index edfcdea..607dac8 100644 --- a/src/icons/Time/HourglassLine.tsx +++ b/src/icons/Time/HourglassLine.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const HourglassLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HourglassLine \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const HourglassLine = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default HourglassLine \ No newline at end of file diff --git a/src/icons/Time/Stopwatch.tsx b/src/icons/Time/Stopwatch.tsx index 67d1cdf..11c2301 100644 --- a/src/icons/Time/Stopwatch.tsx +++ b/src/icons/Time/Stopwatch.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Stopwatch = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stopwatch \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Stopwatch = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stopwatch \ No newline at end of file diff --git a/src/icons/Time/StopwatchPause.tsx b/src/icons/Time/StopwatchPause.tsx index 7bddad9..04d463d 100644 --- a/src/icons/Time/StopwatchPause.tsx +++ b/src/icons/Time/StopwatchPause.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StopwatchPause = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StopwatchPause \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StopwatchPause = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StopwatchPause \ No newline at end of file diff --git a/src/icons/Time/StopwatchPlay.tsx b/src/icons/Time/StopwatchPlay.tsx index f8f3776..ad9b052 100644 --- a/src/icons/Time/StopwatchPlay.tsx +++ b/src/icons/Time/StopwatchPlay.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StopwatchPlay = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StopwatchPlay \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StopwatchPlay = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StopwatchPlay \ No newline at end of file diff --git a/src/icons/Time/WatchRound.tsx b/src/icons/Time/WatchRound.tsx index f2c7718..75246a2 100644 --- a/src/icons/Time/WatchRound.tsx +++ b/src/icons/Time/WatchRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WatchRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WatchRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WatchRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WatchRound \ No newline at end of file diff --git a/src/icons/Time/WatchSquare.tsx b/src/icons/Time/WatchSquare.tsx index ee7c74b..ede539d 100644 --- a/src/icons/Time/WatchSquare.tsx +++ b/src/icons/Time/WatchSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WatchSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WatchSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WatchSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WatchSquare \ No newline at end of file diff --git a/src/icons/Time/WatchSquareMinimalistic.tsx b/src/icons/Time/WatchSquareMinimalistic.tsx index f9fde1e..345e3ab 100644 --- a/src/icons/Time/WatchSquareMinimalistic.tsx +++ b/src/icons/Time/WatchSquareMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WatchSquareMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WatchSquareMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WatchSquareMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WatchSquareMinimalistic \ No newline at end of file diff --git a/src/icons/Time/WatchSquareMinimalisticCharge.tsx b/src/icons/Time/WatchSquareMinimalisticCharge.tsx index e6babe1..4365ced 100644 --- a/src/icons/Time/WatchSquareMinimalisticCharge.tsx +++ b/src/icons/Time/WatchSquareMinimalisticCharge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WatchSquareMinimalisticCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WatchSquareMinimalisticCharge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WatchSquareMinimalisticCharge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WatchSquareMinimalisticCharge \ No newline at end of file diff --git a/src/icons/TransportPartsService/Accumulator.tsx b/src/icons/TransportPartsService/Accumulator.tsx index c683aae..1a2b2f2 100644 --- a/src/icons/TransportPartsService/Accumulator.tsx +++ b/src/icons/TransportPartsService/Accumulator.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Accumulator = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Accumulator \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Accumulator = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Accumulator \ No newline at end of file diff --git a/src/icons/TransportPartsService/Bus.tsx b/src/icons/TransportPartsService/Bus.tsx index 2dd13aa..6b7a2bb 100644 --- a/src/icons/TransportPartsService/Bus.tsx +++ b/src/icons/TransportPartsService/Bus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Bus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Bus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Bus \ No newline at end of file diff --git a/src/icons/TransportPartsService/ElectricRefueling.tsx b/src/icons/TransportPartsService/ElectricRefueling.tsx index 9da0696..e130adb 100644 --- a/src/icons/TransportPartsService/ElectricRefueling.tsx +++ b/src/icons/TransportPartsService/ElectricRefueling.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ElectricRefueling = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ElectricRefueling \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ElectricRefueling = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ElectricRefueling \ No newline at end of file diff --git a/src/icons/TransportPartsService/GasStation.tsx b/src/icons/TransportPartsService/GasStation.tsx index ac6d855..1fccf9b 100644 --- a/src/icons/TransportPartsService/GasStation.tsx +++ b/src/icons/TransportPartsService/GasStation.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GasStation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GasStation \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GasStation = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GasStation \ No newline at end of file diff --git a/src/icons/TransportPartsService/KickScooter.tsx b/src/icons/TransportPartsService/KickScooter.tsx index 334651f..b96be7e 100644 --- a/src/icons/TransportPartsService/KickScooter.tsx +++ b/src/icons/TransportPartsService/KickScooter.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const KickScooter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KickScooter \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const KickScooter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default KickScooter \ No newline at end of file diff --git a/src/icons/TransportPartsService/Scooter.tsx b/src/icons/TransportPartsService/Scooter.tsx index c44232d..227ec99 100644 --- a/src/icons/TransportPartsService/Scooter.tsx +++ b/src/icons/TransportPartsService/Scooter.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Scooter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scooter \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Scooter = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Scooter \ No newline at end of file diff --git a/src/icons/TransportPartsService/ShockAbsorber.tsx b/src/icons/TransportPartsService/ShockAbsorber.tsx index 096063f..c41368b 100644 --- a/src/icons/TransportPartsService/ShockAbsorber.tsx +++ b/src/icons/TransportPartsService/ShockAbsorber.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ShockAbsorber = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShockAbsorber \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ShockAbsorber = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ShockAbsorber \ No newline at end of file diff --git a/src/icons/TransportPartsService/SpedometerLow.tsx b/src/icons/TransportPartsService/SpedometerLow.tsx index e8d76fb..fb0de57 100644 --- a/src/icons/TransportPartsService/SpedometerLow.tsx +++ b/src/icons/TransportPartsService/SpedometerLow.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SpedometerLow = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpedometerLow \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SpedometerLow = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpedometerLow \ No newline at end of file diff --git a/src/icons/TransportPartsService/SpedometerMax.tsx b/src/icons/TransportPartsService/SpedometerMax.tsx index 52d274b..5471d64 100644 --- a/src/icons/TransportPartsService/SpedometerMax.tsx +++ b/src/icons/TransportPartsService/SpedometerMax.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SpedometerMax = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpedometerMax \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SpedometerMax = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpedometerMax \ No newline at end of file diff --git a/src/icons/TransportPartsService/SpedometerMiddle.tsx b/src/icons/TransportPartsService/SpedometerMiddle.tsx index 7e1f145..1746b88 100644 --- a/src/icons/TransportPartsService/SpedometerMiddle.tsx +++ b/src/icons/TransportPartsService/SpedometerMiddle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SpedometerMiddle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpedometerMiddle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SpedometerMiddle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SpedometerMiddle \ No newline at end of file diff --git a/src/icons/TransportPartsService/Suspension.tsx b/src/icons/TransportPartsService/Suspension.tsx index 4e85fdc..57d0931 100644 --- a/src/icons/TransportPartsService/Suspension.tsx +++ b/src/icons/TransportPartsService/Suspension.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Suspension = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Suspension \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Suspension = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Suspension \ No newline at end of file diff --git a/src/icons/TransportPartsService/SuspensionBolt.tsx b/src/icons/TransportPartsService/SuspensionBolt.tsx index 466e895..218b93e 100644 --- a/src/icons/TransportPartsService/SuspensionBolt.tsx +++ b/src/icons/TransportPartsService/SuspensionBolt.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SuspensionBolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SuspensionBolt \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SuspensionBolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SuspensionBolt \ No newline at end of file diff --git a/src/icons/TransportPartsService/SuspensionCross.tsx b/src/icons/TransportPartsService/SuspensionCross.tsx index 234ee96..978eaa8 100644 --- a/src/icons/TransportPartsService/SuspensionCross.tsx +++ b/src/icons/TransportPartsService/SuspensionCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SuspensionCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SuspensionCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SuspensionCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SuspensionCross \ No newline at end of file diff --git a/src/icons/TransportPartsService/Tram.tsx b/src/icons/TransportPartsService/Tram.tsx index 9361031..e2556ac 100644 --- a/src/icons/TransportPartsService/Tram.tsx +++ b/src/icons/TransportPartsService/Tram.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tram = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tram \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tram = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tram \ No newline at end of file diff --git a/src/icons/TransportPartsService/Transmission.tsx b/src/icons/TransportPartsService/Transmission.tsx index e2451e6..122ad67 100644 --- a/src/icons/TransportPartsService/Transmission.tsx +++ b/src/icons/TransportPartsService/Transmission.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Transmission = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Transmission \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Transmission = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Transmission \ No newline at end of file diff --git a/src/icons/TransportPartsService/TransmissionCircle.tsx b/src/icons/TransportPartsService/TransmissionCircle.tsx index e4de75e..1c569fe 100644 --- a/src/icons/TransportPartsService/TransmissionCircle.tsx +++ b/src/icons/TransportPartsService/TransmissionCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TransmissionCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TransmissionCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TransmissionCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TransmissionCircle \ No newline at end of file diff --git a/src/icons/TransportPartsService/TransmissionSquare.tsx b/src/icons/TransportPartsService/TransmissionSquare.tsx index fc9fdb0..2839c79 100644 --- a/src/icons/TransportPartsService/TransmissionSquare.tsx +++ b/src/icons/TransportPartsService/TransmissionSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TransmissionSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TransmissionSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TransmissionSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TransmissionSquare \ No newline at end of file diff --git a/src/icons/TransportPartsService/Wheel.tsx b/src/icons/TransportPartsService/Wheel.tsx index 4b7e436..01b24e1 100644 --- a/src/icons/TransportPartsService/Wheel.tsx +++ b/src/icons/TransportPartsService/Wheel.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Wheel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wheel \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Wheel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wheel \ No newline at end of file diff --git a/src/icons/TransportPartsService/WheelAngle.tsx b/src/icons/TransportPartsService/WheelAngle.tsx index a51aea3..b5baaa6 100644 --- a/src/icons/TransportPartsService/WheelAngle.tsx +++ b/src/icons/TransportPartsService/WheelAngle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const WheelAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WheelAngle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const WheelAngle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default WheelAngle \ No newline at end of file diff --git a/src/icons/Users/User.tsx b/src/icons/Users/User.tsx index 0008209..94616f8 100644 --- a/src/icons/Users/User.tsx +++ b/src/icons/Users/User.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const User = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default User \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const User = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default User \ No newline at end of file diff --git a/src/icons/Users/UserBlock.tsx b/src/icons/Users/UserBlock.tsx index ad8214b..410fb39 100644 --- a/src/icons/Users/UserBlock.tsx +++ b/src/icons/Users/UserBlock.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserBlock = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserBlock \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserBlock = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserBlock \ No newline at end of file diff --git a/src/icons/Users/UserBlockRounded.tsx b/src/icons/Users/UserBlockRounded.tsx index b82d961..cd86d0e 100644 --- a/src/icons/Users/UserBlockRounded.tsx +++ b/src/icons/Users/UserBlockRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserBlockRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserBlockRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserBlockRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserBlockRounded \ No newline at end of file diff --git a/src/icons/Users/UserCheck.tsx b/src/icons/Users/UserCheck.tsx index bd3e1d4..6d3ba45 100644 --- a/src/icons/Users/UserCheck.tsx +++ b/src/icons/Users/UserCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCheck \ No newline at end of file diff --git a/src/icons/Users/UserCheckRounded.tsx b/src/icons/Users/UserCheckRounded.tsx index cb325f8..959bfdb 100644 --- a/src/icons/Users/UserCheckRounded.tsx +++ b/src/icons/Users/UserCheckRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserCheckRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCheckRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserCheckRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCheckRounded \ No newline at end of file diff --git a/src/icons/Users/UserCircle.tsx b/src/icons/Users/UserCircle.tsx index a59c322..adf7260 100644 --- a/src/icons/Users/UserCircle.tsx +++ b/src/icons/Users/UserCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCircle \ No newline at end of file diff --git a/src/icons/Users/UserCross.tsx b/src/icons/Users/UserCross.tsx index 1ab100c..37a679a 100644 --- a/src/icons/Users/UserCross.tsx +++ b/src/icons/Users/UserCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCross \ No newline at end of file diff --git a/src/icons/Users/UserCrossRounded.tsx b/src/icons/Users/UserCrossRounded.tsx index 1d0cbff..c65172a 100644 --- a/src/icons/Users/UserCrossRounded.tsx +++ b/src/icons/Users/UserCrossRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserCrossRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCrossRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserCrossRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserCrossRounded \ No newline at end of file diff --git a/src/icons/Users/UserHandUp.tsx b/src/icons/Users/UserHandUp.tsx index b7244d9..14c5537 100644 --- a/src/icons/Users/UserHandUp.tsx +++ b/src/icons/Users/UserHandUp.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserHandUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserHandUp \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserHandUp = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserHandUp \ No newline at end of file diff --git a/src/icons/Users/UserHands.tsx b/src/icons/Users/UserHands.tsx index 5b6de39..8010803 100644 --- a/src/icons/Users/UserHands.tsx +++ b/src/icons/Users/UserHands.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserHands = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserHands \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserHands = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserHands \ No newline at end of file diff --git a/src/icons/Users/UserHeart.tsx b/src/icons/Users/UserHeart.tsx index 54ac78e..508405e 100644 --- a/src/icons/Users/UserHeart.tsx +++ b/src/icons/Users/UserHeart.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserHeart \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserHeart = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserHeart \ No newline at end of file diff --git a/src/icons/Users/UserHeartRounded.tsx b/src/icons/Users/UserHeartRounded.tsx index a37e9de..22ea6c8 100644 --- a/src/icons/Users/UserHeartRounded.tsx +++ b/src/icons/Users/UserHeartRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserHeartRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserHeartRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserHeartRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserHeartRounded \ No newline at end of file diff --git a/src/icons/Users/UserId.tsx b/src/icons/Users/UserId.tsx index 675e45e..b1d1b47 100644 --- a/src/icons/Users/UserId.tsx +++ b/src/icons/Users/UserId.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserId = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserId \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserId = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserId \ No newline at end of file diff --git a/src/icons/Users/UserMinus.tsx b/src/icons/Users/UserMinus.tsx index 7df239b..9ef0d01 100644 --- a/src/icons/Users/UserMinus.tsx +++ b/src/icons/Users/UserMinus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserMinus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserMinus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserMinus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserMinus \ No newline at end of file diff --git a/src/icons/Users/UserMinusRounded.tsx b/src/icons/Users/UserMinusRounded.tsx index 90a8e91..834ae8b 100644 --- a/src/icons/Users/UserMinusRounded.tsx +++ b/src/icons/Users/UserMinusRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserMinusRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserMinusRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserMinusRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserMinusRounded \ No newline at end of file diff --git a/src/icons/Users/UserPlus.tsx b/src/icons/Users/UserPlus.tsx index 91b2f48..68da5c4 100644 --- a/src/icons/Users/UserPlus.tsx +++ b/src/icons/Users/UserPlus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserPlus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserPlus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserPlus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserPlus \ No newline at end of file diff --git a/src/icons/Users/UserPlusRounded.tsx b/src/icons/Users/UserPlusRounded.tsx index 8639d29..46f9f43 100644 --- a/src/icons/Users/UserPlusRounded.tsx +++ b/src/icons/Users/UserPlusRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserPlusRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserPlusRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserPlusRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserPlusRounded \ No newline at end of file diff --git a/src/icons/Users/UserRounded.tsx b/src/icons/Users/UserRounded.tsx index e03159e..36172b9 100644 --- a/src/icons/Users/UserRounded.tsx +++ b/src/icons/Users/UserRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserRounded \ No newline at end of file diff --git a/src/icons/Users/UserSpeak.tsx b/src/icons/Users/UserSpeak.tsx index 7c734f6..83c9f38 100644 --- a/src/icons/Users/UserSpeak.tsx +++ b/src/icons/Users/UserSpeak.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserSpeak = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserSpeak \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserSpeak = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserSpeak \ No newline at end of file diff --git a/src/icons/Users/UserSpeakRounded.tsx b/src/icons/Users/UserSpeakRounded.tsx index c9c3bfb..c8a225d 100644 --- a/src/icons/Users/UserSpeakRounded.tsx +++ b/src/icons/Users/UserSpeakRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UserSpeakRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserSpeakRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UserSpeakRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UserSpeakRounded \ No newline at end of file diff --git a/src/icons/Users/UsersGroupRounded.tsx b/src/icons/Users/UsersGroupRounded.tsx index 713a13b..06ff3f9 100644 --- a/src/icons/Users/UsersGroupRounded.tsx +++ b/src/icons/Users/UsersGroupRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UsersGroupRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UsersGroupRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UsersGroupRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UsersGroupRounded \ No newline at end of file diff --git a/src/icons/Users/UsersGroupTwoRounded.tsx b/src/icons/Users/UsersGroupTwoRounded.tsx index 8ed4f5f..d29cf20 100644 --- a/src/icons/Users/UsersGroupTwoRounded.tsx +++ b/src/icons/Users/UsersGroupTwoRounded.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UsersGroupTwoRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UsersGroupTwoRounded \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UsersGroupTwoRounded = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UsersGroupTwoRounded \ No newline at end of file diff --git a/src/icons/Users/index.tsx b/src/icons/Users/index.tsx index 122426f..5d43f0f 100644 --- a/src/icons/Users/index.tsx +++ b/src/icons/Users/index.tsx @@ -6,8 +6,8 @@ export { default as UserCheckRounded } from "./UserCheckRounded"; export { default as UserCircle } from "./UserCircle"; export { default as UserCross } from "./UserCross"; export { default as UserCrossRounded } from "./UserCrossRounded"; -export { default as UserHands } from "./UserHands"; export { default as UserHandUp } from "./UserHandUp"; +export { default as UserHands } from "./UserHands"; export { default as UserHeart } from "./UserHeart"; export { default as UserHeartRounded } from "./UserHeartRounded"; export { default as UserId } from "./UserId"; @@ -16,7 +16,7 @@ export { default as UserMinusRounded } from "./UserMinusRounded"; export { default as UserPlus } from "./UserPlus"; export { default as UserPlusRounded } from "./UserPlusRounded"; export { default as UserRounded } from "./UserRounded"; -export { default as UsersGroupRounded } from "./UsersGroupRounded"; -export { default as UsersGroupTwoRounded } from "./UsersGroupTwoRounded"; export { default as UserSpeak } from "./UserSpeak"; export { default as UserSpeakRounded } from "./UserSpeakRounded"; +export { default as UsersGroupRounded } from "./UsersGroupRounded"; +export { default as UsersGroupTwoRounded } from "./UsersGroupTwoRounded"; diff --git a/src/icons/VideoAudioSound/Album.tsx b/src/icons/VideoAudioSound/Album.tsx index a5b2f68..df3582b 100644 --- a/src/icons/VideoAudioSound/Album.tsx +++ b/src/icons/VideoAudioSound/Album.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Album = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Album \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Album = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Album \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Camera.tsx b/src/icons/VideoAudioSound/Camera.tsx index 79345cc..e7be74f 100644 --- a/src/icons/VideoAudioSound/Camera.tsx +++ b/src/icons/VideoAudioSound/Camera.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Camera = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Camera \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Camera = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Camera \ No newline at end of file diff --git a/src/icons/VideoAudioSound/CameraAdd.tsx b/src/icons/VideoAudioSound/CameraAdd.tsx index 6f5d3bd..00dcc41 100644 --- a/src/icons/VideoAudioSound/CameraAdd.tsx +++ b/src/icons/VideoAudioSound/CameraAdd.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CameraAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CameraAdd \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CameraAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CameraAdd \ No newline at end of file diff --git a/src/icons/VideoAudioSound/CameraMinimalistic.tsx b/src/icons/VideoAudioSound/CameraMinimalistic.tsx index 27ec7bc..eee30a2 100644 --- a/src/icons/VideoAudioSound/CameraMinimalistic.tsx +++ b/src/icons/VideoAudioSound/CameraMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CameraMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CameraMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CameraMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CameraMinimalistic \ No newline at end of file diff --git a/src/icons/VideoAudioSound/CameraRotate.tsx b/src/icons/VideoAudioSound/CameraRotate.tsx index b8a24d8..2c98318 100644 --- a/src/icons/VideoAudioSound/CameraRotate.tsx +++ b/src/icons/VideoAudioSound/CameraRotate.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CameraRotate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CameraRotate \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CameraRotate = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CameraRotate \ No newline at end of file diff --git a/src/icons/VideoAudioSound/CameraSquare.tsx b/src/icons/VideoAudioSound/CameraSquare.tsx index a3c94d4..fb3a422 100644 --- a/src/icons/VideoAudioSound/CameraSquare.tsx +++ b/src/icons/VideoAudioSound/CameraSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CameraSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CameraSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CameraSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CameraSquare \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Clapperboard.tsx b/src/icons/VideoAudioSound/Clapperboard.tsx index 583fea0..2909996 100644 --- a/src/icons/VideoAudioSound/Clapperboard.tsx +++ b/src/icons/VideoAudioSound/Clapperboard.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Clapperboard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Clapperboard \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Clapperboard = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Clapperboard \ No newline at end of file diff --git a/src/icons/VideoAudioSound/ClapperboardEdit.tsx b/src/icons/VideoAudioSound/ClapperboardEdit.tsx index 76f8470..9d8a5b2 100644 --- a/src/icons/VideoAudioSound/ClapperboardEdit.tsx +++ b/src/icons/VideoAudioSound/ClapperboardEdit.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClapperboardEdit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardEdit \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClapperboardEdit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardEdit \ No newline at end of file diff --git a/src/icons/VideoAudioSound/ClapperboardOpen.tsx b/src/icons/VideoAudioSound/ClapperboardOpen.tsx index b054885..1f158f3 100644 --- a/src/icons/VideoAudioSound/ClapperboardOpen.tsx +++ b/src/icons/VideoAudioSound/ClapperboardOpen.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClapperboardOpen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardOpen \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClapperboardOpen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardOpen \ No newline at end of file diff --git a/src/icons/VideoAudioSound/ClapperboardOpenPlay.tsx b/src/icons/VideoAudioSound/ClapperboardOpenPlay.tsx index f4fa7ce..07eb8ff 100644 --- a/src/icons/VideoAudioSound/ClapperboardOpenPlay.tsx +++ b/src/icons/VideoAudioSound/ClapperboardOpenPlay.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClapperboardOpenPlay = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardOpenPlay \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClapperboardOpenPlay = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardOpenPlay \ No newline at end of file diff --git a/src/icons/VideoAudioSound/ClapperboardPlay.tsx b/src/icons/VideoAudioSound/ClapperboardPlay.tsx index 72a471b..97b904e 100644 --- a/src/icons/VideoAudioSound/ClapperboardPlay.tsx +++ b/src/icons/VideoAudioSound/ClapperboardPlay.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClapperboardPlay = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardPlay \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClapperboardPlay = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardPlay \ No newline at end of file diff --git a/src/icons/VideoAudioSound/ClapperboardText.tsx b/src/icons/VideoAudioSound/ClapperboardText.tsx index 3beec2b..31f1d0c 100644 --- a/src/icons/VideoAudioSound/ClapperboardText.tsx +++ b/src/icons/VideoAudioSound/ClapperboardText.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ClapperboardText = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardText \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ClapperboardText = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ClapperboardText \ No newline at end of file diff --git a/src/icons/VideoAudioSound/FullScreen.tsx b/src/icons/VideoAudioSound/FullScreen.tsx index f7bbaab..fce8368 100644 --- a/src/icons/VideoAudioSound/FullScreen.tsx +++ b/src/icons/VideoAudioSound/FullScreen.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FullScreen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FullScreen \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FullScreen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FullScreen \ No newline at end of file diff --git a/src/icons/VideoAudioSound/FullScreenCircle.tsx b/src/icons/VideoAudioSound/FullScreenCircle.tsx index 11c7c6e..88ac099 100644 --- a/src/icons/VideoAudioSound/FullScreenCircle.tsx +++ b/src/icons/VideoAudioSound/FullScreenCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FullScreenCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FullScreenCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FullScreenCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FullScreenCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/FullScreenSquare.tsx b/src/icons/VideoAudioSound/FullScreenSquare.tsx index dd6be8b..72a86bb 100644 --- a/src/icons/VideoAudioSound/FullScreenSquare.tsx +++ b/src/icons/VideoAudioSound/FullScreenSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const FullScreenSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FullScreenSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const FullScreenSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default FullScreenSquare \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Gallery.tsx b/src/icons/VideoAudioSound/Gallery.tsx index 0998888..6a1c308 100644 --- a/src/icons/VideoAudioSound/Gallery.tsx +++ b/src/icons/VideoAudioSound/Gallery.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Gallery = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Gallery \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Gallery = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Gallery \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryAdd.tsx b/src/icons/VideoAudioSound/GalleryAdd.tsx index 8e0e6f7..6143798 100644 --- a/src/icons/VideoAudioSound/GalleryAdd.tsx +++ b/src/icons/VideoAudioSound/GalleryAdd.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryAdd \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryAdd \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryCheck.tsx b/src/icons/VideoAudioSound/GalleryCheck.tsx index bad885d..32b05aa 100644 --- a/src/icons/VideoAudioSound/GalleryCheck.tsx +++ b/src/icons/VideoAudioSound/GalleryCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryCheck \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryCircle.tsx b/src/icons/VideoAudioSound/GalleryCircle.tsx index 3b5c701..4b4c81b 100644 --- a/src/icons/VideoAudioSound/GalleryCircle.tsx +++ b/src/icons/VideoAudioSound/GalleryCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryDownload.tsx b/src/icons/VideoAudioSound/GalleryDownload.tsx index 27b0afe..da6346a 100644 --- a/src/icons/VideoAudioSound/GalleryDownload.tsx +++ b/src/icons/VideoAudioSound/GalleryDownload.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryDownload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryDownload \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryDownload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryDownload \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryEdit.tsx b/src/icons/VideoAudioSound/GalleryEdit.tsx index 79dee03..b4cfca6 100644 --- a/src/icons/VideoAudioSound/GalleryEdit.tsx +++ b/src/icons/VideoAudioSound/GalleryEdit.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryEdit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryEdit \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryEdit = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryEdit \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryFavourite.tsx b/src/icons/VideoAudioSound/GalleryFavourite.tsx index d37269f..f185d19 100644 --- a/src/icons/VideoAudioSound/GalleryFavourite.tsx +++ b/src/icons/VideoAudioSound/GalleryFavourite.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryFavourite = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryFavourite \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryFavourite = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryFavourite \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryMinimalistic.tsx b/src/icons/VideoAudioSound/GalleryMinimalistic.tsx index 192c091..4a565ee 100644 --- a/src/icons/VideoAudioSound/GalleryMinimalistic.tsx +++ b/src/icons/VideoAudioSound/GalleryMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryMinimalistic \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryRemove.tsx b/src/icons/VideoAudioSound/GalleryRemove.tsx index b9cdd2d..8a8cec0 100644 --- a/src/icons/VideoAudioSound/GalleryRemove.tsx +++ b/src/icons/VideoAudioSound/GalleryRemove.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryRemove \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryRemove = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryRemove \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryRound.tsx b/src/icons/VideoAudioSound/GalleryRound.tsx index 8daee78..1cf2f0a 100644 --- a/src/icons/VideoAudioSound/GalleryRound.tsx +++ b/src/icons/VideoAudioSound/GalleryRound.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryRound \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryRound = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryRound \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GallerySend.tsx b/src/icons/VideoAudioSound/GallerySend.tsx index 3f32f91..e384c08 100644 --- a/src/icons/VideoAudioSound/GallerySend.tsx +++ b/src/icons/VideoAudioSound/GallerySend.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GallerySend = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GallerySend \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GallerySend = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GallerySend \ No newline at end of file diff --git a/src/icons/VideoAudioSound/GalleryWide.tsx b/src/icons/VideoAudioSound/GalleryWide.tsx index 3bb77dd..471f808 100644 --- a/src/icons/VideoAudioSound/GalleryWide.tsx +++ b/src/icons/VideoAudioSound/GalleryWide.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const GalleryWide = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryWide \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const GalleryWide = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default GalleryWide \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Library.tsx b/src/icons/VideoAudioSound/Library.tsx index 12df21b..a27b0d9 100644 --- a/src/icons/VideoAudioSound/Library.tsx +++ b/src/icons/VideoAudioSound/Library.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Library = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Library \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Library = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Library \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Microphone.tsx b/src/icons/VideoAudioSound/Microphone.tsx index e50bdfe..6e9f0a5 100644 --- a/src/icons/VideoAudioSound/Microphone.tsx +++ b/src/icons/VideoAudioSound/Microphone.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Microphone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Microphone \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Microphone = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Microphone \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Microphone2.tsx b/src/icons/VideoAudioSound/Microphone2.tsx index d5fb805..f867665 100644 --- a/src/icons/VideoAudioSound/Microphone2.tsx +++ b/src/icons/VideoAudioSound/Microphone2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Microphone2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Microphone2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Microphone2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Microphone2 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Microphone3.tsx b/src/icons/VideoAudioSound/Microphone3.tsx index a23c398..05156ff 100644 --- a/src/icons/VideoAudioSound/Microphone3.tsx +++ b/src/icons/VideoAudioSound/Microphone3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Microphone3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Microphone3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Microphone3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Microphone3 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MicrophoneLarge.tsx b/src/icons/VideoAudioSound/MicrophoneLarge.tsx index 2267bcf..8dae75a 100644 --- a/src/icons/VideoAudioSound/MicrophoneLarge.tsx +++ b/src/icons/VideoAudioSound/MicrophoneLarge.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MicrophoneLarge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MicrophoneLarge \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MicrophoneLarge = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MicrophoneLarge \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MusicLibrary.tsx b/src/icons/VideoAudioSound/MusicLibrary.tsx index e3182f1..69a229e 100644 --- a/src/icons/VideoAudioSound/MusicLibrary.tsx +++ b/src/icons/VideoAudioSound/MusicLibrary.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MusicLibrary = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicLibrary \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MusicLibrary = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicLibrary \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MusicLibrary2.tsx b/src/icons/VideoAudioSound/MusicLibrary2.tsx index de85349..401daeb 100644 --- a/src/icons/VideoAudioSound/MusicLibrary2.tsx +++ b/src/icons/VideoAudioSound/MusicLibrary2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MusicLibrary2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicLibrary2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MusicLibrary2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicLibrary2 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MusicNote.tsx b/src/icons/VideoAudioSound/MusicNote.tsx index ef9bc3e..26d2ad7 100644 --- a/src/icons/VideoAudioSound/MusicNote.tsx +++ b/src/icons/VideoAudioSound/MusicNote.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MusicNote = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNote \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MusicNote = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNote \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MusicNote2.tsx b/src/icons/VideoAudioSound/MusicNote2.tsx index ffaa9ee..fd84541 100644 --- a/src/icons/VideoAudioSound/MusicNote2.tsx +++ b/src/icons/VideoAudioSound/MusicNote2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MusicNote2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNote2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MusicNote2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNote2 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MusicNote3.tsx b/src/icons/VideoAudioSound/MusicNote3.tsx index d39fefb..3f83884 100644 --- a/src/icons/VideoAudioSound/MusicNote3.tsx +++ b/src/icons/VideoAudioSound/MusicNote3.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MusicNote3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNote3 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MusicNote3 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNote3 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MusicNote4.tsx b/src/icons/VideoAudioSound/MusicNote4.tsx index 6ea6cbd..c244979 100644 --- a/src/icons/VideoAudioSound/MusicNote4.tsx +++ b/src/icons/VideoAudioSound/MusicNote4.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MusicNote4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNote4 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MusicNote4 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNote4 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MusicNoteSlider.tsx b/src/icons/VideoAudioSound/MusicNoteSlider.tsx index 2627ec4..48f6ea1 100644 --- a/src/icons/VideoAudioSound/MusicNoteSlider.tsx +++ b/src/icons/VideoAudioSound/MusicNoteSlider.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MusicNoteSlider = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNoteSlider \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MusicNoteSlider = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNoteSlider \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MusicNoteSlider2.tsx b/src/icons/VideoAudioSound/MusicNoteSlider2.tsx index 07929dd..315a866 100644 --- a/src/icons/VideoAudioSound/MusicNoteSlider2.tsx +++ b/src/icons/VideoAudioSound/MusicNoteSlider2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MusicNoteSlider2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNoteSlider2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MusicNoteSlider2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNoteSlider2 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/MusicNotes.tsx b/src/icons/VideoAudioSound/MusicNotes.tsx index 40c3dfe..ac1ab1f 100644 --- a/src/icons/VideoAudioSound/MusicNotes.tsx +++ b/src/icons/VideoAudioSound/MusicNotes.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MusicNotes = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNotes \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MusicNotes = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MusicNotes \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Muted.tsx b/src/icons/VideoAudioSound/Muted.tsx index 059c5bf..3776168 100644 --- a/src/icons/VideoAudioSound/Muted.tsx +++ b/src/icons/VideoAudioSound/Muted.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Muted = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Muted \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Muted = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Muted \ No newline at end of file diff --git a/src/icons/VideoAudioSound/PIP.tsx b/src/icons/VideoAudioSound/PIP.tsx index 6fc1cbd..f457c5a 100644 --- a/src/icons/VideoAudioSound/PIP.tsx +++ b/src/icons/VideoAudioSound/PIP.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PIP = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PIP \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PIP = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PIP \ No newline at end of file diff --git a/src/icons/VideoAudioSound/PIP2.tsx b/src/icons/VideoAudioSound/PIP2.tsx index ef4a129..b1b0fc2 100644 --- a/src/icons/VideoAudioSound/PIP2.tsx +++ b/src/icons/VideoAudioSound/PIP2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PIP2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PIP2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PIP2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PIP2 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Panorama.tsx b/src/icons/VideoAudioSound/Panorama.tsx index 759ddd0..575f744 100644 --- a/src/icons/VideoAudioSound/Panorama.tsx +++ b/src/icons/VideoAudioSound/Panorama.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Panorama = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Panorama \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Panorama = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Panorama \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Pause.tsx b/src/icons/VideoAudioSound/Pause.tsx index bae0fad..69bde5c 100644 --- a/src/icons/VideoAudioSound/Pause.tsx +++ b/src/icons/VideoAudioSound/Pause.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Pause = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pause \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Pause = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Pause \ No newline at end of file diff --git a/src/icons/VideoAudioSound/PauseCircle.tsx b/src/icons/VideoAudioSound/PauseCircle.tsx index 375ea18..43e57d6 100644 --- a/src/icons/VideoAudioSound/PauseCircle.tsx +++ b/src/icons/VideoAudioSound/PauseCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PauseCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PauseCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PauseCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PauseCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Play.tsx b/src/icons/VideoAudioSound/Play.tsx index 3385543..f9805b7 100644 --- a/src/icons/VideoAudioSound/Play.tsx +++ b/src/icons/VideoAudioSound/Play.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Play = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Play \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Play = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Play \ No newline at end of file diff --git a/src/icons/VideoAudioSound/PlayCircle.tsx b/src/icons/VideoAudioSound/PlayCircle.tsx index 112f611..34cef51 100644 --- a/src/icons/VideoAudioSound/PlayCircle.tsx +++ b/src/icons/VideoAudioSound/PlayCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PlayCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlayCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PlayCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlayCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/PlayStream.tsx b/src/icons/VideoAudioSound/PlayStream.tsx index c5d8672..af34296 100644 --- a/src/icons/VideoAudioSound/PlayStream.tsx +++ b/src/icons/VideoAudioSound/PlayStream.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PlayStream = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlayStream \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PlayStream = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlayStream \ No newline at end of file diff --git a/src/icons/VideoAudioSound/PlaybackSpeed.tsx b/src/icons/VideoAudioSound/PlaybackSpeed.tsx index f8f4e2e..886b5f6 100644 --- a/src/icons/VideoAudioSound/PlaybackSpeed.tsx +++ b/src/icons/VideoAudioSound/PlaybackSpeed.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const PlaybackSpeed = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlaybackSpeed \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const PlaybackSpeed = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default PlaybackSpeed \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Podcast.tsx b/src/icons/VideoAudioSound/Podcast.tsx index a695d71..8dff36b 100644 --- a/src/icons/VideoAudioSound/Podcast.tsx +++ b/src/icons/VideoAudioSound/Podcast.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Podcast = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Podcast \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Podcast = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Podcast \ No newline at end of file diff --git a/src/icons/VideoAudioSound/QuitFullScreen.tsx b/src/icons/VideoAudioSound/QuitFullScreen.tsx index a149f26..5b7f35a 100644 --- a/src/icons/VideoAudioSound/QuitFullScreen.tsx +++ b/src/icons/VideoAudioSound/QuitFullScreen.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const QuitFullScreen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuitFullScreen \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const QuitFullScreen = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuitFullScreen \ No newline at end of file diff --git a/src/icons/VideoAudioSound/QuitFullScreenCircle.tsx b/src/icons/VideoAudioSound/QuitFullScreenCircle.tsx index ea86bc9..a8b1df5 100644 --- a/src/icons/VideoAudioSound/QuitFullScreenCircle.tsx +++ b/src/icons/VideoAudioSound/QuitFullScreenCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const QuitFullScreenCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuitFullScreenCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const QuitFullScreenCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuitFullScreenCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/QuitFullScreenSquare.tsx b/src/icons/VideoAudioSound/QuitFullScreenSquare.tsx index 65185a3..659ffcf 100644 --- a/src/icons/VideoAudioSound/QuitFullScreenSquare.tsx +++ b/src/icons/VideoAudioSound/QuitFullScreenSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const QuitFullScreenSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuitFullScreenSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const QuitFullScreenSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuitFullScreenSquare \ No newline at end of file diff --git a/src/icons/VideoAudioSound/QuitPip.tsx b/src/icons/VideoAudioSound/QuitPip.tsx index d5634ca..5e45a6e 100644 --- a/src/icons/VideoAudioSound/QuitPip.tsx +++ b/src/icons/VideoAudioSound/QuitPip.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const QuitPip = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuitPip \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const QuitPip = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default QuitPip \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Record.tsx b/src/icons/VideoAudioSound/Record.tsx index 879f4c5..52275d1 100644 --- a/src/icons/VideoAudioSound/Record.tsx +++ b/src/icons/VideoAudioSound/Record.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Record = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Record \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Record = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Record \ No newline at end of file diff --git a/src/icons/VideoAudioSound/RecordCircle.tsx b/src/icons/VideoAudioSound/RecordCircle.tsx index df476c1..18bc16c 100644 --- a/src/icons/VideoAudioSound/RecordCircle.tsx +++ b/src/icons/VideoAudioSound/RecordCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RecordCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RecordCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RecordCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RecordCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Reel.tsx b/src/icons/VideoAudioSound/Reel.tsx index 7950f1d..8b350e3 100644 --- a/src/icons/VideoAudioSound/Reel.tsx +++ b/src/icons/VideoAudioSound/Reel.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Reel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reel \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Reel = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reel \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Reel2.tsx b/src/icons/VideoAudioSound/Reel2.tsx index b390209..29733df 100644 --- a/src/icons/VideoAudioSound/Reel2.tsx +++ b/src/icons/VideoAudioSound/Reel2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Reel2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reel2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Reel2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Reel2 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Repeat.tsx b/src/icons/VideoAudioSound/Repeat.tsx index 608ad68..2bb5687 100644 --- a/src/icons/VideoAudioSound/Repeat.tsx +++ b/src/icons/VideoAudioSound/Repeat.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Repeat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Repeat \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Repeat = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Repeat \ No newline at end of file diff --git a/src/icons/VideoAudioSound/RepeatOne.tsx b/src/icons/VideoAudioSound/RepeatOne.tsx index 8696add..63c00d2 100644 --- a/src/icons/VideoAudioSound/RepeatOne.tsx +++ b/src/icons/VideoAudioSound/RepeatOne.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RepeatOne = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RepeatOne \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RepeatOne = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RepeatOne \ No newline at end of file diff --git a/src/icons/VideoAudioSound/RepeatOneMinimalistic.tsx b/src/icons/VideoAudioSound/RepeatOneMinimalistic.tsx index 684bbf9..f59548b 100644 --- a/src/icons/VideoAudioSound/RepeatOneMinimalistic.tsx +++ b/src/icons/VideoAudioSound/RepeatOneMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RepeatOneMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RepeatOneMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RepeatOneMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RepeatOneMinimalistic \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Rewind10SecondsBack.tsx b/src/icons/VideoAudioSound/Rewind10SecondsBack.tsx index 30929af..21ec220 100644 --- a/src/icons/VideoAudioSound/Rewind10SecondsBack.tsx +++ b/src/icons/VideoAudioSound/Rewind10SecondsBack.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rewind10SecondsBack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind10SecondsBack \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Rewind10SecondsBack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind10SecondsBack \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Rewind10SecondsForward.tsx b/src/icons/VideoAudioSound/Rewind10SecondsForward.tsx index ea9a75b..5d87893 100644 --- a/src/icons/VideoAudioSound/Rewind10SecondsForward.tsx +++ b/src/icons/VideoAudioSound/Rewind10SecondsForward.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rewind10SecondsForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind10SecondsForward \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Rewind10SecondsForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind10SecondsForward \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Rewind15SecondsBack.tsx b/src/icons/VideoAudioSound/Rewind15SecondsBack.tsx index 52e3162..ab0b8b8 100644 --- a/src/icons/VideoAudioSound/Rewind15SecondsBack.tsx +++ b/src/icons/VideoAudioSound/Rewind15SecondsBack.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rewind15SecondsBack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind15SecondsBack \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Rewind15SecondsBack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind15SecondsBack \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Rewind15SecondsForward.tsx b/src/icons/VideoAudioSound/Rewind15SecondsForward.tsx index 00158cb..9c9d476 100644 --- a/src/icons/VideoAudioSound/Rewind15SecondsForward.tsx +++ b/src/icons/VideoAudioSound/Rewind15SecondsForward.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rewind15SecondsForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind15SecondsForward \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Rewind15SecondsForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind15SecondsForward \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Rewind5SecondsBack.tsx b/src/icons/VideoAudioSound/Rewind5SecondsBack.tsx index 862bfce..6e90791 100644 --- a/src/icons/VideoAudioSound/Rewind5SecondsBack.tsx +++ b/src/icons/VideoAudioSound/Rewind5SecondsBack.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rewind5SecondsBack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind5SecondsBack \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Rewind5SecondsBack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind5SecondsBack \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Rewind5SecondsForward.tsx b/src/icons/VideoAudioSound/Rewind5SecondsForward.tsx index cc6bd9f..2ffaed9 100644 --- a/src/icons/VideoAudioSound/Rewind5SecondsForward.tsx +++ b/src/icons/VideoAudioSound/Rewind5SecondsForward.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Rewind5SecondsForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind5SecondsForward \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Rewind5SecondsForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Rewind5SecondsForward \ No newline at end of file diff --git a/src/icons/VideoAudioSound/RewindBack.tsx b/src/icons/VideoAudioSound/RewindBack.tsx index b29d8a2..6a9c917 100644 --- a/src/icons/VideoAudioSound/RewindBack.tsx +++ b/src/icons/VideoAudioSound/RewindBack.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RewindBack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RewindBack \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RewindBack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RewindBack \ No newline at end of file diff --git a/src/icons/VideoAudioSound/RewindBackCircle.tsx b/src/icons/VideoAudioSound/RewindBackCircle.tsx index d77e53e..ff9db19 100644 --- a/src/icons/VideoAudioSound/RewindBackCircle.tsx +++ b/src/icons/VideoAudioSound/RewindBackCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RewindBackCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RewindBackCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RewindBackCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RewindBackCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/RewindForward.tsx b/src/icons/VideoAudioSound/RewindForward.tsx index 749ea61..6a2d522 100644 --- a/src/icons/VideoAudioSound/RewindForward.tsx +++ b/src/icons/VideoAudioSound/RewindForward.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RewindForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RewindForward \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RewindForward = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RewindForward \ No newline at end of file diff --git a/src/icons/VideoAudioSound/RewindForwardCircle.tsx b/src/icons/VideoAudioSound/RewindForwardCircle.tsx index 382455e..a0a49fa 100644 --- a/src/icons/VideoAudioSound/RewindForwardCircle.tsx +++ b/src/icons/VideoAudioSound/RewindForwardCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const RewindForwardCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RewindForwardCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const RewindForwardCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default RewindForwardCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Shuffle.tsx b/src/icons/VideoAudioSound/Shuffle.tsx index 193249f..2429af0 100644 --- a/src/icons/VideoAudioSound/Shuffle.tsx +++ b/src/icons/VideoAudioSound/Shuffle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Shuffle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Shuffle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Shuffle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Shuffle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/SkipNext.tsx b/src/icons/VideoAudioSound/SkipNext.tsx index 345784c..905aed8 100644 --- a/src/icons/VideoAudioSound/SkipNext.tsx +++ b/src/icons/VideoAudioSound/SkipNext.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SkipNext = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SkipNext \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SkipNext = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SkipNext \ No newline at end of file diff --git a/src/icons/VideoAudioSound/SkipPrevious.tsx b/src/icons/VideoAudioSound/SkipPrevious.tsx index ccde12f..3fb2389 100644 --- a/src/icons/VideoAudioSound/SkipPrevious.tsx +++ b/src/icons/VideoAudioSound/SkipPrevious.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SkipPrevious = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SkipPrevious \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SkipPrevious = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SkipPrevious \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Soundwave.tsx b/src/icons/VideoAudioSound/Soundwave.tsx index 897f1d9..5a9c01b 100644 --- a/src/icons/VideoAudioSound/Soundwave.tsx +++ b/src/icons/VideoAudioSound/Soundwave.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Soundwave = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Soundwave \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Soundwave = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Soundwave \ No newline at end of file diff --git a/src/icons/VideoAudioSound/SoundwaveCircle.tsx b/src/icons/VideoAudioSound/SoundwaveCircle.tsx index 2f1feb2..c8ffdda 100644 --- a/src/icons/VideoAudioSound/SoundwaveCircle.tsx +++ b/src/icons/VideoAudioSound/SoundwaveCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SoundwaveCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SoundwaveCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SoundwaveCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SoundwaveCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/SoundwaveSquare.tsx b/src/icons/VideoAudioSound/SoundwaveSquare.tsx index a00431c..afa5a2d 100644 --- a/src/icons/VideoAudioSound/SoundwaveSquare.tsx +++ b/src/icons/VideoAudioSound/SoundwaveSquare.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SoundwaveSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SoundwaveSquare \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SoundwaveSquare = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SoundwaveSquare \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Stop.tsx b/src/icons/VideoAudioSound/Stop.tsx index a38f12b..f669644 100644 --- a/src/icons/VideoAudioSound/Stop.tsx +++ b/src/icons/VideoAudioSound/Stop.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Stop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stop \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Stop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stop \ No newline at end of file diff --git a/src/icons/VideoAudioSound/StopCircle.tsx b/src/icons/VideoAudioSound/StopCircle.tsx index c0f6072..f3fe6d8 100644 --- a/src/icons/VideoAudioSound/StopCircle.tsx +++ b/src/icons/VideoAudioSound/StopCircle.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const StopCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StopCircle \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const StopCircle = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default StopCircle \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Stream.tsx b/src/icons/VideoAudioSound/Stream.tsx index 128058e..22847b6 100644 --- a/src/icons/VideoAudioSound/Stream.tsx +++ b/src/icons/VideoAudioSound/Stream.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Stream = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stream \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Stream = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stream \ No newline at end of file diff --git a/src/icons/VideoAudioSound/ToPip.tsx b/src/icons/VideoAudioSound/ToPip.tsx index 2ad0aca..aa65179 100644 --- a/src/icons/VideoAudioSound/ToPip.tsx +++ b/src/icons/VideoAudioSound/ToPip.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const ToPip = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ToPip \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const ToPip = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default ToPip \ No newline at end of file diff --git a/src/icons/VideoAudioSound/UploadTrack.tsx b/src/icons/VideoAudioSound/UploadTrack.tsx index 537e617..23d294a 100644 --- a/src/icons/VideoAudioSound/UploadTrack.tsx +++ b/src/icons/VideoAudioSound/UploadTrack.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UploadTrack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadTrack \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UploadTrack = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadTrack \ No newline at end of file diff --git a/src/icons/VideoAudioSound/UploadTrack2.tsx b/src/icons/VideoAudioSound/UploadTrack2.tsx index 10a2cf2..45045cc 100644 --- a/src/icons/VideoAudioSound/UploadTrack2.tsx +++ b/src/icons/VideoAudioSound/UploadTrack2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const UploadTrack2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadTrack2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const UploadTrack2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default UploadTrack2 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideoFrame.tsx b/src/icons/VideoAudioSound/VideoFrame.tsx index fdefef2..ed1cc81 100644 --- a/src/icons/VideoAudioSound/VideoFrame.tsx +++ b/src/icons/VideoAudioSound/VideoFrame.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideoFrame = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrame \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideoFrame = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrame \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideoFrame2.tsx b/src/icons/VideoAudioSound/VideoFrame2.tsx index 5e10957..10b930c 100644 --- a/src/icons/VideoAudioSound/VideoFrame2.tsx +++ b/src/icons/VideoAudioSound/VideoFrame2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideoFrame2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrame2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideoFrame2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrame2 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideoFrameCut.tsx b/src/icons/VideoAudioSound/VideoFrameCut.tsx index 37eeab8..b186fca 100644 --- a/src/icons/VideoAudioSound/VideoFrameCut.tsx +++ b/src/icons/VideoAudioSound/VideoFrameCut.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideoFrameCut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrameCut \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideoFrameCut = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrameCut \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideoFrameCut2.tsx b/src/icons/VideoAudioSound/VideoFrameCut2.tsx index 4d491ce..e3f0220 100644 --- a/src/icons/VideoAudioSound/VideoFrameCut2.tsx +++ b/src/icons/VideoAudioSound/VideoFrameCut2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideoFrameCut2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrameCut2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideoFrameCut2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrameCut2 \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideoFramePlayHorizontal.tsx b/src/icons/VideoAudioSound/VideoFramePlayHorizontal.tsx index 94a3e73..48235c6 100644 --- a/src/icons/VideoAudioSound/VideoFramePlayHorizontal.tsx +++ b/src/icons/VideoAudioSound/VideoFramePlayHorizontal.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideoFramePlayHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFramePlayHorizontal \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideoFramePlayHorizontal = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFramePlayHorizontal \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideoFramePlayVertical.tsx b/src/icons/VideoAudioSound/VideoFramePlayVertical.tsx index 8078401..cd561a7 100644 --- a/src/icons/VideoAudioSound/VideoFramePlayVertical.tsx +++ b/src/icons/VideoAudioSound/VideoFramePlayVertical.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideoFramePlayVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFramePlayVertical \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideoFramePlayVertical = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFramePlayVertical \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideoFrameReplace.tsx b/src/icons/VideoAudioSound/VideoFrameReplace.tsx index d9dfa03..e875967 100644 --- a/src/icons/VideoAudioSound/VideoFrameReplace.tsx +++ b/src/icons/VideoAudioSound/VideoFrameReplace.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideoFrameReplace = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrameReplace \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideoFrameReplace = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoFrameReplace \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideoLibrary.tsx b/src/icons/VideoAudioSound/VideoLibrary.tsx index c08f00e..74d65f1 100644 --- a/src/icons/VideoAudioSound/VideoLibrary.tsx +++ b/src/icons/VideoAudioSound/VideoLibrary.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideoLibrary = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoLibrary \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideoLibrary = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideoLibrary \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Videocamera.tsx b/src/icons/VideoAudioSound/Videocamera.tsx index 4a14f4f..bc4acc0 100644 --- a/src/icons/VideoAudioSound/Videocamera.tsx +++ b/src/icons/VideoAudioSound/Videocamera.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Videocamera = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Videocamera \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Videocamera = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Videocamera \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideocameraAdd.tsx b/src/icons/VideoAudioSound/VideocameraAdd.tsx index 0225373..0c28268 100644 --- a/src/icons/VideoAudioSound/VideocameraAdd.tsx +++ b/src/icons/VideoAudioSound/VideocameraAdd.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideocameraAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideocameraAdd \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideocameraAdd = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideocameraAdd \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VideocameraRecord.tsx b/src/icons/VideoAudioSound/VideocameraRecord.tsx index b7ba7e0..5f432bb 100644 --- a/src/icons/VideoAudioSound/VideocameraRecord.tsx +++ b/src/icons/VideoAudioSound/VideocameraRecord.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VideocameraRecord = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideocameraRecord \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VideocameraRecord = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VideocameraRecord \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Vinyl.tsx b/src/icons/VideoAudioSound/Vinyl.tsx index a556dc3..992f092 100644 --- a/src/icons/VideoAudioSound/Vinyl.tsx +++ b/src/icons/VideoAudioSound/Vinyl.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Vinyl = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Vinyl \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Vinyl = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Vinyl \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VinylRecord.tsx b/src/icons/VideoAudioSound/VinylRecord.tsx index b77c4c6..091a00e 100644 --- a/src/icons/VideoAudioSound/VinylRecord.tsx +++ b/src/icons/VideoAudioSound/VinylRecord.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VinylRecord = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VinylRecord \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VinylRecord = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VinylRecord \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Volume.tsx b/src/icons/VideoAudioSound/Volume.tsx index be9504e..d60c090 100644 --- a/src/icons/VideoAudioSound/Volume.tsx +++ b/src/icons/VideoAudioSound/Volume.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Volume = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Volume \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Volume = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Volume \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VolumeCross.tsx b/src/icons/VideoAudioSound/VolumeCross.tsx index edd22df..09f84fb 100644 --- a/src/icons/VideoAudioSound/VolumeCross.tsx +++ b/src/icons/VideoAudioSound/VolumeCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VolumeCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VolumeCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VolumeCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VolumeCross \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VolumeLoud.tsx b/src/icons/VideoAudioSound/VolumeLoud.tsx index 008506e..71f6dca 100644 --- a/src/icons/VideoAudioSound/VolumeLoud.tsx +++ b/src/icons/VideoAudioSound/VolumeLoud.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VolumeLoud = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VolumeLoud \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VolumeLoud = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VolumeLoud \ No newline at end of file diff --git a/src/icons/VideoAudioSound/VolumeSmall.tsx b/src/icons/VideoAudioSound/VolumeSmall.tsx index ee480a9..00d6877 100644 --- a/src/icons/VideoAudioSound/VolumeSmall.tsx +++ b/src/icons/VideoAudioSound/VolumeSmall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const VolumeSmall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VolumeSmall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const VolumeSmall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default VolumeSmall \ No newline at end of file diff --git a/src/icons/VideoAudioSound/Wallpaper.tsx b/src/icons/VideoAudioSound/Wallpaper.tsx index b05f86c..42e6136 100644 --- a/src/icons/VideoAudioSound/Wallpaper.tsx +++ b/src/icons/VideoAudioSound/Wallpaper.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Wallpaper = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wallpaper \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Wallpaper = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wallpaper \ No newline at end of file diff --git a/src/icons/VideoAudioSound/index.tsx b/src/icons/VideoAudioSound/index.tsx index cd343f5..e5f4e6d 100644 --- a/src/icons/VideoAudioSound/index.tsx +++ b/src/icons/VideoAudioSound/index.tsx @@ -36,19 +36,19 @@ export { default as MusicNote } from "./MusicNote"; export { default as MusicNote2 } from "./MusicNote2"; export { default as MusicNote3 } from "./MusicNote3"; export { default as MusicNote4 } from "./MusicNote4"; -export { default as MusicNotes } from "./MusicNotes"; export { default as MusicNoteSlider } from "./MusicNoteSlider"; export { default as MusicNoteSlider2 } from "./MusicNoteSlider2"; +export { default as MusicNotes } from "./MusicNotes"; export { default as Muted } from "./Muted"; +export { default as PIP } from "./PIP"; +export { default as PIP2 } from "./PIP2"; export { default as Panorama } from "./Panorama"; export { default as Pause } from "./Pause"; export { default as PauseCircle } from "./PauseCircle"; -export { default as PIP } from "./PIP"; -export { default as PIP2 } from "./PIP2"; export { default as Play } from "./Play"; -export { default as PlaybackSpeed } from "./PlaybackSpeed"; export { default as PlayCircle } from "./PlayCircle"; export { default as PlayStream } from "./PlayStream"; +export { default as PlaybackSpeed } from "./PlaybackSpeed"; export { default as Podcast } from "./Podcast"; export { default as QuitFullScreen } from "./QuitFullScreen"; export { default as QuitFullScreenCircle } from "./QuitFullScreenCircle"; @@ -83,9 +83,6 @@ export { default as Stream } from "./Stream"; export { default as ToPip } from "./ToPip"; export { default as UploadTrack } from "./UploadTrack"; export { default as UploadTrack2 } from "./UploadTrack2"; -export { default as Videocamera } from "./Videocamera"; -export { default as VideocameraAdd } from "./VideocameraAdd"; -export { default as VideocameraRecord } from "./VideocameraRecord"; export { default as VideoFrame } from "./VideoFrame"; export { default as VideoFrame2 } from "./VideoFrame2"; export { default as VideoFrameCut } from "./VideoFrameCut"; @@ -94,6 +91,9 @@ export { default as VideoFramePlayHorizontal } from "./VideoFramePlayHorizontal" export { default as VideoFramePlayVertical } from "./VideoFramePlayVertical"; export { default as VideoFrameReplace } from "./VideoFrameReplace"; export { default as VideoLibrary } from "./VideoLibrary"; +export { default as Videocamera } from "./Videocamera"; +export { default as VideocameraAdd } from "./VideocameraAdd"; +export { default as VideocameraRecord } from "./VideocameraRecord"; export { default as Vinyl } from "./Vinyl"; export { default as VinylRecord } from "./VinylRecord"; export { default as Volume } from "./Volume"; diff --git a/src/icons/Weather/Cloud.tsx b/src/icons/Weather/Cloud.tsx index 39f070a..7ee572d 100644 --- a/src/icons/Weather/Cloud.tsx +++ b/src/icons/Weather/Cloud.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Cloud = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cloud \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Cloud = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Cloud \ No newline at end of file diff --git a/src/icons/Weather/CloudBolt.tsx b/src/icons/Weather/CloudBolt.tsx index d3e5565..6680be3 100644 --- a/src/icons/Weather/CloudBolt.tsx +++ b/src/icons/Weather/CloudBolt.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudBolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudBolt \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudBolt = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudBolt \ No newline at end of file diff --git a/src/icons/Weather/CloudBoltMinimalistic.tsx b/src/icons/Weather/CloudBoltMinimalistic.tsx index dc0d5da..443a934 100644 --- a/src/icons/Weather/CloudBoltMinimalistic.tsx +++ b/src/icons/Weather/CloudBoltMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudBoltMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudBoltMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudBoltMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudBoltMinimalistic \ No newline at end of file diff --git a/src/icons/Weather/CloudCheck.tsx b/src/icons/Weather/CloudCheck.tsx index d113378..4eae3c6 100644 --- a/src/icons/Weather/CloudCheck.tsx +++ b/src/icons/Weather/CloudCheck.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudCheck \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudCheck = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudCheck \ No newline at end of file diff --git a/src/icons/Weather/CloudDownload.tsx b/src/icons/Weather/CloudDownload.tsx index 16468cf..6bf9388 100644 --- a/src/icons/Weather/CloudDownload.tsx +++ b/src/icons/Weather/CloudDownload.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudDownload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudDownload \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudDownload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudDownload \ No newline at end of file diff --git a/src/icons/Weather/CloudMinus.tsx b/src/icons/Weather/CloudMinus.tsx index 72de722..231ca3c 100644 --- a/src/icons/Weather/CloudMinus.tsx +++ b/src/icons/Weather/CloudMinus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudMinus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudMinus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudMinus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudMinus \ No newline at end of file diff --git a/src/icons/Weather/CloudPlus.tsx b/src/icons/Weather/CloudPlus.tsx index b0f55c6..bd20d0b 100644 --- a/src/icons/Weather/CloudPlus.tsx +++ b/src/icons/Weather/CloudPlus.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudPlus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudPlus \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudPlus = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudPlus \ No newline at end of file diff --git a/src/icons/Weather/CloudRain.tsx b/src/icons/Weather/CloudRain.tsx index aeb8b0e..6c61888 100644 --- a/src/icons/Weather/CloudRain.tsx +++ b/src/icons/Weather/CloudRain.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudRain = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudRain \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudRain = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudRain \ No newline at end of file diff --git a/src/icons/Weather/CloudSnowfall.tsx b/src/icons/Weather/CloudSnowfall.tsx index 8905536..28f8c94 100644 --- a/src/icons/Weather/CloudSnowfall.tsx +++ b/src/icons/Weather/CloudSnowfall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudSnowfall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudSnowfall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudSnowfall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudSnowfall \ No newline at end of file diff --git a/src/icons/Weather/CloudSnowfallMinimalistic.tsx b/src/icons/Weather/CloudSnowfallMinimalistic.tsx index 8fa52dd..9207a66 100644 --- a/src/icons/Weather/CloudSnowfallMinimalistic.tsx +++ b/src/icons/Weather/CloudSnowfallMinimalistic.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudSnowfallMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudSnowfallMinimalistic \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudSnowfallMinimalistic = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudSnowfallMinimalistic \ No newline at end of file diff --git a/src/icons/Weather/CloudStorm.tsx b/src/icons/Weather/CloudStorm.tsx index b52c2f1..56c5451 100644 --- a/src/icons/Weather/CloudStorm.tsx +++ b/src/icons/Weather/CloudStorm.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudStorm = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudStorm \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudStorm = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudStorm \ No newline at end of file diff --git a/src/icons/Weather/CloudSun.tsx b/src/icons/Weather/CloudSun.tsx index 1fb7660..f1f5169 100644 --- a/src/icons/Weather/CloudSun.tsx +++ b/src/icons/Weather/CloudSun.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudSun = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudSun \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudSun = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudSun \ No newline at end of file diff --git a/src/icons/Weather/CloudSun2.tsx b/src/icons/Weather/CloudSun2.tsx index d5f059c..58abe1f 100644 --- a/src/icons/Weather/CloudSun2.tsx +++ b/src/icons/Weather/CloudSun2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudSun2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudSun2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudSun2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudSun2 \ No newline at end of file diff --git a/src/icons/Weather/CloudUpload.tsx b/src/icons/Weather/CloudUpload.tsx index 098e1f3..07dd6b4 100644 --- a/src/icons/Weather/CloudUpload.tsx +++ b/src/icons/Weather/CloudUpload.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudUpload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudUpload \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudUpload = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudUpload \ No newline at end of file diff --git a/src/icons/Weather/CloudWaterdrop.tsx b/src/icons/Weather/CloudWaterdrop.tsx index faa763b..825456e 100644 --- a/src/icons/Weather/CloudWaterdrop.tsx +++ b/src/icons/Weather/CloudWaterdrop.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudWaterdrop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudWaterdrop \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudWaterdrop = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudWaterdrop \ No newline at end of file diff --git a/src/icons/Weather/CloudWaterdrops.tsx b/src/icons/Weather/CloudWaterdrops.tsx index 8991e7e..4928e94 100644 --- a/src/icons/Weather/CloudWaterdrops.tsx +++ b/src/icons/Weather/CloudWaterdrops.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudWaterdrops = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudWaterdrops \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudWaterdrops = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudWaterdrops \ No newline at end of file diff --git a/src/icons/Weather/Clouds.tsx b/src/icons/Weather/Clouds.tsx index e8431cf..60f57c9 100644 --- a/src/icons/Weather/Clouds.tsx +++ b/src/icons/Weather/Clouds.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Clouds = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Clouds \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Clouds = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Clouds \ No newline at end of file diff --git a/src/icons/Weather/CloudyMoon.tsx b/src/icons/Weather/CloudyMoon.tsx index 7adb5ef..fb54330 100644 --- a/src/icons/Weather/CloudyMoon.tsx +++ b/src/icons/Weather/CloudyMoon.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloudyMoon = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudyMoon \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloudyMoon = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloudyMoon \ No newline at end of file diff --git a/src/icons/Weather/CloundCross.tsx b/src/icons/Weather/CloundCross.tsx index 35e98e2..7d3a279 100644 --- a/src/icons/Weather/CloundCross.tsx +++ b/src/icons/Weather/CloundCross.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const CloundCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloundCross \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const CloundCross = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default CloundCross \ No newline at end of file diff --git a/src/icons/Weather/Fog.tsx b/src/icons/Weather/Fog.tsx index fa7bfc9..36d4531 100644 --- a/src/icons/Weather/Fog.tsx +++ b/src/icons/Weather/Fog.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Fog = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Fog \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Fog = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Fog \ No newline at end of file diff --git a/src/icons/Weather/Moon.tsx b/src/icons/Weather/Moon.tsx index b1b4bdb..ca107a1 100644 --- a/src/icons/Weather/Moon.tsx +++ b/src/icons/Weather/Moon.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Moon = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Moon \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Moon = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Moon \ No newline at end of file diff --git a/src/icons/Weather/MoonFog.tsx b/src/icons/Weather/MoonFog.tsx index 4525a67..a392a98 100644 --- a/src/icons/Weather/MoonFog.tsx +++ b/src/icons/Weather/MoonFog.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MoonFog = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoonFog \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MoonFog = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoonFog \ No newline at end of file diff --git a/src/icons/Weather/MoonSleep.tsx b/src/icons/Weather/MoonSleep.tsx index aa5a1e7..815d3fa 100644 --- a/src/icons/Weather/MoonSleep.tsx +++ b/src/icons/Weather/MoonSleep.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MoonSleep = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoonSleep \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MoonSleep = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoonSleep \ No newline at end of file diff --git a/src/icons/Weather/MoonStars.tsx b/src/icons/Weather/MoonStars.tsx index be643f3..e45e53f 100644 --- a/src/icons/Weather/MoonStars.tsx +++ b/src/icons/Weather/MoonStars.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const MoonStars = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoonStars \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const MoonStars = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default MoonStars \ No newline at end of file diff --git a/src/icons/Weather/Snowflake.tsx b/src/icons/Weather/Snowflake.tsx index f04b701..bfc9fdd 100644 --- a/src/icons/Weather/Snowflake.tsx +++ b/src/icons/Weather/Snowflake.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Snowflake = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Snowflake \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Snowflake = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Snowflake \ No newline at end of file diff --git a/src/icons/Weather/Stars.tsx b/src/icons/Weather/Stars.tsx index 92815c4..4ebb8a2 100644 --- a/src/icons/Weather/Stars.tsx +++ b/src/icons/Weather/Stars.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Stars = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stars \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Stars = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Stars \ No newline at end of file diff --git a/src/icons/Weather/Sun.tsx b/src/icons/Weather/Sun.tsx index bc5414a..c2e7f75 100644 --- a/src/icons/Weather/Sun.tsx +++ b/src/icons/Weather/Sun.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sun = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sun \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sun = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sun \ No newline at end of file diff --git a/src/icons/Weather/Sun2.tsx b/src/icons/Weather/Sun2.tsx index 5556854..2a5c51b 100644 --- a/src/icons/Weather/Sun2.tsx +++ b/src/icons/Weather/Sun2.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sun2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sun2 \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sun2 = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sun2 \ No newline at end of file diff --git a/src/icons/Weather/SunFog.tsx b/src/icons/Weather/SunFog.tsx index a6e54b7..6fac9ab 100644 --- a/src/icons/Weather/SunFog.tsx +++ b/src/icons/Weather/SunFog.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const SunFog = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SunFog \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const SunFog = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default SunFog \ No newline at end of file diff --git a/src/icons/Weather/Sunrise.tsx b/src/icons/Weather/Sunrise.tsx index 612e10d..8f202c4 100644 --- a/src/icons/Weather/Sunrise.tsx +++ b/src/icons/Weather/Sunrise.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sunrise = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sunrise \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sunrise = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sunrise \ No newline at end of file diff --git a/src/icons/Weather/Sunset.tsx b/src/icons/Weather/Sunset.tsx index 69656da..faf89fb 100644 --- a/src/icons/Weather/Sunset.tsx +++ b/src/icons/Weather/Sunset.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Sunset = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sunset \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Sunset = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Sunset \ No newline at end of file diff --git a/src/icons/Weather/Temperature.tsx b/src/icons/Weather/Temperature.tsx index d79f18e..dc377a4 100644 --- a/src/icons/Weather/Temperature.tsx +++ b/src/icons/Weather/Temperature.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Temperature = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Temperature \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Temperature = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Temperature \ No newline at end of file diff --git a/src/icons/Weather/Tornado.tsx b/src/icons/Weather/Tornado.tsx index e172054..277757b 100644 --- a/src/icons/Weather/Tornado.tsx +++ b/src/icons/Weather/Tornado.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Tornado = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tornado \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Tornado = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Tornado \ No newline at end of file diff --git a/src/icons/Weather/TornadoSmall.tsx b/src/icons/Weather/TornadoSmall.tsx index 1301b15..9c533f2 100644 --- a/src/icons/Weather/TornadoSmall.tsx +++ b/src/icons/Weather/TornadoSmall.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const TornadoSmall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TornadoSmall \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const TornadoSmall = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default TornadoSmall \ No newline at end of file diff --git a/src/icons/Weather/Waterdrops.tsx b/src/icons/Weather/Waterdrops.tsx index 4f414ff..c5250d1 100644 --- a/src/icons/Weather/Waterdrops.tsx +++ b/src/icons/Weather/Waterdrops.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Waterdrops = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Waterdrops \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Waterdrops = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Waterdrops \ No newline at end of file diff --git a/src/icons/Weather/Wind.tsx b/src/icons/Weather/Wind.tsx index 8154726..9e1681c 100644 --- a/src/icons/Weather/Wind.tsx +++ b/src/icons/Weather/Wind.tsx @@ -1 +1 @@ -import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../IconWrapper'; const Wind = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wind \ No newline at end of file +import * as React from 'react'; import { IconProps } from '../../types'; import { IconWrapper } from '../../IconWrapper'; const Wind = (allProps: IconProps) => { const { svgProps: props, iconStyle, ...restProps } = allProps; const styles: { [style: string]: React.ReactNode } = { Broken: , LineDuotone: , Linear: , Outline: , Bold: , BoldDuotone: }; return }; export default Wind \ No newline at end of file diff --git a/src/icons/Weather/index.tsx b/src/icons/Weather/index.tsx index 78d74a4..7c958c9 100644 --- a/src/icons/Weather/index.tsx +++ b/src/icons/Weather/index.tsx @@ -6,7 +6,6 @@ export { default as CloudDownload } from "./CloudDownload"; export { default as CloudMinus } from "./CloudMinus"; export { default as CloudPlus } from "./CloudPlus"; export { default as CloudRain } from "./CloudRain"; -export { default as Clouds } from "./Clouds"; export { default as CloudSnowfall } from "./CloudSnowfall"; export { default as CloudSnowfallMinimalistic } from "./CloudSnowfallMinimalistic"; export { default as CloudStorm } from "./CloudStorm"; @@ -15,6 +14,7 @@ export { default as CloudSun2 } from "./CloudSun2"; export { default as CloudUpload } from "./CloudUpload"; export { default as CloudWaterdrop } from "./CloudWaterdrop"; export { default as CloudWaterdrops } from "./CloudWaterdrops"; +export { default as Clouds } from "./Clouds"; export { default as CloudyMoon } from "./CloudyMoon"; export { default as CloundCross } from "./CloundCross"; export { default as Fog } from "./Fog";