@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,80 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function CalendarSchedule({ 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 2V6",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M8 2V6",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M3 9H21",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
clipRule: "evenodd",
|
|
36
|
+
d: "M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
}),
|
|
42
|
+
/*#__PURE__*/ jsx("path", {
|
|
43
|
+
d: "M7.01316 12.729C6.87516 12.729 6.76316 12.841 6.76416 12.979C6.76416 13.117 6.87616 13.229 7.01416 13.229C7.15216 13.229 7.26416 13.117 7.26416 12.979C7.26416 12.841 7.15216 12.729 7.01316 12.729",
|
|
44
|
+
stroke: color,
|
|
45
|
+
strokeWidth: weight,
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round"
|
|
48
|
+
}),
|
|
49
|
+
/*#__PURE__*/ jsx("path", {
|
|
50
|
+
d: "M12.0132 12.729C11.8752 12.729 11.7632 12.841 11.7642 12.979C11.7642 13.117 11.8762 13.229 12.0142 13.229C12.1522 13.229 12.2642 13.117 12.2642 12.979C12.2642 12.841 12.1522 12.729 12.0132 12.729",
|
|
51
|
+
stroke: color,
|
|
52
|
+
strokeWidth: weight,
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
}),
|
|
56
|
+
/*#__PURE__*/ jsx("path", {
|
|
57
|
+
d: "M17.0132 12.729C16.8752 12.729 16.7632 12.841 16.7642 12.979C16.7642 13.117 16.8762 13.229 17.0142 13.229C17.1522 13.229 17.2642 13.117 17.2642 12.979C17.2642 12.841 17.1522 12.729 17.0132 12.729",
|
|
58
|
+
stroke: color,
|
|
59
|
+
strokeWidth: weight,
|
|
60
|
+
strokeLinecap: "round",
|
|
61
|
+
strokeLinejoin: "round"
|
|
62
|
+
}),
|
|
63
|
+
/*#__PURE__*/ jsx("path", {
|
|
64
|
+
d: "M7.01316 16.729C6.87516 16.729 6.76316 16.841 6.76416 16.979C6.76416 17.117 6.87616 17.229 7.01416 17.229C7.15216 17.229 7.26416 17.117 7.26416 16.979C7.26416 16.841 7.15216 16.729 7.01316 16.729",
|
|
65
|
+
stroke: color,
|
|
66
|
+
strokeWidth: weight,
|
|
67
|
+
strokeLinecap: "round",
|
|
68
|
+
strokeLinejoin: "round"
|
|
69
|
+
}),
|
|
70
|
+
/*#__PURE__*/ jsx("path", {
|
|
71
|
+
d: "M12.0132 16.729C11.8752 16.729 11.7632 16.841 11.7642 16.979C11.7642 17.117 11.8762 17.229 12.0142 17.229C12.1522 17.229 12.2642 17.117 12.2642 16.979C12.2642 16.841 12.1522 16.729 12.0132 16.729",
|
|
72
|
+
stroke: color,
|
|
73
|
+
strokeWidth: weight,
|
|
74
|
+
strokeLinecap: "round",
|
|
75
|
+
strokeLinejoin: "round"
|
|
76
|
+
})
|
|
77
|
+
]
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
export { CalendarSchedule as default };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function EmailsLetterMail2({ 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: "M3 6.8V6.8C3 7.4 3.3 7.9 3.8 8.3L9.8 12.4C11.2 13.3 12.9 13.3 14.3 12.4L20.3 8.4C20.7 7.9 21 7.4 21 6.8V6.8C21 5.8 20.2 5 19.2 5H4.8C3.8 5 3 5.8 3 6.8Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M3 7V17C3 18.1 3.9 19 5 19H19C20.1 19 21 18.1 21 17V7",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M3.58789 18.4121L9.68189 12.3181",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M14.3599 12.3601L20.4119 18.4121",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
})
|
|
42
|
+
]
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
export { EmailsLetterMail2 as default };
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function MailBox({ 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: "M10 18V22H14V18",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M6 12H7",
|
|
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: "M17.5 8H6.5C4.567 8 3 9.567 3 11.5V17C3 17.552 3.448 18 4 18H20C20.552 18 21 17.552 21 17V11.5C21 9.567 19.433 8 17.5 8Z",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M14 5V12",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
}),
|
|
42
|
+
/*#__PURE__*/ jsx("rect", {
|
|
43
|
+
x: "14",
|
|
44
|
+
y: "2",
|
|
45
|
+
width: "5",
|
|
46
|
+
height: "3",
|
|
47
|
+
stroke: color,
|
|
48
|
+
strokeWidth: weight,
|
|
49
|
+
strokeLinecap: "round",
|
|
50
|
+
strokeLinejoin: "round"
|
|
51
|
+
}),
|
|
52
|
+
/*#__PURE__*/ jsx("path", {
|
|
53
|
+
d: "M13.999 11.625C13.792 11.626 13.625 11.794 13.625 12.001C13.625 12.208 13.793 12.376 14 12.375C14.207 12.375 14.375 12.207 14.375 12C14.375 11.793 14.207 11.625 13.999 11.625",
|
|
54
|
+
stroke: color,
|
|
55
|
+
strokeWidth: weight,
|
|
56
|
+
strokeLinecap: "round",
|
|
57
|
+
strokeLinejoin: "round"
|
|
58
|
+
}),
|
|
59
|
+
/*#__PURE__*/ jsx("path", {
|
|
60
|
+
d: "M6.5 8C8.433 8 10 9.567 10 11.5V18",
|
|
61
|
+
stroke: color,
|
|
62
|
+
strokeWidth: weight,
|
|
63
|
+
strokeLinecap: "round",
|
|
64
|
+
strokeLinejoin: "round"
|
|
65
|
+
})
|
|
66
|
+
]
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
export { MailBox as default };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function MailEmailLetter1({ 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: "M3 9.70312V19.0001C3 20.1051 3.895 21.0001 5 21.0001H18.999C20.104 21.0001 20.999 20.1051 20.999 19.0001V9.70312",
|
|
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: "M3.88582 8.04405L10.8798 3.33905C11.5568 2.88405 12.4418 2.88405 13.1188 3.33905L20.1128 8.04405C21.2908 8.83705 21.2908 10.5701 20.1128 11.3631L14.2388 15.3151C12.8848 16.2261 11.1148 16.2261 9.76082 15.3151L3.88682 11.3631C2.70782 10.5701 2.70782 8.83605 3.88582 8.04405Z",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M9.11984 14.8801L3.58984 20.4101",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M20.4099 20.4101L14.8799 14.8801",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
})
|
|
42
|
+
]
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
export { MailEmailLetter1 as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function MailEmailLetter3({ 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.2084 9.59985H7.67111C6.88103 9.59985 6.23975 10.2402 6.23975 11.0312V11.0312C6.23975 11.5055 6.47495 11.9499 6.86759 12.2159L11.633 15.4453C12.7245 16.1845 14.1559 16.1845 15.2465 15.4453L20.0109 12.2159C20.4045 11.9499 20.6397 11.5064 20.6397 11.0312V11.0303C20.6397 10.2402 19.9994 9.59985 19.2084 9.59985V9.59985Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M6.23975 11.0437V18.2399C6.23975 19.3007 7.09895 20.1599 8.15975 20.1599H18.7197C19.7805 20.1599 20.6397 19.3007 20.6397 18.2399V11.0437",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M18.2917 6.74677C18.2917 6.74677 14.8693 4.42741 13.0722 3.20917C12.4213 2.76853 11.5727 2.77141 10.9218 3.21205L4.20754 7.76245C3.68146 8.11861 3.36562 8.71381 3.36562 9.35029L3.35986 17.2799",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
})
|
|
35
|
+
]
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export { MailEmailLetter3 as default };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function MailEmailLetterBadge({ 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: "M20 13.7582V6.0332",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M13.028 18.0002H5C3.343 18.0002 2 16.6572 2 15.0002V6.0332",
|
|
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: "M9.136 11.018L3.085 7.831C2.418 7.479 2 6.787 2 6.033V6C2 4.895 2.895 4 4 4H17.967C19.09 4 20 4.91 20 6.033V6.053C20 6.795 19.589 7.477 18.932 7.823L12.864 11.019C11.697 11.633 10.303 11.633 9.136 11.018Z",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M20.682 14.3218C22.439 16.0838 22.439 18.9418 20.683 20.7048C18.963 22.4308 16.038 22.4308 14.317 20.7048C12.56 18.9418 12.561 16.0838 14.318 14.3218C16.075 12.5588 18.925 12.5588 20.682 14.3218",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeWidth: weight,
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round"
|
|
41
|
+
})
|
|
42
|
+
]
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
export { MailEmailLetterBadge as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import MailBox from "./MailBox";
|
|
2
|
+
import EmailsLetterMail2 from "./EmailsLetterMail2";
|
|
3
|
+
import MailEmailLetter3 from "./MailEmailLetter3";
|
|
4
|
+
import MailEmailLetter1 from "./MailEmailLetter1";
|
|
5
|
+
import CalendarSchedule from "./CalendarSchedule";
|
|
6
|
+
import MailEmailLetterBadge from "./MailEmailLetterBadge";
|
|
7
|
+
export declare const EMAILS: {
|
|
8
|
+
"eml mailbox": typeof MailBox;
|
|
9
|
+
"eml emails-letter-mail-2": typeof EmailsLetterMail2;
|
|
10
|
+
"eml mail-email-letter-3": typeof MailEmailLetter3;
|
|
11
|
+
"eml mail-email-letter-1": typeof MailEmailLetter1;
|
|
12
|
+
"eml calendar-schedule": typeof CalendarSchedule;
|
|
13
|
+
"eml mail-email-letter-badge": typeof MailEmailLetterBadge;
|
|
14
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import MailBox from "./MailBox/index.js";
|
|
2
|
+
import EmailsLetterMail2 from "./EmailsLetterMail2/index.js";
|
|
3
|
+
import MailEmailLetter3 from "./MailEmailLetter3/index.js";
|
|
4
|
+
import MailEmailLetter1 from "./MailEmailLetter1/index.js";
|
|
5
|
+
import CalendarSchedule from "./CalendarSchedule/index.js";
|
|
6
|
+
import MailEmailLetterBadge from "./MailEmailLetterBadge/index.js";
|
|
7
|
+
const EMAILS = {
|
|
8
|
+
"eml mailbox": MailBox,
|
|
9
|
+
"eml emails-letter-mail-2": EmailsLetterMail2,
|
|
10
|
+
"eml mail-email-letter-3": MailEmailLetter3,
|
|
11
|
+
"eml mail-email-letter-1": MailEmailLetter1,
|
|
12
|
+
"eml calendar-schedule": CalendarSchedule,
|
|
13
|
+
"eml mail-email-letter-badge": MailEmailLetterBadge
|
|
14
|
+
};
|
|
15
|
+
export { EMAILS };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function DropWaterRenewableCircle({ 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.0024 15.7517H21.0037V18.753",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M16.5349 4.07279C15.6191 3.54282 14.617 3.17842 13.5747 2.99634",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M20.5218 8.82586C20.1615 7.83088 19.6299 6.90658 18.9512 6.09473",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M10.4256 2.99634C9.38323 3.17842 8.38116 3.54282 7.46533 4.07279",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("path", {
|
|
41
|
+
d: "M5.04917 6.09766C4.3704 6.90951 3.83884 7.83381 3.47852 8.82879",
|
|
42
|
+
stroke: color,
|
|
43
|
+
strokeWidth: weight,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
}),
|
|
47
|
+
/*#__PURE__*/ jsx("path", {
|
|
48
|
+
d: "M2.99658 12C3.00427 16.2264 5.9505 19.8785 10.0796 20.7801C14.2086 21.6817 18.4091 19.59 20.1777 15.7516",
|
|
49
|
+
stroke: color,
|
|
50
|
+
strokeWidth: weight,
|
|
51
|
+
strokeLinecap: "round",
|
|
52
|
+
strokeLinejoin: "round"
|
|
53
|
+
}),
|
|
54
|
+
/*#__PURE__*/ jsx("path", {
|
|
55
|
+
d: "M2.99658 12C2.99658 16.9726 7.0277 21.0037 12.0003 21.0037",
|
|
56
|
+
stroke: color,
|
|
57
|
+
strokeWidth: weight,
|
|
58
|
+
strokeLinecap: "round",
|
|
59
|
+
strokeLinejoin: "round"
|
|
60
|
+
}),
|
|
61
|
+
/*#__PURE__*/ jsx("path", {
|
|
62
|
+
fillRule: "evenodd",
|
|
63
|
+
clipRule: "evenodd",
|
|
64
|
+
d: "M12.6403 8.31965L14.5581 10.8857C15.2817 11.8553 15.397 13.1501 14.8559 14.2322C14.3148 15.3143 13.2099 15.999 12 16.0018V16.0018C10.7901 15.999 9.68522 15.3143 9.14414 14.2322C8.60307 13.1501 8.71829 11.8553 9.44195 10.8857L11.3598 8.31965C11.5109 8.11812 11.7481 7.99951 12 7.99951C12.2519 7.99951 12.4891 8.11812 12.6403 8.31965Z",
|
|
65
|
+
stroke: color,
|
|
66
|
+
strokeWidth: weight,
|
|
67
|
+
strokeLinecap: "round",
|
|
68
|
+
strokeLinejoin: "round"
|
|
69
|
+
})
|
|
70
|
+
]
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
export { DropWaterRenewableCircle as default };
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function DocumentsFileExcelAlt({ 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: "M20.0035 7.99842H16.0019C15.4494 7.99842 15.0015 7.55052 15.0015 6.998V2.99634",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M5.99756 7.99842V4.99717C5.99756 3.89214 6.89336 2.99634 7.99839 2.99634H15.1734C15.704 2.99634 16.2128 3.20733 16.588 3.58258L19.4171 6.41176C19.7924 6.7869 20.0034 7.29574 20.0034 7.82635V19.003C20.0034 20.108 19.1076 21.0038 18.0026 21.0038H7.99839C6.89336 21.0038 5.99756 20.108 5.99756 19.003V18.0026",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M9.56619 14.7512L6.56494 11.2498",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M6.56494 14.7512L9.56619 11.2498",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("rect", {
|
|
41
|
+
x: "2.99658",
|
|
42
|
+
y: "7.99854",
|
|
43
|
+
width: "10.0042",
|
|
44
|
+
height: "10.0042",
|
|
45
|
+
rx: "3",
|
|
46
|
+
stroke: color,
|
|
47
|
+
strokeWidth: weight,
|
|
48
|
+
strokeLinecap: "round",
|
|
49
|
+
strokeLinejoin: "round"
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
export { DocumentsFileExcelAlt as default };
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function DocumentsFilePdf({ 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: "M18.414 6.414L15.586 3.586C15.211 3.211 14.702 3 14.172 3H7C5.895 3 5 3.895 5 5V19C5 20.105 5.895 21 7 21H17C18.105 21 19 20.105 19 19V7.828C19 7.298 18.789 6.789 18.414 6.414V6.414Z",
|
|
16
|
+
stroke: color,
|
|
17
|
+
strokeWidth: weight,
|
|
18
|
+
strokeLinecap: "round",
|
|
19
|
+
strokeLinejoin: "round"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M19 8H15C14.448 8 14 7.552 14 7V3",
|
|
23
|
+
stroke: color,
|
|
24
|
+
strokeWidth: weight,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M10.3398 16.55H13.6598",
|
|
30
|
+
stroke: color,
|
|
31
|
+
strokeWidth: weight,
|
|
32
|
+
strokeLinecap: "round",
|
|
33
|
+
strokeLinejoin: "round"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
fillRule: "evenodd",
|
|
37
|
+
clipRule: "evenodd",
|
|
38
|
+
d: "M10.833 12.751V11.583C10.833 11.261 11.094 11 11.416 11H12.584C12.906 11 13.167 11.261 13.167 11.583V12.751C13.167 13.073 12.906 13.334 12.584 13.334H11.416C11.094 13.333 10.833 13.072 10.833 12.751Z",
|
|
39
|
+
stroke: color,
|
|
40
|
+
strokeWidth: weight,
|
|
41
|
+
strokeLinecap: "round",
|
|
42
|
+
strokeLinejoin: "round"
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ jsx("path", {
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd",
|
|
47
|
+
d: "M8 17.417V16.249C8 15.927 8.261 15.666 8.583 15.666H9.751C10.073 15.666 10.334 15.927 10.334 16.249V17.417C10.334 17.739 10.073 18 9.751 18H8.583C8.261 18 8 17.739 8 17.417Z",
|
|
48
|
+
stroke: color,
|
|
49
|
+
strokeWidth: weight,
|
|
50
|
+
strokeLinecap: "round",
|
|
51
|
+
strokeLinejoin: "round"
|
|
52
|
+
}),
|
|
53
|
+
/*#__PURE__*/ jsx("path", {
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
clipRule: "evenodd",
|
|
56
|
+
d: "M13.667 17.417V16.249C13.667 15.927 13.928 15.666 14.25 15.666H15.418C15.74 15.666 16.001 15.927 16.001 16.249V17.417C16 17.739 15.739 18 15.417 18H14.249C13.928 18 13.667 17.739 13.667 17.417H13.667Z",
|
|
57
|
+
stroke: color,
|
|
58
|
+
strokeWidth: weight,
|
|
59
|
+
strokeLinecap: "round",
|
|
60
|
+
strokeLinejoin: "round"
|
|
61
|
+
}),
|
|
62
|
+
/*#__PURE__*/ jsx("path", {
|
|
63
|
+
d: "M14.24 15.6701L12.73 13.3101",
|
|
64
|
+
stroke: color,
|
|
65
|
+
strokeWidth: weight,
|
|
66
|
+
strokeLinecap: "round",
|
|
67
|
+
strokeLinejoin: "round"
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ jsx("path", {
|
|
70
|
+
d: "M9.75977 15.6701L11.2698 13.3101",
|
|
71
|
+
stroke: color,
|
|
72
|
+
strokeWidth: weight,
|
|
73
|
+
strokeLinecap: "round",
|
|
74
|
+
strokeLinejoin: "round"
|
|
75
|
+
})
|
|
76
|
+
]
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
export { DocumentsFilePdf as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import DocumentsFilePdf from "./DocumentsFilePdf/index.js";
|
|
2
|
+
import DocumentsFileExcelAlt from "./DocumentsFileExcelAlt/index.js";
|
|
3
|
+
const FILES = {
|
|
4
|
+
"fl documents-file-pdf": DocumentsFilePdf,
|
|
5
|
+
"fl documents-file-excel-alt": DocumentsFileExcelAlt
|
|
6
|
+
};
|
|
7
|
+
export { FILES };
|