@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
package/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Rslib project
|
|
2
|
+
|
|
3
|
+
## Setup
|
|
4
|
+
|
|
5
|
+
Install the dependencies:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
pnpm install
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Get started
|
|
12
|
+
|
|
13
|
+
Build the library:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
pnpm build
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Build the library in watch mode:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
pnpm dev
|
|
23
|
+
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
+
import index from "./index.js";
|
|
3
|
+
import icons from "./svg/icons.js";
|
|
4
|
+
const meta = {
|
|
5
|
+
title: "ICONS/Icon",
|
|
6
|
+
component: index,
|
|
7
|
+
tags: [
|
|
8
|
+
"autodocs"
|
|
9
|
+
],
|
|
10
|
+
parameters: {
|
|
11
|
+
layout: "centered"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
const Icon_stories = meta;
|
|
15
|
+
const AllIcons = {
|
|
16
|
+
render: ()=>/*#__PURE__*/ jsx(Fragment, {
|
|
17
|
+
children: Object.keys(icons).map((key)=>/*#__PURE__*/ jsx(index, {
|
|
18
|
+
name: key
|
|
19
|
+
}, key))
|
|
20
|
+
})
|
|
21
|
+
};
|
|
22
|
+
export { AllIcons, Icon_stories as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type ICommonIconProps from "../interfaces/ICommonIconProps";
|
|
2
|
+
import type { IconsNames } from "../types/IconsNames";
|
|
3
|
+
interface IconProps extends ICommonIconProps {
|
|
4
|
+
name: IconsNames;
|
|
5
|
+
fallback?: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
export default function Icon({ color, name, size, weight, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import icons from "./svg/icons.js";
|
|
3
|
+
function Icon({ color = "currentColor", name, size = "1.5rem", weight = "1.5", ...rest }) {
|
|
4
|
+
const IconComponent = icons[name];
|
|
5
|
+
return /*#__PURE__*/ jsx(IconComponent, {
|
|
6
|
+
color: color,
|
|
7
|
+
size: size,
|
|
8
|
+
weight: weight,
|
|
9
|
+
...rest
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
export { Icon as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrangeFilterSortAlt({ 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 8L7 5L4 8",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M7 19V5",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M14 16L17 19L20 16",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M17 5V19",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
})
|
|
40
|
+
]
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
export { ArrangeFilterSortAlt as default };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
function ArrowDown({ color, size, weight, ...rest }) {
|
|
3
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
4
|
+
width: size,
|
|
5
|
+
height: size,
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...rest,
|
|
10
|
+
children: [
|
|
11
|
+
/*#__PURE__*/ jsx("path", {
|
|
12
|
+
d: "M12 19V5",
|
|
13
|
+
stroke: color,
|
|
14
|
+
strokeWidth: weight,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx("path", {
|
|
19
|
+
d: "M17.001 13.999L12 19L6.99902 13.999",
|
|
20
|
+
stroke: color,
|
|
21
|
+
strokeWidth: weight,
|
|
22
|
+
strokeLinecap: "round",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
export { ArrowDown as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowLeft({ 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: "M5 12H19",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M10 7L5 12",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M10 17L5 12",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
export { ArrowLeft as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowLeftDown({ 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: "M7.0498 16.95L16.9498 7.04999",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M7.0498 9.95001V16.95",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M14.0498 16.95H7.0498",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
export { ArrowLeftDown as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowLeftUp({ 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: "M7.04999 7.05001L16.95 16.95",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M7 14L7.049 7.05L14 7",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
export { ArrowLeftUp as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowRepeatRotate({ color, size, weight, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: size,
|
|
7
|
+
height: size,
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
fill: "none",
|
|
10
|
+
...rest,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M13 19H10C7.239 19 5 16.761 5 14V5",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M11 5H14C16.761 5 19 7.239 19 10V19",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M7.5 7.5L5 5L2.5 7.5",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M16 16L19 19L22 16",
|
|
35
|
+
stroke: color,
|
|
36
|
+
strokeWidth: weight,
|
|
37
|
+
strokeLinecap: "round",
|
|
38
|
+
strokeLinejoin: "round"
|
|
39
|
+
})
|
|
40
|
+
]
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
export { ArrowRepeatRotate as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowRight({ 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 12H5",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M14 17L19 12",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M14 7L19 12",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: weight,
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
export { ArrowRight as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowRightDown({ 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.9498 16.95L7.0498 7.04999",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M16.9499 9.87698V16.95L9.87793 16.949",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
export { ArrowRightDown as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowRightUp({ 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.9498 7.04999L7.0498 16.95",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M10 7L16.95 7.049L17 14",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
export { ArrowRightUp as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function ArrowUp({ 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: "M12 5V19",
|
|
14
|
+
stroke: color,
|
|
15
|
+
strokeWidth: weight,
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M6.99902 9.99999L12 4.99899L17.001 9.99999",
|
|
21
|
+
stroke: color,
|
|
22
|
+
strokeWidth: weight,
|
|
23
|
+
strokeLinecap: "round",
|
|
24
|
+
strokeLinejoin: "round"
|
|
25
|
+
})
|
|
26
|
+
]
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
export { ArrowUp as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function CaretDown({ color, size, weight, ...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
|
+
d: "M8 10L12 14L16 10",
|
|
13
|
+
stroke: color,
|
|
14
|
+
strokeWidth: weight,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
export { CaretDown as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function CaretLeft({ color, size, weight, ...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
|
+
d: "M14 8L10 12L14 16",
|
|
13
|
+
stroke: color,
|
|
14
|
+
strokeWidth: weight,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
export { CaretLeft as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function CaretRight({ color, size, weight, ...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
|
+
d: "M10 16L14 12L10 8",
|
|
13
|
+
stroke: color,
|
|
14
|
+
strokeWidth: weight,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
export { CaretRight as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
function CaretUp({ color, size, weight, ...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
|
+
d: "M16 14L12 10L8 14",
|
|
13
|
+
stroke: color,
|
|
14
|
+
strokeWidth: weight,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
})
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
export { CaretUp as default };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import ArrowLeft from "./ArrowLeft";
|
|
2
|
+
import CaretDown from "./CaretDown";
|
|
3
|
+
import CaretUp from "./CaretUp";
|
|
4
|
+
import CaretLeft from "./CaretLeft";
|
|
5
|
+
import CaretRight from "./CaretRight";
|
|
6
|
+
import ArrangeFilterSortAlt from "./ArrangeFilterSortAlt";
|
|
7
|
+
import ArrowDown from "./ArrowDown";
|
|
8
|
+
import ArrowLeftDown from "./ArrowLeftDown";
|
|
9
|
+
import ArrowLeftUp from "./ArrowLeftUp";
|
|
10
|
+
import ArrowRight from "./ArrowRight";
|
|
11
|
+
import ArrowRightDown from "./ArrowRightDown";
|
|
12
|
+
import ArrowRightUp from "./ArrowRightUp";
|
|
13
|
+
import ArrowUp from "./ArrowUp";
|
|
14
|
+
import ArrowRepeatRotate from "./ArrowRepeatRotate";
|
|
15
|
+
export declare const ARROWS: {
|
|
16
|
+
"arw arrow-down": typeof ArrowDown;
|
|
17
|
+
"arw arrow-up": typeof ArrowUp;
|
|
18
|
+
"arw arrow-left": typeof ArrowLeft;
|
|
19
|
+
"arw arrow-left-down": typeof ArrowLeftDown;
|
|
20
|
+
"arw arrow-left-up": typeof ArrowLeftUp;
|
|
21
|
+
"arw arrow-right": typeof ArrowRight;
|
|
22
|
+
"arw arrow-right-down": typeof ArrowRightDown;
|
|
23
|
+
"arw arrow-right-up": typeof ArrowRightUp;
|
|
24
|
+
"arw caret-down": typeof CaretDown;
|
|
25
|
+
"arw caret-up": typeof CaretUp;
|
|
26
|
+
"arw caret-left": typeof CaretLeft;
|
|
27
|
+
"arw caret-right": typeof CaretRight;
|
|
28
|
+
"arw arrange-filter-sort-alt": typeof ArrangeFilterSortAlt;
|
|
29
|
+
"arw arrow-repeat-rotate": typeof ArrowRepeatRotate;
|
|
30
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import ArrowLeft from "./ArrowLeft/index.js";
|
|
2
|
+
import CaretDown from "./CaretDown/index.js";
|
|
3
|
+
import CaretUp from "./CaretUp/index.js";
|
|
4
|
+
import CaretLeft from "./CaretLeft/index.js";
|
|
5
|
+
import CaretRight from "./CaretRight/index.js";
|
|
6
|
+
import ArrangeFilterSortAlt from "./ArrangeFilterSortAlt/index.js";
|
|
7
|
+
import ArrowDown from "./ArrowDown/index.js";
|
|
8
|
+
import ArrowLeftDown from "./ArrowLeftDown/index.js";
|
|
9
|
+
import ArrowLeftUp from "./ArrowLeftUp/index.js";
|
|
10
|
+
import ArrowRight from "./ArrowRight/index.js";
|
|
11
|
+
import ArrowRightDown from "./ArrowRightDown/index.js";
|
|
12
|
+
import ArrowRightUp from "./ArrowRightUp/index.js";
|
|
13
|
+
import ArrowUp from "./ArrowUp/index.js";
|
|
14
|
+
import ArrowRepeatRotate from "./ArrowRepeatRotate/index.js";
|
|
15
|
+
const ARROWS = {
|
|
16
|
+
"arw arrow-down": ArrowDown,
|
|
17
|
+
"arw arrow-up": ArrowUp,
|
|
18
|
+
"arw arrow-left": ArrowLeft,
|
|
19
|
+
"arw arrow-left-down": ArrowLeftDown,
|
|
20
|
+
"arw arrow-left-up": ArrowLeftUp,
|
|
21
|
+
"arw arrow-right": ArrowRight,
|
|
22
|
+
"arw arrow-right-down": ArrowRightDown,
|
|
23
|
+
"arw arrow-right-up": ArrowRightUp,
|
|
24
|
+
"arw caret-down": CaretDown,
|
|
25
|
+
"arw caret-up": CaretUp,
|
|
26
|
+
"arw caret-left": CaretLeft,
|
|
27
|
+
"arw caret-right": CaretRight,
|
|
28
|
+
"arw arrange-filter-sort-alt": ArrangeFilterSortAlt,
|
|
29
|
+
"arw arrow-repeat-rotate": ArrowRepeatRotate
|
|
30
|
+
};
|
|
31
|
+
export { ARROWS };
|