@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,140 @@
|
|
|
1
|
+
declare const ICONS: {
|
|
2
|
+
"usr user-profile-10": typeof import("./user/UserProfile10").default;
|
|
3
|
+
"usr group-user": typeof import("./user/GroupUser").default;
|
|
4
|
+
"trs truck-cargo": typeof import("./transportation/TruckCargo").default;
|
|
5
|
+
"trs car": typeof import("./transportation/Car").default;
|
|
6
|
+
"trs train": typeof import("./transportation/Train").default;
|
|
7
|
+
"trs boat-ship": typeof import("./transportation/BoatShip").default;
|
|
8
|
+
"sm whatsapp": typeof import("./social-media/Whatsapp").default;
|
|
9
|
+
"sm google-analytics": typeof import("./social-media/GoogleAnalytics").default;
|
|
10
|
+
"sec target-1": typeof import("./security/Target1").default;
|
|
11
|
+
"sec lock": typeof import("./security/Lock").default;
|
|
12
|
+
"nav arrow-direction-add-plus": typeof import("./navigation/ArrowDirectionAdd").default;
|
|
13
|
+
"nav earth-home-world": typeof import("./navigation/EarthHomeWorld").default;
|
|
14
|
+
"nav arrow-location-direction-1": typeof import("./navigation/ArrowLocationDirection1").default;
|
|
15
|
+
"nav direction-arrow-road": typeof import("./navigation/DirectionArrowRoad").default;
|
|
16
|
+
"nav arrow-location-map-direction-2": typeof import("./navigation/ArrowLocationMapDirection2").default;
|
|
17
|
+
"nav pin-location": typeof import("./navigation/PinLocation").default;
|
|
18
|
+
"nav pin-location-1": typeof import("./navigation/PinLocation1").default;
|
|
19
|
+
"nav pin": typeof import("./navigation/Pin").default;
|
|
20
|
+
"nav arrow-location-map-direction-circle": typeof import("./navigation/ArrowLocationMapDirectionCircle").default;
|
|
21
|
+
"nav flag-pin": typeof import("./navigation/FlagPin").default;
|
|
22
|
+
"nav simple-road": typeof import("./navigation/SimpleRoad").default;
|
|
23
|
+
"mss chat-messsages-bubble-12": typeof import("./messages/ChatMessagesBubble12").default;
|
|
24
|
+
"mss headphones-customer-support": typeof import("./messages/HeadphonesCustomerSupport").default;
|
|
25
|
+
"mk car-side": typeof import("./markers/CarSide").default;
|
|
26
|
+
"mk motocycle": typeof import("./markers/Motocycle").default;
|
|
27
|
+
"mk truck": typeof import("./markers/Truck").default;
|
|
28
|
+
"mk bus-alt": typeof import("./markers/BusAlt").default;
|
|
29
|
+
"mk bicycle": typeof import("./markers/Bicycle").default;
|
|
30
|
+
"mk ship": typeof import("./markers/Ship").default;
|
|
31
|
+
"mk user": typeof import("./markers/User").default;
|
|
32
|
+
"mk plane": typeof import("./markers/Plane").default;
|
|
33
|
+
"mk paw": typeof import("./markers/Paw").default;
|
|
34
|
+
"mk tractor": typeof import("./markers/Tractor").default;
|
|
35
|
+
"mk box": typeof import("./markers/Box").default;
|
|
36
|
+
"mk shuttle-van": typeof import("./markers/ShuttleVan").default;
|
|
37
|
+
"mk crane": typeof import("./markers/Crane").default;
|
|
38
|
+
"mk snowflakes": typeof import("./markers/Snowflakes").default;
|
|
39
|
+
"mk shoe-prints": typeof import("./markers/ShoePrints").default;
|
|
40
|
+
"mk truck-pickup": typeof import("./markers/TruckPickup").default;
|
|
41
|
+
"mk forklift": typeof import("./markers/Forklift").default;
|
|
42
|
+
"mk truck-container": typeof import("./markers/TruckContainer").default;
|
|
43
|
+
"mk satelite": typeof import("./markers/Satelite").default;
|
|
44
|
+
"ui grid-layout-add": typeof import("./interface/GridLayoutAdd").default;
|
|
45
|
+
"ui dashboard-minimal": typeof import("./interface/DashboardMinimal").default;
|
|
46
|
+
"ui plus-add": typeof import("./interface/PlusAdd").default;
|
|
47
|
+
"ui settings": typeof import("./interface/Settings").default;
|
|
48
|
+
"ui briefcase": typeof import("./interface/Briefcase").default;
|
|
49
|
+
"ui group-copy": typeof import("./interface/GroupCopy").default;
|
|
50
|
+
"ui plus-add-4": typeof import("./interface/PlusAdd4").default;
|
|
51
|
+
"ui minus-2": typeof import("./interface/Minus2").default;
|
|
52
|
+
"ui eye-show-visible": typeof import("./interface/EyeShowVisible").default;
|
|
53
|
+
"ui bell-notification": typeof import("./interface/BellNotification").default;
|
|
54
|
+
"ui minus-circle": typeof import("./interface/MinusCircle").default;
|
|
55
|
+
"ui battery-charge-5": typeof import("./interface/BatteryCharge5").default;
|
|
56
|
+
"ui wifi-off-turn-off": typeof import("./interface/WifiOffTurnOff").default;
|
|
57
|
+
"ui thunder-lightning-notifications": typeof import("./interface/ThunderLightningNotifications").default;
|
|
58
|
+
"ui search-loupe": typeof import("./interface/SearchLoupe").default;
|
|
59
|
+
"ui share": typeof import("./interface/Share").default;
|
|
60
|
+
"ui delete-disabled": typeof import("./interface/DeleteDisabled").default;
|
|
61
|
+
"ui done-check-checkmark": typeof import("./interface/DoneCheckCheckmark").default;
|
|
62
|
+
"ui trash-delete-bin-1": typeof import("./interface/TrashDeleteBin1").default;
|
|
63
|
+
"ui download-save-circle": typeof import("./interface/DownloadSaveCircle").default;
|
|
64
|
+
"ui sticker-smile-1": typeof import("./interface/StickerSmile1").default;
|
|
65
|
+
"ui done-check": typeof import("./interface/DoneCheck").default;
|
|
66
|
+
"ui warning-circle": typeof import("./interface/WarningCircle").default;
|
|
67
|
+
"ui filter-sort-alt": typeof import("./interface/FilterSortAlt").default;
|
|
68
|
+
"ui airplay-signal": typeof import("./interface/AirplaySignal").default;
|
|
69
|
+
"ui moon": typeof import("./interface/Moon").default;
|
|
70
|
+
"ui pin": typeof import("./interface/Pin").default;
|
|
71
|
+
"ui pin-alt": typeof import("./interface/PinAlt").default;
|
|
72
|
+
"ui warning-triangle": typeof import("./interface/WarningTriangle").default;
|
|
73
|
+
"ui interrupted-line-circle": typeof import("./interface/InterruptedLineCircle").default;
|
|
74
|
+
"ui checkmark-done-check": typeof import("./interface/CheckmarkDoneCheck").default;
|
|
75
|
+
"ui delete-disabled-circle": typeof import("./interface/DeleteDisabledCircle").default;
|
|
76
|
+
"ui question": typeof import("./interface/Question").default;
|
|
77
|
+
"ui wifi-checkmark": typeof import("./interface/WifiCheckmark").default;
|
|
78
|
+
"ui home": typeof import("./interface/Home").default;
|
|
79
|
+
"ui keyboard-alt": typeof import("./interface/KeyboardAlt").default;
|
|
80
|
+
"ui stars-light-sparkle-alt": typeof import("./interface/StarsLightSparkleAlt").default;
|
|
81
|
+
"ui video-camera": typeof import("./interface/VideoCamera").default;
|
|
82
|
+
"ui column-chart-square-alt": typeof import("./interface/ColumnChartSquareAlt").default;
|
|
83
|
+
"ui clock-time-arrow": typeof import("./interface/ClockTimeArrow").default;
|
|
84
|
+
"ui dashboard-round": typeof import("./interface/DashboardRound").default;
|
|
85
|
+
"ui setting-filter": typeof import("./interface/SettingFilter").default;
|
|
86
|
+
"ui alarm-clock-time-rounded": typeof import("./interface/AlarmClockTimeRounded").default;
|
|
87
|
+
"ui filter-sort-favorite-edit": typeof import("./interface/FilterSortFavoriteEdit").default;
|
|
88
|
+
"ui warning-check": typeof import("./interface/WarningCheck").default;
|
|
89
|
+
"ui key-alt": typeof import("./interface/keyAlt").default;
|
|
90
|
+
"ui download-save-simple": typeof import("./interface/DownloadSaveSimple").default;
|
|
91
|
+
"ui plus-add-square": typeof import("./interface/PlusAddSquare").default;
|
|
92
|
+
"ui sign-out-right": typeof import("./interface/SignOutRight").default;
|
|
93
|
+
"ui grid-layout-stacked": typeof import("./interface/GridLayoutStacked").default;
|
|
94
|
+
"ui arrow-circle-play": typeof import("./interface/ArrowCirclePlay").default;
|
|
95
|
+
"ui info-information": typeof import("./interface/InfoInformation").default;
|
|
96
|
+
"ui menu-burger-square": typeof import("./interface/MenuBurgerSquare").default;
|
|
97
|
+
"fl documents-file-pdf": typeof import("./files/DocumentsFilePdf").default;
|
|
98
|
+
"fl documents-file-excel-alt": typeof import("./files/DocumentsFileExcelAlt").default;
|
|
99
|
+
"eng drop-water-renewable-circle": typeof import("./energy/DropWaterRenewableCircle").default;
|
|
100
|
+
"eml mailbox": typeof import("./emails/MailBox").default;
|
|
101
|
+
"eml emails-letter-mail-2": typeof import("./emails/EmailsLetterMail2").default;
|
|
102
|
+
"eml mail-email-letter-3": typeof import("./emails/MailEmailLetter3").default;
|
|
103
|
+
"eml mail-email-letter-1": typeof import("./emails/MailEmailLetter1").default;
|
|
104
|
+
"eml calendar-schedule": typeof import("./emails/CalendarSchedule").default;
|
|
105
|
+
"eml mail-email-letter-badge": typeof import("./emails/MailEmailLetterBadge").default;
|
|
106
|
+
"dt anchor-square-select": typeof import("./design-tools/AnchorSquareSelect").default;
|
|
107
|
+
"dt layers": typeof import("./design-tools/Layers").default;
|
|
108
|
+
"dt ruler": typeof import("./design-tools/Ruler").default;
|
|
109
|
+
"dt anchor-select-edit": typeof import("./design-tools/AnchorSelectEdit").default;
|
|
110
|
+
"dlv warehouse-delivery-checkmark": typeof import("./delivery/WarehouseDeliveryCheckmark").default;
|
|
111
|
+
"cnt pen-edit": typeof import("./content/PenEdit").default;
|
|
112
|
+
"cnt pen-edit-alt": typeof import("./content/PenEditAlt").default;
|
|
113
|
+
"cnt book-alt": typeof import("./content/BookAlt").default;
|
|
114
|
+
"cs battery-eletrecity-generator": typeof import("./car-and-services/BatteryEletrecityGenerator").default;
|
|
115
|
+
"cs brakes": typeof import("./car-and-services/Brakes").default;
|
|
116
|
+
"cs driver": typeof import("./car-and-services/Driver").default;
|
|
117
|
+
"cs gas-station": typeof import("./car-and-services/GasStation").default;
|
|
118
|
+
"cs speedometer": typeof import("./car-and-services/Speedometer").default;
|
|
119
|
+
"bp chart-19": typeof import("./business-and-products/Chart19").default;
|
|
120
|
+
"bp suitcase-portfolio": typeof import("./business-and-products/SuitcasePortfolio").default;
|
|
121
|
+
"bp business-chart-metrics": typeof import("./business-and-products/BusinessChartMetrics").default;
|
|
122
|
+
"bp arrow-growth": typeof import("./business-and-products/ArrowGrowth").default;
|
|
123
|
+
"bld hotel-building": typeof import("./buildings/HotelBuilding").default;
|
|
124
|
+
"bld building": typeof import("./buildings/Building").default;
|
|
125
|
+
"arw arrow-down": typeof import("./arrows/ArrowDown").default;
|
|
126
|
+
"arw arrow-up": typeof import("./arrows/ArrowUp").default;
|
|
127
|
+
"arw arrow-left": typeof import("./arrows/ArrowLeft").default;
|
|
128
|
+
"arw arrow-left-down": typeof import("./arrows/ArrowLeftDown").default;
|
|
129
|
+
"arw arrow-left-up": typeof import("./arrows/ArrowLeftUp").default;
|
|
130
|
+
"arw arrow-right": typeof import("./arrows/ArrowRight").default;
|
|
131
|
+
"arw arrow-right-down": typeof import("./arrows/ArrowRightDown").default;
|
|
132
|
+
"arw arrow-right-up": typeof import("./arrows/ArrowRightUp").default;
|
|
133
|
+
"arw caret-down": typeof import("./arrows/CaretDown").default;
|
|
134
|
+
"arw caret-up": typeof import("./arrows/CaretUp").default;
|
|
135
|
+
"arw caret-left": typeof import("./arrows/CaretLeft").default;
|
|
136
|
+
"arw caret-right": typeof import("./arrows/CaretRight").default;
|
|
137
|
+
"arw arrange-filter-sort-alt": typeof import("./arrows/ArrangeFilterSortAlt").default;
|
|
138
|
+
"arw arrow-repeat-rotate": typeof import("./arrows/ArrowRepeatRotate").default;
|
|
139
|
+
};
|
|
140
|
+
export default ICONS;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ARROWS } from "./arrows/index.js";
|
|
2
|
+
import { BUILDINGS } from "./buildings/index.js";
|
|
3
|
+
import { BUSINESS_AND_PRODUCTS } from "./business-and-products/index.js";
|
|
4
|
+
import { CAR_AND_SERVICES } from "./car-and-services/index.js";
|
|
5
|
+
import { CONTENT } from "./content/index.js";
|
|
6
|
+
import { DELIVERY } from "./delivery/index.js";
|
|
7
|
+
import { DESIGN_TOOLS } from "./design-tools/index.js";
|
|
8
|
+
import { EMAILS } from "./emails/index.js";
|
|
9
|
+
import { ENERGY } from "./energy/index.js";
|
|
10
|
+
import { FILES } from "./files/index.js";
|
|
11
|
+
import { INTERFACE } from "./interface/index.js";
|
|
12
|
+
import { MARKERS } from "./markers/index.js";
|
|
13
|
+
import { MESSAGES } from "./messages/index.js";
|
|
14
|
+
import { NAVIGATION } from "./navigation/index.js";
|
|
15
|
+
import { SECURITY } from "./security/index.js";
|
|
16
|
+
import { SOCIAL_MEDIA } from "./social-media/index.js";
|
|
17
|
+
import { TRANSPORTATION } from "./transportation/index.js";
|
|
18
|
+
import { USER } from "./user/index.js";
|
|
19
|
+
const ICONS = {
|
|
20
|
+
...ARROWS,
|
|
21
|
+
...BUILDINGS,
|
|
22
|
+
...BUSINESS_AND_PRODUCTS,
|
|
23
|
+
...CAR_AND_SERVICES,
|
|
24
|
+
...CONTENT,
|
|
25
|
+
...DELIVERY,
|
|
26
|
+
...DESIGN_TOOLS,
|
|
27
|
+
...EMAILS,
|
|
28
|
+
...ENERGY,
|
|
29
|
+
...FILES,
|
|
30
|
+
...INTERFACE,
|
|
31
|
+
...MARKERS,
|
|
32
|
+
...MESSAGES,
|
|
33
|
+
...NAVIGATION,
|
|
34
|
+
...SECURITY,
|
|
35
|
+
...SOCIAL_MEDIA,
|
|
36
|
+
...TRANSPORTATION,
|
|
37
|
+
...USER
|
|
38
|
+
};
|
|
39
|
+
const icons = ICONS;
|
|
40
|
+
export { icons as default };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function AirplaySignal({ 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: "M8.33821 19.3659L11.2262 15.8389C11.6262 15.3499 12.3732 15.3499 12.7732 15.8389L15.6612 19.3659C16.1972 20.0189 15.7322 20.9999 14.8882 20.9999H9.11221C8.26821 20.9999 7.80321 20.0189 8.33821 19.3659V19.3659Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M7.98877 12.989C8.90377 11.764 10.3528 10.959 11.9998 10.959C13.6468 10.959 15.0958 11.763 16.0108 12.989",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M5.16504 10.165C6.81204 8.23 9.26004 7 12 7C14.74 7 17.188 8.23 18.835 10.165",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M2.33594 7.336C4.71294 4.681 8.15594 3 11.9999 3C15.8439 3 19.2869 4.681 21.6639 7.336",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
})
|
|
42
|
+
]
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
export { AirplaySignal as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function AlarmClockTimeRounded({ 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: "M8.55691 3.68684C13.1479 1.78484 18.4109 3.96584 20.3129 8.55684C22.2149 13.1478 20.0339 18.4108 15.4429 20.3128C10.8519 22.2148 5.58891 20.0338 3.68691 15.4428C1.78591 10.8518 3.96591 5.58884 8.55691 3.68684",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M11.7178 7.98486V12.6359L15.3738 14.8649",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
export { AlarmClockTimeRounded as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowCirclePlay({ 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: "M10.5996 14.3099L14.6013 11.9999L10.5996 9.68994V14.3099Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("circle", {
|
|
22
|
+
cx: "12.0003",
|
|
23
|
+
cy: "12.0003",
|
|
24
|
+
r: "9.00375",
|
|
25
|
+
stroke: color,
|
|
26
|
+
strokeWidth: weight,
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round"
|
|
29
|
+
})
|
|
30
|
+
]
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
export { ArrowCirclePlay as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function BatteryCharge5({ 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: "M17 18H5C3.895 18 3 17.105 3 16V8C3 6.895 3.895 6 5 6H17C18.105 6 19 6.895 19 8V16C19 17.105 18.105 18 17 18Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M11.3002 15L12.8002 12H9.2002L10.7002 9",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M19 9H20.014C20.169 9 20.322 9.036 20.461 9.106L20.947 9.349C21.286 9.518 21.5 9.865 21.5 10.243V13.757C21.5 14.136 21.286 14.482 20.947 14.651L20.461 14.894C20.322 14.964 20.169 15 20.014 15H19",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export { BatteryCharge5 as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function BellNotification({ 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: "M9.70801 18.3438V18.7088C9.70801 19.9738 10.734 20.9998 12 20.9998V20.9998C13.266 20.9998 14.292 19.9738 14.292 18.7078V18.3428",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M13.833 5.751V4.833C13.833 3.821 13.013 3 12 3V3C10.987 3 10.167 3.821 10.167 4.833V5.751",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M6.563 10.1882V10.1882C6.563 7.68523 8.592 5.65723 11.094 5.65723H12.907C15.41 5.65723 17.438 7.68623 17.438 10.1882V10.1882V12.9852C17.438 13.5152 17.649 14.0242 18.024 14.3992L18.665 15.0402C19.04 15.4152 19.251 15.9242 19.251 16.4542V16.4542C19.251 17.4982 18.405 18.3442 17.361 18.3442H6.64C5.596 18.3442 4.75 17.4982 4.75 16.4542V16.4542C4.75 15.9242 4.961 15.4152 5.336 15.0402L5.977 14.3992C6.352 14.0242 6.563 13.5152 6.563 12.9852V10.1882Z",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export { BellNotification as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function Briefcase({ 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 20.5H5C3.895 20.5 3 19.605 3 18.5V9.5C3 8.395 3.895 7.5 5 7.5H19C20.105 7.5 21 8.395 21 9.5V18.5C21 19.605 20.105 20.5 19 20.5Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M16.1742 7.5V5.5C16.1742 4.395 15.2792 3.5 14.1742 3.5H9.82617C8.72117 3.5 7.82617 4.395 7.82617 5.5V7.5",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M3 9.5L9.351 13.691C9.678 13.907 10.061 14.022 10.453 14.022H13.547C13.939 14.022 14.322 13.907 14.649 13.691L21 9.5",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export { Briefcase as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function CheckmarkDoneCheck({ 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: "M19.4673 6.68555L12.0002 14.1256L8.96191 11.0874",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M20.2877 10.116C21.1957 14.1087 19.1293 18.1815 15.3711 19.8067C11.6129 21.4319 7.23004 20.148 4.94277 16.7518C2.6555 13.3556 3.11334 8.81165 6.03215 5.94001C8.95095 3.06837 13.5018 2.68461 16.8603 5.0269",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
export { CheckmarkDoneCheck as default };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ClockTimeArrow({ 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: "M6.375 12L4.125 14.25L1.875 12",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M4.12518 12C4.12518 12.694 4.21118 13.366 4.36018 14.015",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M22.125 12C22.125 7.029 18.096 3 13.125 3C8.154 3 4.125 7.029 4.125 12",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M13.125 21C18.096 21 22.125 16.971 22.125 12",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("path", {
|
|
41
|
+
d: "M5.75391 17.1548C7.38091 19.4778 10.0729 20.9998 13.1249 20.9998",
|
|
42
|
+
stroke: color,
|
|
43
|
+
strokeWidth: weight,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
}),
|
|
47
|
+
/*#__PURE__*/ jsx("path", {
|
|
48
|
+
d: "M16.4962 14.8709L12.8442 12.6979V7.98486",
|
|
49
|
+
stroke: color,
|
|
50
|
+
strokeWidth: weight,
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
})
|
|
54
|
+
]
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
export { ClockTimeArrow as default };
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ColumnChartSquareAlt({ 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.5007 11.5068V16.0017",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M10.4997 7.99805V16.0014",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M7.49826 13.2607V16.0019",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M16.5022 9.75195V16.0016",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("rect", {
|
|
41
|
+
x: "2.99658",
|
|
42
|
+
y: "2.99609",
|
|
43
|
+
width: "18.0075",
|
|
44
|
+
height: "18.0075",
|
|
45
|
+
rx: "5",
|
|
46
|
+
stroke: color,
|
|
47
|
+
strokeWidth: weight,
|
|
48
|
+
strokeLinecap: "round",
|
|
49
|
+
strokeLinejoin: "round"
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
export { ColumnChartSquareAlt as default };
|