@ftdata/f-icons 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/dist/Icon/Icon.stories.d.ts +6 -0
- package/dist/Icon/Icon.stories.js +22 -0
- package/dist/Icon/index.d.ts +8 -0
- package/dist/Icon/index.js +12 -0
- package/dist/Icon/svg/arrows/ArrangeFilterSortAlt/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrangeFilterSortAlt/index.js +43 -0
- package/dist/Icon/svg/arrows/ArrowDown/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowDown/index.js +28 -0
- package/dist/Icon/svg/arrows/ArrowLeft/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowLeft/index.js +36 -0
- package/dist/Icon/svg/arrows/ArrowLeftDown/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowLeftDown/index.js +36 -0
- package/dist/Icon/svg/arrows/ArrowLeftUp/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowLeftUp/index.js +29 -0
- package/dist/Icon/svg/arrows/ArrowRepeatRotate/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowRepeatRotate/index.js +43 -0
- package/dist/Icon/svg/arrows/ArrowRight/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowRight/index.js +36 -0
- package/dist/Icon/svg/arrows/ArrowRightDown/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowRightDown/index.js +29 -0
- package/dist/Icon/svg/arrows/ArrowRightUp/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowRightUp/index.js +29 -0
- package/dist/Icon/svg/arrows/ArrowUp/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/ArrowUp/index.js +29 -0
- package/dist/Icon/svg/arrows/CaretDown/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/CaretDown/index.js +20 -0
- package/dist/Icon/svg/arrows/CaretLeft/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/CaretLeft/index.js +20 -0
- package/dist/Icon/svg/arrows/CaretRight/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/CaretRight/index.js +20 -0
- package/dist/Icon/svg/arrows/CaretUp/index.d.ts +2 -0
- package/dist/Icon/svg/arrows/CaretUp/index.js +20 -0
- package/dist/Icon/svg/arrows/index.d.ts +30 -0
- package/dist/Icon/svg/arrows/index.js +31 -0
- package/dist/Icon/svg/buildings/Building/index.d.ts +2 -0
- package/dist/Icon/svg/buildings/Building/index.js +16 -0
- package/dist/Icon/svg/buildings/HotelBuilding/index.d.ts +2 -0
- package/dist/Icon/svg/buildings/HotelBuilding/index.js +128 -0
- package/dist/Icon/svg/buildings/index.d.ts +6 -0
- package/dist/Icon/svg/buildings/index.js +7 -0
- package/dist/Icon/svg/business-and-products/ArrowGrowth/index.d.ts +2 -0
- package/dist/Icon/svg/business-and-products/ArrowGrowth/index.js +17 -0
- package/dist/Icon/svg/business-and-products/BusinessChartMetrics/index.d.ts +2 -0
- package/dist/Icon/svg/business-and-products/BusinessChartMetrics/index.js +52 -0
- package/dist/Icon/svg/business-and-products/Chart19/index.d.ts +2 -0
- package/dist/Icon/svg/business-and-products/Chart19/index.js +42 -0
- package/dist/Icon/svg/business-and-products/SuitcasePortfolio/index.d.ts +2 -0
- package/dist/Icon/svg/business-and-products/SuitcasePortfolio/index.js +31 -0
- package/dist/Icon/svg/business-and-products/index.d.ts +10 -0
- package/dist/Icon/svg/business-and-products/index.js +11 -0
- package/dist/Icon/svg/car-and-services/BatteryEletrecityGenerator/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/BatteryEletrecityGenerator/index.js +59 -0
- package/dist/Icon/svg/car-and-services/Brakes/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/Brakes/index.js +38 -0
- package/dist/Icon/svg/car-and-services/Driver/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/Driver/index.js +19 -0
- package/dist/Icon/svg/car-and-services/GasStation/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/GasStation/index.js +59 -0
- package/dist/Icon/svg/car-and-services/Speedometer/index.d.ts +2 -0
- package/dist/Icon/svg/car-and-services/Speedometer/index.js +85 -0
- package/dist/Icon/svg/car-and-services/index.d.ts +12 -0
- package/dist/Icon/svg/car-and-services/index.js +13 -0
- package/dist/Icon/svg/content/BookAlt/index.d.ts +2 -0
- package/dist/Icon/svg/content/BookAlt/index.js +29 -0
- package/dist/Icon/svg/content/PenEdit/index.d.ts +2 -0
- package/dist/Icon/svg/content/PenEdit/index.js +43 -0
- package/dist/Icon/svg/content/PenEditAlt/index.d.ts +2 -0
- package/dist/Icon/svg/content/PenEditAlt/index.js +31 -0
- package/dist/Icon/svg/content/index.d.ts +8 -0
- package/dist/Icon/svg/content/index.js +9 -0
- package/dist/Icon/svg/delivery/WarehouseDeliveryCheckmark/index.d.ts +2 -0
- package/dist/Icon/svg/delivery/WarehouseDeliveryCheckmark/index.js +73 -0
- package/dist/Icon/svg/delivery/index.d.ts +4 -0
- package/dist/Icon/svg/delivery/index.js +5 -0
- package/dist/Icon/svg/design-tools/AnchorSelectEdit/index.d.ts +2 -0
- package/dist/Icon/svg/design-tools/AnchorSelectEdit/index.js +97 -0
- package/dist/Icon/svg/design-tools/AnchorSquareSelect/index.d.ts +2 -0
- package/dist/Icon/svg/design-tools/AnchorSquareSelect/index.js +79 -0
- package/dist/Icon/svg/design-tools/Layers/index.d.ts +2 -0
- package/dist/Icon/svg/design-tools/Layers/index.js +38 -0
- package/dist/Icon/svg/design-tools/Ruler/index.d.ts +2 -0
- package/dist/Icon/svg/design-tools/Ruler/index.js +66 -0
- package/dist/Icon/svg/design-tools/index.d.ts +10 -0
- package/dist/Icon/svg/design-tools/index.js +11 -0
- package/dist/Icon/svg/emails/CalendarSchedule/index.d.ts +2 -0
- package/dist/Icon/svg/emails/CalendarSchedule/index.js +80 -0
- package/dist/Icon/svg/emails/EmailsLetterMail2/index.d.ts +2 -0
- package/dist/Icon/svg/emails/EmailsLetterMail2/index.js +45 -0
- package/dist/Icon/svg/emails/MailBox/index.d.ts +2 -0
- package/dist/Icon/svg/emails/MailBox/index.js +69 -0
- package/dist/Icon/svg/emails/MailEmailLetter1/index.d.ts +2 -0
- package/dist/Icon/svg/emails/MailEmailLetter1/index.js +45 -0
- package/dist/Icon/svg/emails/MailEmailLetter3/index.d.ts +2 -0
- package/dist/Icon/svg/emails/MailEmailLetter3/index.js +38 -0
- package/dist/Icon/svg/emails/MailEmailLetterBadge/index.d.ts +2 -0
- package/dist/Icon/svg/emails/MailEmailLetterBadge/index.js +45 -0
- package/dist/Icon/svg/emails/index.d.ts +14 -0
- package/dist/Icon/svg/emails/index.js +15 -0
- package/dist/Icon/svg/energy/DropWaterRenewableCircle/index.d.ts +2 -0
- package/dist/Icon/svg/energy/DropWaterRenewableCircle/index.js +73 -0
- package/dist/Icon/svg/energy/index.d.ts +4 -0
- package/dist/Icon/svg/energy/index.js +5 -0
- package/dist/Icon/svg/files/DocumentsFileExcelAlt/index.d.ts +2 -0
- package/dist/Icon/svg/files/DocumentsFileExcelAlt/index.js +54 -0
- package/dist/Icon/svg/files/DocumentsFilePdf/index.d.ts +2 -0
- package/dist/Icon/svg/files/DocumentsFilePdf/index.js +79 -0
- package/dist/Icon/svg/files/index.d.ts +6 -0
- package/dist/Icon/svg/files/index.js +7 -0
- package/dist/Icon/svg/icons.d.ts +140 -0
- package/dist/Icon/svg/icons.js +40 -0
- package/dist/Icon/svg/interface/AirplaySignal/index.d.ts +2 -0
- package/dist/Icon/svg/interface/AirplaySignal/index.js +45 -0
- package/dist/Icon/svg/interface/AlarmClockTimeRounded/index.d.ts +2 -0
- package/dist/Icon/svg/interface/AlarmClockTimeRounded/index.js +29 -0
- package/dist/Icon/svg/interface/ArrowCirclePlay/index.d.ts +2 -0
- package/dist/Icon/svg/interface/ArrowCirclePlay/index.js +33 -0
- package/dist/Icon/svg/interface/BatteryCharge5/index.d.ts +2 -0
- package/dist/Icon/svg/interface/BatteryCharge5/index.js +38 -0
- package/dist/Icon/svg/interface/BellNotification/index.d.ts +2 -0
- package/dist/Icon/svg/interface/BellNotification/index.js +38 -0
- package/dist/Icon/svg/interface/Briefcase/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Briefcase/index.js +38 -0
- package/dist/Icon/svg/interface/CheckmarkDoneCheck/index.d.ts +2 -0
- package/dist/Icon/svg/interface/CheckmarkDoneCheck/index.js +29 -0
- package/dist/Icon/svg/interface/ClockTimeArrow/index.d.ts +2 -0
- package/dist/Icon/svg/interface/ClockTimeArrow/index.js +57 -0
- package/dist/Icon/svg/interface/ColumnChartSquareAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/ColumnChartSquareAlt/index.js +54 -0
- package/dist/Icon/svg/interface/DashboardMinimal/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DashboardMinimal/index.js +58 -0
- package/dist/Icon/svg/interface/DashboardRound/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DashboardRound/index.js +68 -0
- package/dist/Icon/svg/interface/DeleteDisabled/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DeleteDisabled/index.js +29 -0
- package/dist/Icon/svg/interface/DeleteDisabledCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DeleteDisabledCircle/index.js +38 -0
- package/dist/Icon/svg/interface/DoneCheck/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DoneCheck/index.js +20 -0
- package/dist/Icon/svg/interface/DoneCheckCheckmark/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DoneCheckCheckmark/index.js +29 -0
- package/dist/Icon/svg/interface/DownloadSaveCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DownloadSaveCircle/index.js +43 -0
- package/dist/Icon/svg/interface/DownloadSaveSimple/index.d.ts +2 -0
- package/dist/Icon/svg/interface/DownloadSaveSimple/index.js +36 -0
- package/dist/Icon/svg/interface/EyeShowVisible/index.d.ts +2 -0
- package/dist/Icon/svg/interface/EyeShowVisible/index.js +31 -0
- package/dist/Icon/svg/interface/FilterSortAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/FilterSortAlt/index.js +31 -0
- package/dist/Icon/svg/interface/FilterSortFavoriteEdit/index.d.ts +2 -0
- package/dist/Icon/svg/interface/FilterSortFavoriteEdit/index.js +31 -0
- package/dist/Icon/svg/interface/GridLayoutAdd/index.d.ts +2 -0
- package/dist/Icon/svg/interface/GridLayoutAdd/index.js +56 -0
- package/dist/Icon/svg/interface/GridLayoutStacked/index.d.ts +2 -0
- package/dist/Icon/svg/interface/GridLayoutStacked/index.js +69 -0
- package/dist/Icon/svg/interface/GroupCopy/index.d.ts +2 -0
- package/dist/Icon/svg/interface/GroupCopy/index.js +92 -0
- package/dist/Icon/svg/interface/Home/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Home/index.js +36 -0
- package/dist/Icon/svg/interface/InfoInformation/index.d.ts +2 -0
- package/dist/Icon/svg/interface/InfoInformation/index.js +38 -0
- package/dist/Icon/svg/interface/InterruptedLineCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/InterruptedLineCircle/index.js +78 -0
- package/dist/Icon/svg/interface/KeyboardAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/KeyboardAlt/index.js +71 -0
- package/dist/Icon/svg/interface/MenuBurgerSquare/index.d.ts +2 -0
- package/dist/Icon/svg/interface/MenuBurgerSquare/index.js +44 -0
- package/dist/Icon/svg/interface/Minus2/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Minus2/index.js +20 -0
- package/dist/Icon/svg/interface/MinusCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/MinusCircle/index.js +31 -0
- package/dist/Icon/svg/interface/Moon/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Moon/index.js +22 -0
- package/dist/Icon/svg/interface/Pin/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Pin/index.js +38 -0
- package/dist/Icon/svg/interface/PinAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/PinAlt/index.js +38 -0
- package/dist/Icon/svg/interface/PlusAdd/index.d.ts +2 -0
- package/dist/Icon/svg/interface/PlusAdd/index.js +38 -0
- package/dist/Icon/svg/interface/PlusAdd4/index.d.ts +2 -0
- package/dist/Icon/svg/interface/PlusAdd4/index.js +29 -0
- package/dist/Icon/svg/interface/PlusAddSquare/index.d.ts +2 -0
- package/dist/Icon/svg/interface/PlusAddSquare/index.js +38 -0
- package/dist/Icon/svg/interface/Question/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Question/index.js +38 -0
- package/dist/Icon/svg/interface/SearchLoupe/index.d.ts +2 -0
- package/dist/Icon/svg/interface/SearchLoupe/index.js +31 -0
- package/dist/Icon/svg/interface/SettingFilter/index.d.ts +2 -0
- package/dist/Icon/svg/interface/SettingFilter/index.js +31 -0
- package/dist/Icon/svg/interface/Settings/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Settings/index.js +31 -0
- package/dist/Icon/svg/interface/Share/index.d.ts +2 -0
- package/dist/Icon/svg/interface/Share/index.js +36 -0
- package/dist/Icon/svg/interface/SignOutRight/index.d.ts +2 -0
- package/dist/Icon/svg/interface/SignOutRight/index.js +36 -0
- package/dist/Icon/svg/interface/StarsLightSparkleAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/StarsLightSparkleAlt/index.js +84 -0
- package/dist/Icon/svg/interface/StickerSmile1/index.d.ts +2 -0
- package/dist/Icon/svg/interface/StickerSmile1/index.js +52 -0
- package/dist/Icon/svg/interface/ThunderLightningNotifications/index.d.ts +2 -0
- package/dist/Icon/svg/interface/ThunderLightningNotifications/index.js +22 -0
- package/dist/Icon/svg/interface/TrashDeleteBin1/index.d.ts +2 -0
- package/dist/Icon/svg/interface/TrashDeleteBin1/index.js +50 -0
- package/dist/Icon/svg/interface/VideoCamera/index.d.ts +2 -0
- package/dist/Icon/svg/interface/VideoCamera/index.js +31 -0
- package/dist/Icon/svg/interface/WarningCheck/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WarningCheck/index.js +31 -0
- package/dist/Icon/svg/interface/WarningCircle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WarningCircle/index.js +38 -0
- package/dist/Icon/svg/interface/WarningTriangle/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WarningTriangle/index.js +38 -0
- package/dist/Icon/svg/interface/WifiCheckmark/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WifiCheckmark/index.js +57 -0
- package/dist/Icon/svg/interface/WifiOffTurnOff/index.d.ts +2 -0
- package/dist/Icon/svg/interface/WifiOffTurnOff/index.js +64 -0
- package/dist/Icon/svg/interface/index.d.ts +108 -0
- package/dist/Icon/svg/interface/index.js +109 -0
- package/dist/Icon/svg/interface/keyAlt/index.d.ts +2 -0
- package/dist/Icon/svg/interface/keyAlt/index.js +31 -0
- package/dist/Icon/svg/markers/Bicycle/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Bicycle/index.js +17 -0
- package/dist/Icon/svg/markers/Box/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Box/index.js +17 -0
- package/dist/Icon/svg/markers/BusAlt/index.d.ts +2 -0
- package/dist/Icon/svg/markers/BusAlt/index.js +17 -0
- package/dist/Icon/svg/markers/CarSide/index.d.ts +2 -0
- package/dist/Icon/svg/markers/CarSide/index.js +17 -0
- package/dist/Icon/svg/markers/Crane/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Crane/index.js +21 -0
- package/dist/Icon/svg/markers/Forklift/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Forklift/index.js +17 -0
- package/dist/Icon/svg/markers/Motocycle/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Motocycle/index.js +17 -0
- package/dist/Icon/svg/markers/Paw/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Paw/index.js +17 -0
- package/dist/Icon/svg/markers/Plane/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Plane/index.js +17 -0
- package/dist/Icon/svg/markers/Satelite/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Satelite/index.js +17 -0
- package/dist/Icon/svg/markers/Ship/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Ship/index.js +17 -0
- package/dist/Icon/svg/markers/ShoePrints/index.d.ts +2 -0
- package/dist/Icon/svg/markers/ShoePrints/index.js +17 -0
- package/dist/Icon/svg/markers/ShuttleVan/index.d.ts +2 -0
- package/dist/Icon/svg/markers/ShuttleVan/index.js +17 -0
- package/dist/Icon/svg/markers/Snowflakes/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Snowflakes/index.js +17 -0
- package/dist/Icon/svg/markers/Tractor/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Tractor/index.js +17 -0
- package/dist/Icon/svg/markers/Truck/index.d.ts +2 -0
- package/dist/Icon/svg/markers/Truck/index.js +17 -0
- package/dist/Icon/svg/markers/TruckContainer/index.d.ts +2 -0
- package/dist/Icon/svg/markers/TruckContainer/index.js +17 -0
- package/dist/Icon/svg/markers/TruckPickup/index.d.ts +2 -0
- package/dist/Icon/svg/markers/TruckPickup/index.js +17 -0
- package/dist/Icon/svg/markers/User/index.d.ts +2 -0
- package/dist/Icon/svg/markers/User/index.js +17 -0
- package/dist/Icon/svg/markers/index.d.ts +40 -0
- package/dist/Icon/svg/markers/index.js +41 -0
- package/dist/Icon/svg/messages/ChatMessagesBubble12/index.d.ts +2 -0
- package/dist/Icon/svg/messages/ChatMessagesBubble12/index.js +38 -0
- package/dist/Icon/svg/messages/HeadphonesCustomerSupport/index.d.ts +2 -0
- package/dist/Icon/svg/messages/HeadphonesCustomerSupport/index.js +56 -0
- package/dist/Icon/svg/messages/index.d.ts +6 -0
- package/dist/Icon/svg/messages/index.js +7 -0
- package/dist/Icon/svg/navigation/ArrowDirectionAdd/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/ArrowDirectionAdd/index.js +52 -0
- package/dist/Icon/svg/navigation/ArrowLocationDirection1/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/ArrowLocationDirection1/index.js +43 -0
- package/dist/Icon/svg/navigation/ArrowLocationMapDirection2/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/ArrowLocationMapDirection2/index.js +22 -0
- package/dist/Icon/svg/navigation/ArrowLocationMapDirectionCircle/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/ArrowLocationMapDirectionCircle/index.js +38 -0
- package/dist/Icon/svg/navigation/DirectionArrowRoad/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/DirectionArrowRoad/index.js +52 -0
- package/dist/Icon/svg/navigation/EarthHomeWorld/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/EarthHomeWorld/index.js +57 -0
- package/dist/Icon/svg/navigation/FlagPin/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/FlagPin/index.js +36 -0
- package/dist/Icon/svg/navigation/Pin/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/Pin/index.js +36 -0
- package/dist/Icon/svg/navigation/PinLocation/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/PinLocation/index.js +38 -0
- package/dist/Icon/svg/navigation/PinLocation1/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/PinLocation1/index.js +33 -0
- package/dist/Icon/svg/navigation/SimpleRoad/index.d.ts +2 -0
- package/dist/Icon/svg/navigation/SimpleRoad/index.js +50 -0
- package/dist/Icon/svg/navigation/index.d.ts +24 -0
- package/dist/Icon/svg/navigation/index.js +25 -0
- package/dist/Icon/svg/security/Lock/index.d.ts +2 -0
- package/dist/Icon/svg/security/Lock/index.js +45 -0
- package/dist/Icon/svg/security/Target1/index.d.ts +2 -0
- package/dist/Icon/svg/security/Target1/index.js +50 -0
- package/dist/Icon/svg/security/index.d.ts +6 -0
- package/dist/Icon/svg/security/index.js +7 -0
- package/dist/Icon/svg/social-media/GoogleAnalytics/index.d.ts +2 -0
- package/dist/Icon/svg/social-media/GoogleAnalytics/index.js +46 -0
- package/dist/Icon/svg/social-media/Whatsapp/index.d.ts +2 -0
- package/dist/Icon/svg/social-media/Whatsapp/index.js +59 -0
- package/dist/Icon/svg/social-media/index.d.ts +6 -0
- package/dist/Icon/svg/social-media/index.js +7 -0
- package/dist/Icon/svg/transportation/BoatShip/index.d.ts +2 -0
- package/dist/Icon/svg/transportation/BoatShip/index.js +52 -0
- package/dist/Icon/svg/transportation/Car/index.d.ts +2 -0
- package/dist/Icon/svg/transportation/Car/index.js +80 -0
- package/dist/Icon/svg/transportation/Train/index.d.ts +2 -0
- package/dist/Icon/svg/transportation/Train/index.js +73 -0
- package/dist/Icon/svg/transportation/TruckCargo/index.d.ts +2 -0
- package/dist/Icon/svg/transportation/TruckCargo/index.js +80 -0
- package/dist/Icon/svg/transportation/index.d.ts +10 -0
- package/dist/Icon/svg/transportation/index.js +11 -0
- package/dist/Icon/svg/user/GroupUser/index.d.ts +2 -0
- package/dist/Icon/svg/user/GroupUser/index.js +57 -0
- package/dist/Icon/svg/user/UserProfile10/index.d.ts +2 -0
- package/dist/Icon/svg/user/UserProfile10/index.js +59 -0
- package/dist/Icon/svg/user/index.d.ts +6 -0
- package/dist/Icon/svg/user/index.js +7 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/interfaces/ICommonIconProps.d.ts +6 -0
- package/dist/interfaces/ICommonIconProps.js +0 -0
- package/dist/types/IconsNames.d.ts +2 -0
- package/dist/types/IconsNames.js +0 -0
- package/package.json +36 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
function Building({ color, size, ...rest }) {
|
|
3
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
4
|
+
width: size,
|
|
5
|
+
height: size,
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...rest,
|
|
10
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
11
|
+
d: "M9.33301 5.33301H9.99967C10.1765 5.33301 10.3461 5.26277 10.4711 5.13775C10.5961 5.01272 10.6663 4.84315 10.6663 4.66634C10.6663 4.48953 10.5961 4.31996 10.4711 4.19494C10.3461 4.06991 10.1765 3.99967 9.99967 3.99967H9.33301C9.1562 3.99967 8.98663 4.06991 8.8616 4.19494C8.73658 4.31996 8.66634 4.48953 8.66634 4.66634C8.66634 4.84315 8.73658 5.01272 8.8616 5.13775C8.98663 5.26277 9.1562 5.33301 9.33301 5.33301ZM9.33301 7.99967H9.99967C10.1765 7.99967 10.3461 7.92944 10.4711 7.80441C10.5961 7.67939 10.6663 7.50982 10.6663 7.33301C10.6663 7.1562 10.5961 6.98663 10.4711 6.8616C10.3461 6.73658 10.1765 6.66634 9.99967 6.66634H9.33301C9.1562 6.66634 8.98663 6.73658 8.8616 6.8616C8.73658 6.98663 8.66634 7.1562 8.66634 7.33301C8.66634 7.50982 8.73658 7.67939 8.8616 7.80441C8.98663 7.92944 9.1562 7.99967 9.33301 7.99967ZM5.99967 5.33301H6.66634C6.84315 5.33301 7.01272 5.26277 7.13775 5.13775C7.26277 5.01272 7.33301 4.84315 7.33301 4.66634C7.33301 4.48953 7.26277 4.31996 7.13775 4.19494C7.01272 4.06991 6.84315 3.99967 6.66634 3.99967H5.99967C5.82286 3.99967 5.65329 4.06991 5.52827 4.19494C5.40325 4.31996 5.33301 4.48953 5.33301 4.66634C5.33301 4.84315 5.40325 5.01272 5.52827 5.13775C5.65329 5.26277 5.82286 5.33301 5.99967 5.33301ZM5.99967 7.99967H6.66634C6.84315 7.99967 7.01272 7.92944 7.13775 7.80441C7.26277 7.67939 7.33301 7.50982 7.33301 7.33301C7.33301 7.1562 7.26277 6.98663 7.13775 6.8616C7.01272 6.73658 6.84315 6.66634 6.66634 6.66634H5.99967C5.82286 6.66634 5.65329 6.73658 5.52827 6.8616C5.40325 6.98663 5.33301 7.1562 5.33301 7.33301C5.33301 7.50982 5.40325 7.67939 5.52827 7.80441C5.65329 7.92944 5.82286 7.99967 5.99967 7.99967ZM13.9997 13.333H13.333V1.99967C13.333 1.82286 13.2628 1.65329 13.1377 1.52827C13.0127 1.40325 12.8432 1.33301 12.6663 1.33301H3.33301C3.1562 1.33301 2.98663 1.40325 2.8616 1.52827C2.73658 1.65329 2.66634 1.82286 2.66634 1.99967V13.333H1.99967C1.82286 13.333 1.65329 13.4032 1.52827 13.5283C1.40325 13.6533 1.33301 13.8229 1.33301 13.9997C1.33301 14.1765 1.40325 14.3461 1.52827 14.4711C1.65329 14.5961 1.82286 14.6663 1.99967 14.6663H13.9997C14.1765 14.6663 14.3461 14.5961 14.4711 14.4711C14.5961 14.3461 14.6663 14.1765 14.6663 13.9997C14.6663 13.8229 14.5961 13.6533 14.4711 13.5283C14.3461 13.4032 14.1765 13.333 13.9997 13.333ZM8.66634 13.333H7.33301V10.6663H8.66634V13.333ZM11.9997 13.333H9.99967V9.99967C9.99967 9.82286 9.92944 9.65329 9.80441 9.52827C9.67939 9.40325 9.50982 9.33301 9.33301 9.33301H6.66634C6.48953 9.33301 6.31996 9.40325 6.19494 9.52827C6.06991 9.65329 5.99967 9.82286 5.99967 9.99967V13.333H3.99967V2.66634H11.9997V13.333Z",
|
|
12
|
+
fill: color
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
export { Building as default };
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function HotelBuilding({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsxs("g", {
|
|
13
|
+
clipPath: "url(#clip0_3747_39718)",
|
|
14
|
+
children: [
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "M17 21V4C17 3.448 16.552 3 16 3H8C7.448 3 7 3.448 7 4V21",
|
|
17
|
+
stroke: color,
|
|
18
|
+
strokeWidth: weight,
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
}),
|
|
22
|
+
/*#__PURE__*/ jsx("path", {
|
|
23
|
+
d: "M7 9H3C2.448 9 2 9.448 2 10V21",
|
|
24
|
+
stroke: color,
|
|
25
|
+
strokeWidth: weight,
|
|
26
|
+
strokeLinecap: "round",
|
|
27
|
+
strokeLinejoin: "round"
|
|
28
|
+
}),
|
|
29
|
+
/*#__PURE__*/ jsx("path", {
|
|
30
|
+
d: "M22 21V10C22 9.448 21.552 9 21 9H17",
|
|
31
|
+
stroke: color,
|
|
32
|
+
strokeWidth: weight,
|
|
33
|
+
strokeLinecap: "round",
|
|
34
|
+
strokeLinejoin: "round"
|
|
35
|
+
}),
|
|
36
|
+
/*#__PURE__*/ jsx("path", {
|
|
37
|
+
d: "M9.5 17H14.5",
|
|
38
|
+
stroke: color,
|
|
39
|
+
strokeWidth: weight,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}),
|
|
43
|
+
/*#__PURE__*/ jsx("path", {
|
|
44
|
+
d: "M13.5 17V21",
|
|
45
|
+
stroke: color,
|
|
46
|
+
strokeWidth: weight,
|
|
47
|
+
strokeLinecap: "round",
|
|
48
|
+
strokeLinejoin: "round"
|
|
49
|
+
}),
|
|
50
|
+
/*#__PURE__*/ jsx("path", {
|
|
51
|
+
d: "M10.5 21V17",
|
|
52
|
+
stroke: color,
|
|
53
|
+
strokeWidth: weight,
|
|
54
|
+
strokeLinecap: "round",
|
|
55
|
+
strokeLinejoin: "round"
|
|
56
|
+
}),
|
|
57
|
+
/*#__PURE__*/ jsx("path", {
|
|
58
|
+
d: "M10 10.5H14",
|
|
59
|
+
stroke: color,
|
|
60
|
+
strokeWidth: weight,
|
|
61
|
+
strokeLinecap: "round",
|
|
62
|
+
strokeLinejoin: "round"
|
|
63
|
+
}),
|
|
64
|
+
/*#__PURE__*/ jsx("path", {
|
|
65
|
+
d: "M10 13.5H14",
|
|
66
|
+
stroke: color,
|
|
67
|
+
strokeWidth: weight,
|
|
68
|
+
strokeLinecap: "round",
|
|
69
|
+
strokeLinejoin: "round"
|
|
70
|
+
}),
|
|
71
|
+
/*#__PURE__*/ jsx("path", {
|
|
72
|
+
d: "M10 7.5H14",
|
|
73
|
+
stroke: color,
|
|
74
|
+
strokeWidth: weight,
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round"
|
|
77
|
+
}),
|
|
78
|
+
/*#__PURE__*/ jsx("path", {
|
|
79
|
+
d: "M5 13.5H7",
|
|
80
|
+
stroke: color,
|
|
81
|
+
strokeWidth: weight,
|
|
82
|
+
strokeLinecap: "round",
|
|
83
|
+
strokeLinejoin: "round"
|
|
84
|
+
}),
|
|
85
|
+
/*#__PURE__*/ jsx("path", {
|
|
86
|
+
d: "M5 17H7",
|
|
87
|
+
stroke: color,
|
|
88
|
+
strokeWidth: weight,
|
|
89
|
+
strokeLinecap: "round",
|
|
90
|
+
strokeLinejoin: "round"
|
|
91
|
+
}),
|
|
92
|
+
/*#__PURE__*/ jsx("path", {
|
|
93
|
+
d: "M17 13.5H19",
|
|
94
|
+
stroke: color,
|
|
95
|
+
strokeWidth: weight,
|
|
96
|
+
strokeLinecap: "round",
|
|
97
|
+
strokeLinejoin: "round"
|
|
98
|
+
}),
|
|
99
|
+
/*#__PURE__*/ jsx("path", {
|
|
100
|
+
d: "M17 17H19",
|
|
101
|
+
stroke: color,
|
|
102
|
+
strokeWidth: weight,
|
|
103
|
+
strokeLinecap: "round",
|
|
104
|
+
strokeLinejoin: "round"
|
|
105
|
+
}),
|
|
106
|
+
/*#__PURE__*/ jsx("path", {
|
|
107
|
+
d: "M23 21H1",
|
|
108
|
+
stroke: color,
|
|
109
|
+
strokeWidth: weight,
|
|
110
|
+
strokeLinecap: "round",
|
|
111
|
+
strokeLinejoin: "round"
|
|
112
|
+
})
|
|
113
|
+
]
|
|
114
|
+
}),
|
|
115
|
+
/*#__PURE__*/ jsx("defs", {
|
|
116
|
+
children: /*#__PURE__*/ jsx("clipPath", {
|
|
117
|
+
id: "clip0_3747_39718",
|
|
118
|
+
children: /*#__PURE__*/ jsx("rect", {
|
|
119
|
+
width: size,
|
|
120
|
+
height: size,
|
|
121
|
+
fill: "white"
|
|
122
|
+
})
|
|
123
|
+
})
|
|
124
|
+
})
|
|
125
|
+
]
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
export { HotelBuilding as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowGrowth({ color, size, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
12
|
+
d: "M15.112 4.41333C15.0443 4.25043 14.9149 4.12098 14.752 4.05333C14.6718 4.01917 14.5858 4.00105 14.4987 4H11.1653C10.9885 4 10.8189 4.07024 10.6939 4.19526C10.5689 4.32029 10.4987 4.48986 10.4987 4.66667C10.4987 4.84348 10.5689 5.01305 10.6939 5.13807C10.8189 5.2631 10.9885 5.33333 11.1653 5.33333H12.892L9.16532 9.06L6.97199 6.86C6.91002 6.79751 6.83628 6.74792 6.75504 6.71407C6.6738 6.68023 6.58667 6.6628 6.49866 6.6628C6.41065 6.6628 6.32351 6.68023 6.24227 6.71407C6.16103 6.74792 6.0873 6.79751 6.02532 6.86L2.02532 10.86C1.96284 10.922 1.91324 10.9957 1.8794 11.0769C1.84555 11.1582 1.82812 11.2453 1.82812 11.3333C1.82813 11.4213 1.84555 11.5085 1.8794 11.5897C1.91324 11.671 1.96284 11.7447 2.02532 11.8067C2.0873 11.8692 2.16103 11.9187 2.24227 11.9526C2.32351 11.9864 2.41065 12.0039 2.49866 12.0039C2.58667 12.0039 2.6738 11.9864 2.75504 11.9526C2.83628 11.9187 2.91002 11.8692 2.97199 11.8067L6.49866 8.27333L8.69199 10.4733C8.75397 10.5358 8.8277 10.5854 8.90894 10.6193C8.99018 10.6531 9.07732 10.6705 9.16532 10.6705C9.25333 10.6705 9.34047 10.6531 9.42171 10.6193C9.50295 10.5854 9.57668 10.5358 9.63866 10.4733L13.832 6.27333V8C13.832 8.17681 13.9022 8.34638 14.0273 8.4714C14.1523 8.59643 14.3218 8.66667 14.4987 8.66667C14.6755 8.66667 14.845 8.59643 14.9701 8.4714C15.0951 8.34638 15.1653 8.17681 15.1653 8V4.66667C15.1643 4.57955 15.1462 4.49348 15.112 4.41333Z",
|
|
13
|
+
fill: color
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
export { ArrowGrowth as default };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function BusinessChartMetrics({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M16 9V7H14",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M5.778 3H18.222C19.204 3 20 3.895 20 5V19C20 20.105 19.204 21 18.222 21H5.778C4.796 21 4 20.105 4 19V5C4 3.895 4.796 3 5.778 3Z",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M8 13.5H16",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M8 17H12",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
}),
|
|
42
|
+
/*#__PURE__*/ jsx("path", {
|
|
43
|
+
d: "M16 7L13 10L10.286 8L8 10",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: weight,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
})
|
|
49
|
+
]
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
export { BusinessChartMetrics as default };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function Chart19({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M21 21L17 21L17 3L21 3L21 21Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M14 21.0002L10 21.0002L10 8.68424L14 8.68424L14 21.0002Z",
|
|
25
|
+
stroke: color,
|
|
26
|
+
strokeWidth: weight,
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round"
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsx("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M7 21.0004L3 21.0004L3 14.3684L7 14.3684L7 21.0004Z",
|
|
34
|
+
stroke: color,
|
|
35
|
+
strokeWidth: weight,
|
|
36
|
+
strokeLinecap: "round",
|
|
37
|
+
strokeLinejoin: "round"
|
|
38
|
+
})
|
|
39
|
+
]
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
export { Chart19 as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function SuitcasePortfolio({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M19.0032 21.0037H4.99742C3.89239 21.0037 2.99658 20.1079 2.99658 19.0029V9.99912C2.99658 8.89409 3.89239 7.99829 4.99742 7.99829H19.0032C20.1083 7.99829 21.0041 8.89409 21.0041 9.99912V19.0029C21.0041 20.1079 20.1083 21.0037 19.0032 21.0037Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M16.0019 21.0038V5.99754C16.0019 4.89251 15.1061 3.9967 14.001 3.9967H9.99937C8.89434 3.9967 7.99854 4.89251 7.99854 5.99754V21.0038",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
})
|
|
28
|
+
]
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
export { SuitcasePortfolio as default };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import Chart19 from "./Chart19";
|
|
2
|
+
import SuitcasePortfolio from "./SuitcasePortfolio";
|
|
3
|
+
import BusinessChartMetrics from "./BusinessChartMetrics";
|
|
4
|
+
import ArrowGrowth from "./ArrowGrowth";
|
|
5
|
+
export declare const BUSINESS_AND_PRODUCTS: {
|
|
6
|
+
"bp chart-19": typeof Chart19;
|
|
7
|
+
"bp suitcase-portfolio": typeof SuitcasePortfolio;
|
|
8
|
+
"bp business-chart-metrics": typeof BusinessChartMetrics;
|
|
9
|
+
"bp arrow-growth": typeof ArrowGrowth;
|
|
10
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import Chart19 from "./Chart19/index.js";
|
|
2
|
+
import SuitcasePortfolio from "./SuitcasePortfolio/index.js";
|
|
3
|
+
import BusinessChartMetrics from "./BusinessChartMetrics/index.js";
|
|
4
|
+
import ArrowGrowth from "./ArrowGrowth/index.js";
|
|
5
|
+
const BUSINESS_AND_PRODUCTS = {
|
|
6
|
+
"bp chart-19": Chart19,
|
|
7
|
+
"bp suitcase-portfolio": SuitcasePortfolio,
|
|
8
|
+
"bp business-chart-metrics": BusinessChartMetrics,
|
|
9
|
+
"bp arrow-growth": ArrowGrowth
|
|
10
|
+
};
|
|
11
|
+
export { BUSINESS_AND_PRODUCTS };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function BatteryEletrecityGenerator({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M17 7V5C17 4.448 17.448 4 18 4H20C20.552 4 21 4.448 21 5V7",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M17 11.5V14.5",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M18.5 13H15.5",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M8.5 13H5.5",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("path", {
|
|
41
|
+
d: "M3 7V5C3 4.448 3.448 4 4 4H6C6.552 4 7 4.448 7 5V7",
|
|
42
|
+
stroke: color,
|
|
43
|
+
strokeWidth: weight,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
}),
|
|
47
|
+
/*#__PURE__*/ jsx("path", {
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M17 7H21C21.552 7 22 7.448 22 8V18C22 19.105 21.105 20 20 20H4C2.895 20 2 19.105 2 18V8C2 7.448 2.448 7 3 7H7L8.707 5.293C8.895 5.105 9.149 5 9.414 5H14.586C14.851 5 15.106 5.105 15.293 5.293L17 7V7Z",
|
|
51
|
+
stroke: color,
|
|
52
|
+
strokeWidth: weight,
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
})
|
|
56
|
+
]
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
export { BatteryEletrecityGenerator as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function Brakes({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M13.6784 10.2927C14.9113 11.5256 14.9113 13.5245 13.6784 14.7574C12.4455 15.9903 10.4466 15.9903 9.21373 14.7574C7.98084 13.5245 7.98084 11.5256 9.21373 10.2927C10.4466 9.05982 12.4455 9.05982 13.6784 10.2927",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M21.971 11.971C21.971 6.464 17.507 2 12 2V5.988C15.304 5.988 17.983 8.666 17.983 11.971H21.971Z",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M19.9212 11.971V12.525C19.9212 17.206 16.1272 21 11.4462 21C6.76519 21 2.97119 17.206 2.97119 12.525C2.97119 7.84399 6.76519 4.04999 11.4462 4.04999H12.0002",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export { Brakes as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function Driver({ color, size, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsx("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M11.1577 3.02113C9.40621 3.19058 7.67013 3.90275 6.30881 5.01023C5.90839 5.336 5.2744 5.97503 4.95504 6.37486C4.14754 7.38574 3.48582 8.75311 3.21138 9.9778C3.03903 10.7471 3 11.121 3 12.0035C3 12.886 3.03903 13.2599 3.21138 14.0292C3.49181 15.2806 4.17079 16.6675 5.00514 17.6931C5.33091 18.0935 5.96994 18.7275 6.36976 19.0469C7.38064 19.8544 8.74802 20.5161 9.97271 20.7906C10.742 20.9629 11.1159 21.0019 11.9984 21.0019C12.8809 21.0019 13.2549 20.9629 14.0241 20.7906C14.9449 20.5842 16.1489 20.0697 16.9401 19.5445C18.3123 18.6335 19.3662 17.4348 20.0858 15.9669C20.5265 15.0676 20.7769 14.2623 20.9346 13.2366C21.0218 12.669 21.0218 11.338 20.9346 10.7705C20.7769 9.74476 20.5265 8.93941 20.0858 8.04017C19.6154 7.08058 19.0911 6.35055 18.3342 5.60132C17.5911 4.86572 16.9103 4.38233 15.9618 3.91667C15.0732 3.48045 14.2507 3.2232 13.2667 3.07379C12.8242 3.00661 11.6187 2.97649 11.1577 3.02113ZM12.6376 5.27505C14.9227 5.49827 16.9707 6.90556 17.9979 8.95829C18.1336 9.22952 18.3398 9.69924 18.3398 9.73725C18.3398 9.74363 15.4862 9.74881 11.9984 9.74881C8.51067 9.74881 5.65706 9.74363 5.65706 9.73725C5.65706 9.69924 5.86319 9.22952 5.99893 8.95829C7.23504 6.48798 9.90274 5.00787 12.6376 5.27505ZM12.4644 10.9905C12.7088 11.1024 12.8988 11.2926 13.0156 11.5425C13.2057 11.9489 13.1112 12.4738 12.7899 12.795C12.3616 13.2233 11.6353 13.2233 11.2069 12.795C10.9323 12.5204 10.8137 12.078 10.9182 11.7183C11.1169 11.0351 11.8292 10.6997 12.4644 10.9905ZM5.72573 12.0403C8.48531 12.3234 10.6547 14.9916 10.848 18.3402L10.865 18.635L10.6934 18.6122C10.4444 18.5792 9.80833 18.3913 9.46188 18.2485C8.60365 17.8946 7.96437 17.4736 7.2827 16.8134C6.12083 15.6881 5.42391 14.2354 5.27105 12.62C5.21817 12.0614 5.22099 12.0035 5.30103 12.0035C5.33774 12.0035 5.52883 12.02 5.72573 12.0403ZM18.7625 12.118C18.7625 12.181 18.746 12.4069 18.7258 12.62C18.5729 14.2354 17.876 15.6881 16.7141 16.8134C16.0325 17.4736 15.3932 17.8946 14.535 18.2485C14.1885 18.3913 13.5525 18.5792 13.3035 18.6122L13.1319 18.635L13.1489 18.3402C13.3514 14.831 15.7053 12.112 18.6304 12.0082C18.757 12.0037 18.7625 12.0083 18.7625 12.118Z",
|
|
15
|
+
fill: color
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
export { Driver as default };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function GasStation({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M6.5 7H12.5V11H6.5V7Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M7.5 15H11.5",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M3.5 21V5C3.5 3.895 4.395 3 5.5 3H13.5C14.605 3 15.5 3.895 15.5 5V21",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M19.5 5L20.914 6.414C21.289 6.789 21.5 7.298 21.5 7.828V17.5C21.5 18.328 20.828 19 20 19V19C19.172 19 18.5 18.328 18.5 17.5V16C18.5 15.448 18.052 15 17.5 15H15.5",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
}),
|
|
42
|
+
/*#__PURE__*/ jsx("path", {
|
|
43
|
+
d: "M21.5002 12H19.6332C19.0322 12 18.5662 11.473 18.6412 10.876L18.8912 8.876C18.9532 8.376 19.3782 8 19.8832 8H21.5002",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: weight,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}),
|
|
49
|
+
/*#__PURE__*/ jsx("path", {
|
|
50
|
+
d: "M2.5 21H16.5",
|
|
51
|
+
stroke: color,
|
|
52
|
+
strokeWidth: weight,
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
})
|
|
56
|
+
]
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
export { GasStation as default };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function Speedometer({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
width: size,
|
|
6
|
+
height: size,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M18.3639 5.63604C21.8787 9.15076 21.8787 14.8492 18.3639 18.3639C14.8492 21.8787 9.15074 21.8787 5.63604 18.3639C2.12132 14.8492 2.12132 9.15074 5.63604 5.63604C9.15076 2.12132 14.8492 2.12132 18.3639 5.63604",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M17.4129 19.031C17.2359 18.585 16.9609 18.185 16.6089 17.859C16.0139 17.307 15.2359 17 14.4239 17C13.0699 17 10.9299 17 9.57594 17C8.76394 17 7.98594 17.307 7.38994 17.859C7.03794 18.185 6.76394 18.585 6.58594 19.031",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M13.4142 10.5858C14.1953 11.3668 14.1953 12.6332 13.4142 13.4142C12.6332 14.1953 11.3668 14.1953 10.5858 13.4142C9.80474 12.6332 9.80474 11.3668 10.5858 10.5858C11.3668 9.80474 12.6332 9.80474 13.4142 10.5858",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M12 3V5",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("path", {
|
|
41
|
+
d: "M16.4999 4.21002L15.6299 5.71002",
|
|
42
|
+
stroke: color,
|
|
43
|
+
strokeWidth: weight,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
}),
|
|
47
|
+
/*#__PURE__*/ jsx("path", {
|
|
48
|
+
d: "M7.50006 4.21002L8.37006 5.71002",
|
|
49
|
+
stroke: color,
|
|
50
|
+
strokeWidth: weight,
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}),
|
|
54
|
+
/*#__PURE__*/ jsx("path", {
|
|
55
|
+
d: "M4.20996 7.5L5.70996 8.37",
|
|
56
|
+
stroke: color,
|
|
57
|
+
strokeWidth: weight,
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round"
|
|
60
|
+
}),
|
|
61
|
+
/*#__PURE__*/ jsx("path", {
|
|
62
|
+
d: "M21 12H19.5",
|
|
63
|
+
stroke: color,
|
|
64
|
+
strokeWidth: weight,
|
|
65
|
+
strokeLinecap: "round",
|
|
66
|
+
strokeLinejoin: "round"
|
|
67
|
+
}),
|
|
68
|
+
/*#__PURE__*/ jsx("path", {
|
|
69
|
+
d: "M4.5 12H3",
|
|
70
|
+
stroke: color,
|
|
71
|
+
strokeWidth: weight,
|
|
72
|
+
strokeLinecap: "round",
|
|
73
|
+
strokeLinejoin: "round"
|
|
74
|
+
}),
|
|
75
|
+
/*#__PURE__*/ jsx("path", {
|
|
76
|
+
d: "M13.79 11.13L19.79 7.5",
|
|
77
|
+
stroke: color,
|
|
78
|
+
strokeWidth: weight,
|
|
79
|
+
strokeLinecap: "round",
|
|
80
|
+
strokeLinejoin: "round"
|
|
81
|
+
})
|
|
82
|
+
]
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
export { Speedometer as default };
|