@hellobetterdigitalnz/selwynui 0.0.1-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 +73 -0
- package/dist/App.d.ts +2 -0
- package/dist/Components/DataDisplay/DetailsCard/DetailsCard.d.ts +3 -0
- package/dist/Components/DataDisplay/DetailsCard/DetailsCardProps.d.ts +10 -0
- package/dist/Components/DataDisplay/ImageContent/ImageContent.d.ts +3 -0
- package/dist/Components/DataDisplay/ImageContent/ImageContentMaskingImages.d.ts +2 -0
- package/dist/Components/DataDisplay/ImageContent/ImageContentProps.d.ts +27 -0
- package/dist/Components/DataDisplay/IntroBlock/IntroBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/IntroBlock/IntroBlockProps.d.ts +8 -0
- package/dist/Components/DataDisplay/KPIBlock/KPIBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/KPIBlock/KPIBlockProps.d.ts +11 -0
- package/dist/Components/DataDisplay/Pathway/Pathway.d.ts +3 -0
- package/dist/Components/DataDisplay/Pathway/PathwayProps.d.ts +15 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlock.d.ts +3 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/PromoBannerBlockProps.d.ts +14 -0
- package/dist/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.d.ts +2 -0
- package/dist/Components/DataDisplay/index.d.ts +10 -0
- package/dist/Components/Form/Button/Button.d.ts +3 -0
- package/dist/Components/Form/Button/ButtonProps.d.ts +14 -0
- package/dist/Components/Form/index.d.ts +2 -0
- package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowSquareOut/ArrowSquareOut.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +3 -0
- package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretCircleRight/CaretCircleRight.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +3 -0
- package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +3 -0
- package/dist/Components/Icons/Brands/FacebookLogo/FacebookLogo.d.ts +3 -0
- package/dist/Components/Icons/Brands/InstagramLogo/InstagramLogo.d.ts +3 -0
- package/dist/Components/Icons/Brands/LinkedinLogo/LinkedinLogo.d.ts +3 -0
- package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Backpack/Backpack.d.ts +3 -0
- package/dist/Components/Icons/Commerce/BowlSteam/BowlSteam.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Bread/Bread.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Cheers/Cheers.d.ts +3 -0
- package/dist/Components/Icons/Commerce/ChefHat/ChefHat.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Coffee/Coffee.d.ts +3 -0
- package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +3 -0
- package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Grains/Grains.d.ts +3 -0
- package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +3 -0
- package/dist/Components/Icons/Commerce/StoreFront/StoreFront.d.ts +3 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +3 -0
- package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +3 -0
- package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +3 -0
- package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/At/At.d.ts +3 -0
- package/dist/Components/Icons/Communication/At/At.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +3 -0
- package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/Chat/Chat.d.ts +3 -0
- package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +21 -0
- package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +3 -0
- package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +3 -0
- package/dist/Components/Icons/Communication/Export/Export.d.ts +3 -0
- package/dist/Components/Icons/Communication/Phone/Phone.d.ts +3 -0
- package/dist/Components/Icons/Communication/ThumbsUp/ThumbsUp.d.ts +3 -0
- package/dist/Components/Icons/Communication/Translate/Translate.d.ts +3 -0
- package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +3 -0
- package/dist/Components/Icons/Design/Eye/Eye.d.ts +3 -0
- package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +3 -0
- package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +3 -0
- package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +3 -0
- package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +3 -0
- package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +3 -0
- package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +3 -0
- package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +3 -0
- package/dist/Components/Icons/Education/BookmarkSimple/BookmarkSimple.d.ts +3 -0
- package/dist/Components/Icons/Education/Certificate/Certificate.d.ts +3 -0
- package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +3 -0
- package/dist/Components/Icons/Games/Cricket/Cricket.d.ts +3 -0
- package/dist/Components/Icons/Games/Football/Football.d.ts +3 -0
- package/dist/Components/Icons/Games/Golf/Golf.d.ts +3 -0
- package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +3 -0
- package/dist/Components/Icons/IconProps.d.ts +4 -0
- package/dist/Components/Icons/MapAndTravel/Barn/Barn.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Bus/Bus.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Car/Car.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/ChargingStation/ChargingStation.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Farm/Farm.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Goggles/Goggles.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/House/House.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +3 -0
- package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartLineUp/ChartLineUp.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/MinusCircle/MinusCircle.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +3 -0
- package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +3 -0
- package/dist/Components/Icons/Media/Camera/Camera.d.ts +3 -0
- package/dist/Components/Icons/Media/DiscoBall/DiscoBall.d.ts +3 -0
- package/dist/Components/Icons/Media/FilmStrip/FilmStrip.d.ts +3 -0
- package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +3 -0
- package/dist/Components/Icons/Media/MusicNotes/MusicNotes.d.ts +3 -0
- package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +3 -0
- package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +3 -0
- package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +3 -0
- package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/BuildinfOffice/BuildingOffice.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +3 -0
- package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +3 -0
- package/dist/Components/Icons/People/Person/Person.d.ts +3 -0
- package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleSki/PersonSimpleSki.d.ts +3 -0
- package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +3 -0
- package/dist/Components/Icons/People/User/User.d.ts +3 -0
- package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +3 -0
- package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +3 -0
- package/dist/Components/Icons/People/Users/Users.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +3 -0
- package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/Link/Link.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +3 -0
- package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +3 -0
- package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +3 -0
- package/dist/Components/Icons/Time/CalendarDots/CalendarDots.d.ts +3 -0
- package/dist/Components/Icons/Time/Clock/Clock.d.ts +3 -0
- package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Bird/Bird.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Cow/Cow.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Dog/Dog.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/FishSimple/FishSimple.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +3 -0
- package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +3 -0
- package/dist/Components/Icons/index.d.ts +123 -0
- package/dist/Components/Layout/Footer/Footer.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottom.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottomLeft.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottomLeftProps.d.ts +11 -0
- package/dist/Components/Layout/Footer/FooterBottomProps.d.ts +5 -0
- package/dist/Components/Layout/Footer/FooterBottomRight.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterBottomRightProps.d.ts +6 -0
- package/dist/Components/Layout/Footer/FooterItem.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterItemProps.d.ts +6 -0
- package/dist/Components/Layout/Footer/FooterMiddle.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterMiddleProps.d.ts +6 -0
- package/dist/Components/Layout/Footer/FooterProps.d.ts +9 -0
- package/dist/Components/Layout/Footer/FooterTop.d.ts +3 -0
- package/dist/Components/Layout/Footer/FooterTopProps.d.ts +7 -0
- package/dist/Components/Layout/Footer/footer-bg-design.d.ts +2 -0
- package/dist/Components/Layout/Header/Header.d.ts +3 -0
- package/dist/Components/Layout/Header/HeaderProps.d.ts +7 -0
- package/dist/Components/Layout/Header/HeaderRight.d.ts +3 -0
- package/dist/Components/Layout/Header/HeaderRightItem.d.ts +3 -0
- package/dist/Components/Layout/Header/HeaderRightItemProps.d.ts +11 -0
- package/dist/Components/Layout/Header/HeaderRightProps.d.ts +5 -0
- package/dist/Components/Layout/Header/MagnifyingGlass/MagnifyingGlass.d.ts +2 -0
- package/dist/Components/Layout/Header/MegaMenu/MegaMenu.d.ts +2 -0
- package/dist/Components/Layout/Header/MegaMenu/MegaMenuProps.d.ts +4 -0
- package/dist/Components/Layout/HeroBanner/HeroBanner.d.ts +3 -0
- package/dist/Components/Layout/HeroBanner/HeroBannerProps.d.ts +9 -0
- package/dist/Components/Layout/HeroBanner/LargeHeroIcon.d.ts +2 -0
- package/dist/Components/Layout/index.d.ts +22 -0
- package/dist/Components/Shared/Container/Container.d.ts +3 -0
- package/dist/Components/Shared/Container/ContainerProps.d.ts +6 -0
- package/dist/Components/Shared/ElementHolder/ElementHolder.d.ts +3 -0
- package/dist/Components/Shared/ElementHolder/ElementHolderProps.d.ts +15 -0
- package/dist/Components/Shared/index.d.ts +4 -0
- package/dist/img/card-one.png +0 -0
- package/dist/img/card-three.png +0 -0
- package/dist/img/card-two.png +0 -0
- package/dist/img/footer-bg-design.svg +14 -0
- package/dist/img/footer-logo.svg +9 -0
- package/dist/img/promo-banner-image.svg +9 -0
- package/dist/img/visit-brand-piller.svg +6 -0
- package/dist/img/waikirikiri-full-logo.svg +23 -0
- package/dist/index.cjs.js +14 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.es.d.ts +2 -0
- package/dist/index.es.js +6787 -0
- package/dist/index.es.js.map +1 -0
- package/dist/main.d.ts +0 -0
- package/dist/selwynui.css +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +73 -0
- package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +90 -0
- package/src/Components/DataDisplay/Accordion/Accordion.tsx +57 -0
- package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
- package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
- package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +159 -0
- package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +20 -0
- package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +13 -0
- package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +66 -0
- package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +9 -0
- package/src/Components/DataDisplay/Accordion/accordion-bg-design.tsx +14 -0
- package/src/Components/DataDisplay/Accordion/accordion.module.scss +90 -0
- package/src/Components/DataDisplay/DetailsCard/DetailsCard.stories.tsx +39 -0
- package/src/Components/DataDisplay/DetailsCard/DetailsCard.tsx +87 -0
- package/src/Components/DataDisplay/DetailsCard/DetailsCardProps.tsx +12 -0
- package/src/Components/DataDisplay/DetailsCard/detailsCard.module.scss +123 -0
- package/src/Components/DataDisplay/ImageContent/ImageContent.stories.tsx +150 -0
- package/src/Components/DataDisplay/ImageContent/ImageContent.tsx +146 -0
- package/src/Components/DataDisplay/ImageContent/ImageContentMaskingImages.tsx +334 -0
- package/src/Components/DataDisplay/ImageContent/ImageContentProps.tsx +42 -0
- package/src/Components/DataDisplay/ImageContent/imageContent.module.scss +343 -0
- package/src/Components/DataDisplay/IntroBlock/IntroBlock.stories.tsx +37 -0
- package/src/Components/DataDisplay/IntroBlock/IntroBlock.tsx +37 -0
- package/src/Components/DataDisplay/IntroBlock/IntroBlockProps.tsx +10 -0
- package/src/Components/DataDisplay/IntroBlock/introBlock.module.scss +37 -0
- package/src/Components/DataDisplay/KPIBlock/KPIBlock.stories.tsx +120 -0
- package/src/Components/DataDisplay/KPIBlock/KPIBlock.tsx +42 -0
- package/src/Components/DataDisplay/KPIBlock/KPIBlockProps.tsx +13 -0
- package/src/Components/DataDisplay/KPIBlock/kpiBlock.module.scss +78 -0
- package/src/Components/DataDisplay/Pathway/Pathway.stories.tsx +27 -0
- package/src/Components/DataDisplay/Pathway/Pathway.tsx +83 -0
- package/src/Components/DataDisplay/Pathway/PathwayProps.tsx +17 -0
- package/src/Components/DataDisplay/Pathway/pathway.module.scss +124 -0
- package/src/Components/DataDisplay/PathwayBlock/PathwayBlock.stories.tsx +56 -0
- package/src/Components/DataDisplay/PathwayBlock/PathwayBlock.tsx +37 -0
- package/src/Components/DataDisplay/PathwayBlock/PathwayBlockProps.tsx +13 -0
- package/src/Components/DataDisplay/PathwayBlock/pathwayBlock.module.scss +34 -0
- package/src/Components/DataDisplay/PromoBannerBlock/PromoBanner.stories.tsx +45 -0
- package/src/Components/DataDisplay/PromoBannerBlock/PromoBannerBlock.tsx +77 -0
- package/src/Components/DataDisplay/PromoBannerBlock/PromoBannerBlockProps.tsx +16 -0
- package/src/Components/DataDisplay/PromoBannerBlock/brand-piller.tsx +50 -0
- package/src/Components/DataDisplay/PromoBannerBlock/promo-banner-bg-design.tsx +14 -0
- package/src/Components/DataDisplay/PromoBannerBlock/promoBanner.module.scss +181 -0
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.stories.tsx +46 -0
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCard.tsx +64 -0
- package/src/Components/DataDisplay/TestimonyCard/TestimonyCardProps.tsx +13 -0
- package/src/Components/DataDisplay/TestimonyCard/testimonyCard.module.scss +93 -0
- package/src/Components/DataDisplay/index.ts +19 -0
- package/src/Components/Form/Button/Button.stories.tsx +55 -0
- package/src/Components/Form/Button/Button.tsx +122 -0
- package/src/Components/Form/Button/ButtonProps.tsx +27 -0
- package/src/Components/Form/Button/button.module.scss +91 -0
- package/src/Components/Form/index.ts +2 -0
- package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +47 -0
- package/src/Components/Icons/Arrows/ArrowSquareOut/ArrowSquareOut.tsx +48 -0
- package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
- package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
- package/src/Components/Icons/Arrows/CaretCircleRight/CaretCircleRight.tsx +37 -0
- package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
- package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
- package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
- package/src/Components/Icons/Brands/FacebookLogo/FacebookLogo.tsx +35 -0
- package/src/Components/Icons/Brands/InstagramLogo/InstagramLogo.tsx +35 -0
- package/src/Components/Icons/Brands/LinkedinLogo/LinkedinLogo.tsx +35 -0
- package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
- package/src/Components/Icons/Commerce/Backpack/Backpack.tsx +54 -0
- package/src/Components/Icons/Commerce/BowlSteam/BowlSteam.tsx +34 -0
- package/src/Components/Icons/Commerce/Bread/Bread.tsx +34 -0
- package/src/Components/Icons/Commerce/Cheers/Cheers.tsx +34 -0
- package/src/Components/Icons/Commerce/ChefHat/ChefHat.tsx +34 -0
- package/src/Components/Icons/Commerce/Coffee/Coffee.tsx +54 -0
- package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +54 -0
- package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
- package/src/Components/Icons/Commerce/Grains/Grains.tsx +54 -0
- package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
- package/src/Components/Icons/Commerce/StoreFront/StoreFront.tsx +54 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
- package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
- package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
- package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
- package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
- package/src/Components/Icons/Communication/At/At.tsx +49 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
- package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
- package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
- package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
- package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
- package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
- package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
- package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
- package/src/Components/Icons/Communication/ThumbsUp/ThumbsUp.tsx +47 -0
- package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
- package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
- package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
- package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
- package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
- package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
- package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
- package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
- package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
- package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
- package/src/Components/Icons/Education/BookmarkSimple/BookmarkSimple.tsx +44 -0
- package/src/Components/Icons/Education/Certificate/Certificate.tsx +56 -0
- package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
- package/src/Components/Icons/Games/Cricket/Cricket.tsx +23 -0
- package/src/Components/Icons/Games/Football/Football.tsx +47 -0
- package/src/Components/Icons/Games/Golf/Golf.tsx +34 -0
- package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
- package/src/Components/Icons/IconProps.tsx +5 -0
- package/src/Components/Icons/MapAndTravel/Barn/Barn.tsx +34 -0
- package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/Bus/Bus.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/Car/Car.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/ChargingStation/ChargingStation.tsx +54 -0
- package/src/Components/Icons/MapAndTravel/Farm/Farm.tsx +34 -0
- package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/Goggles/Goggles.tsx +47 -0
- package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
- package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
- package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
- package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
- package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
- package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
- package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
- package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
- package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
- package/src/Components/Icons/MathsAndFinance/ChartLineUp/ChartLineUp.tsx +47 -0
- package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
- package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
- package/src/Components/Icons/MathsAndFinance/MinusCircle/MinusCircle.tsx +44 -0
- package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
- package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
- package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
- package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
- package/src/Components/Icons/Media/DiscoBall/DiscoBall.tsx +22 -0
- package/src/Components/Icons/Media/FilmStrip/FilmStrip.tsx +45 -0
- package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
- package/src/Components/Icons/Media/MusicNotes/MusicNotes.tsx +42 -0
- package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
- package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
- package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
- package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
- package/src/Components/Icons/OfficeAndEditing/BuildinfOffice/BuildingOffice.tsx +22 -0
- package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
- package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
- package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
- package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
- package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
- package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
- package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
- package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
- package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
- package/src/Components/Icons/People/Person/Person.tsx +35 -0
- package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
- package/src/Components/Icons/People/PersonSimpleSki/PersonSimpleSki.tsx +34 -0
- package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
- package/src/Components/Icons/People/User/User.tsx +61 -0
- package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
- package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
- package/src/Components/Icons/People/Users/Users.tsx +107 -0
- package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
- package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
- package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
- package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
- package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
- package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
- package/src/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
- package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
- package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
- package/src/Components/Icons/SystemAndDevice/Link/Link.tsx +54 -0
- package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
- package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
- package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
- package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
- package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
- package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
- package/src/Components/Icons/Time/CalendarBank/CalendarBank.tsx +105 -0
- package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
- package/src/Components/Icons/Time/CalendarDots/CalendarDots.tsx +28 -0
- package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
- package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
- package/src/Components/Icons/WeatherAndNature/Bird/Bird.tsx +54 -0
- package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Cow/Cow.tsx +34 -0
- package/src/Components/Icons/WeatherAndNature/Dog/Dog.tsx +54 -0
- package/src/Components/Icons/WeatherAndNature/FishSimple/FishSimple.tsx +54 -0
- package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
- package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
- package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
- package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
- package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
- package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
- package/src/Components/Icons/index.ts +165 -0
- package/src/Components/Layout/Footer/Footer.stories.tsx +178 -0
- package/src/Components/Layout/Footer/Footer.tsx +33 -0
- package/src/Components/Layout/Footer/FooterBottom.tsx +21 -0
- package/src/Components/Layout/Footer/FooterBottomLeft.tsx +31 -0
- package/src/Components/Layout/Footer/FooterBottomLeftProps.tsx +13 -0
- package/src/Components/Layout/Footer/FooterBottomProps.tsx +7 -0
- package/src/Components/Layout/Footer/FooterBottomRight.tsx +47 -0
- package/src/Components/Layout/Footer/FooterBottomRightProps.tsx +7 -0
- package/src/Components/Layout/Footer/FooterItem.tsx +17 -0
- package/src/Components/Layout/Footer/FooterItemProps.tsx +8 -0
- package/src/Components/Layout/Footer/FooterMiddle.tsx +18 -0
- package/src/Components/Layout/Footer/FooterMiddleProps.tsx +8 -0
- package/src/Components/Layout/Footer/FooterProps.tsx +11 -0
- package/src/Components/Layout/Footer/FooterTop.tsx +30 -0
- package/src/Components/Layout/Footer/FooterTopProps.tsx +9 -0
- package/src/Components/Layout/Footer/footer-bg-design.tsx +21 -0
- package/src/Components/Layout/Footer/footer.module.scss +326 -0
- package/src/Components/Layout/Header/Header.stories.tsx +67 -0
- package/src/Components/Layout/Header/Header.tsx +27 -0
- package/src/Components/Layout/Header/HeaderProps.tsx +9 -0
- package/src/Components/Layout/Header/HeaderRight.tsx +12 -0
- package/src/Components/Layout/Header/HeaderRightItem.tsx +21 -0
- package/src/Components/Layout/Header/HeaderRightItemProps.tsx +13 -0
- package/src/Components/Layout/Header/HeaderRightProps.tsx +7 -0
- package/src/Components/Layout/Header/MagnifyingGlass/MagnifyingGlass.tsx +10 -0
- package/src/Components/Layout/Header/MegaMenu/MegaMenu.tsx +98 -0
- package/src/Components/Layout/Header/MegaMenu/MegaMenuProps.tsx +20 -0
- package/src/Components/Layout/Header/MegaMenu/megaMenu.module.scss +163 -0
- package/src/Components/Layout/Header/header.module.scss +115 -0
- package/src/Components/Layout/HeroBanner/HeroBanner.stories.tsx +77 -0
- package/src/Components/Layout/HeroBanner/HeroBanner.tsx +77 -0
- package/src/Components/Layout/HeroBanner/HeroBannerProps.tsx +10 -0
- package/src/Components/Layout/HeroBanner/LargeHeroIcon.tsx +18 -0
- package/src/Components/Layout/HeroBanner/heroBanner.module.scss +179 -0
- package/src/Components/Layout/index.ts +32 -0
- package/src/Components/Shared/Container/Container.tsx +19 -0
- package/src/Components/Shared/Container/ContainerProps.tsx +8 -0
- package/src/Components/Shared/Container/container.module.scss +13 -0
- package/src/Components/Shared/ElementHolder/ElementHolder.tsx +40 -0
- package/src/Components/Shared/ElementHolder/ElementHolderProps.tsx +18 -0
- package/src/Components/Shared/ElementHolder/elementHolder.module.scss +189 -0
- package/src/Components/Shared/Hook/useScrollFadeIn/useScrollFadeIn.tsx +28 -0
- package/src/Components/Shared/PillarIcon/PillarIcon.stories.tsx +31 -0
- package/src/Components/Shared/PillarIcon/PillarIcon.tsx +58 -0
- package/src/Components/Shared/PillarIcon/PillarIconsProps.tsx +5 -0
- package/src/Components/Shared/PillarLogo/PillarLogo.tsx +184 -0
- package/src/Components/Shared/ScrollFadeIn/ScrollFadeIn.tsx +43 -0
- package/src/Components/Shared/ScrollFadeIn/scrollFadeIn.module.scss +19 -0
- package/src/Components/Shared/index.ts +5 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Calculator = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M22 7.5H10C9.86739 7.5 9.74021 7.55268 9.64645 7.64645C9.55268 7.74021 9.5 7.86739 9.5 8V14C9.5 14.1326 9.55268 14.2598 9.64645 14.3536C9.74021 14.4473 9.86739 14.5 10 14.5H22C22.1326 14.5 22.2598 14.4473 22.3536 14.3536C22.4473 14.2598 22.5 14.1326 22.5 14V8C22.5 7.86739 22.4473 7.74021 22.3536 7.64645C22.2598 7.55268 22.1326 7.5 22 7.5ZM21.5 13.5H10.5V8.5H21.5V13.5ZM25 3.5H7C6.60218 3.5 6.22064 3.65804 5.93934 3.93934C5.65804 4.22064 5.5 4.60218 5.5 5V27C5.5 27.3978 5.65804 27.7794 5.93934 28.0607C6.22064 28.342 6.60218 28.5 7 28.5H25C25.3978 28.5 25.7794 28.342 26.0607 28.0607C26.342 27.7794 26.5 27.3978 26.5 27V5C26.5 4.60218 26.342 4.22064 26.0607 3.93934C25.7794 3.65804 25.3978 3.5 25 3.5ZM25.5 27C25.5 27.1326 25.4473 27.2598 25.3536 27.3536C25.2598 27.4473 25.1326 27.5 25 27.5H7C6.86739 27.5 6.74021 27.4473 6.64645 27.3536C6.55268 27.2598 6.5 27.1326 6.5 27V5C6.5 4.86739 6.55268 4.74021 6.64645 4.64645C6.74021 4.55268 6.86739 4.5 7 4.5H25C25.1326 4.5 25.2598 4.55268 25.3536 4.64645C25.4473 4.74021 25.5 4.86739 25.5 5V27ZM12 18.5C12 18.6978 11.9414 18.8911 11.8315 19.0556C11.7216 19.22 11.5654 19.3482 11.3827 19.4239C11.2 19.4996 10.9989 19.5194 10.8049 19.4808C10.6109 19.4422 10.4327 19.347 10.2929 19.2071C10.153 19.0673 10.0578 18.8891 10.0192 18.6951C9.98063 18.5011 10.0004 18.3 10.0761 18.1173C10.1518 17.9346 10.28 17.7784 10.4444 17.6685C10.6089 17.5586 10.8022 17.5 11 17.5C11.2652 17.5 11.5196 17.6054 11.7071 17.7929C11.8946 17.9804 12 18.2348 12 18.5ZM17 18.5C17 18.6978 16.9414 18.8911 16.8315 19.0556C16.7216 19.22 16.5654 19.3482 16.3827 19.4239C16.2 19.4996 15.9989 19.5194 15.8049 19.4808C15.6109 19.4422 15.4327 19.347 15.2929 19.2071C15.153 19.0673 15.0578 18.8891 15.0192 18.6951C14.9806 18.5011 15.0004 18.3 15.0761 18.1173C15.1518 17.9346 15.28 17.7784 15.4444 17.6685C15.6089 17.5586 15.8022 17.5 16 17.5C16.2652 17.5 16.5196 17.6054 16.7071 17.7929C16.8946 17.9804 17 18.2348 17 18.5ZM22 18.5C22 18.6978 21.9414 18.8911 21.8315 19.0556C21.7216 19.22 21.5654 19.3482 21.3827 19.4239C21.2 19.4996 20.9989 19.5194 20.8049 19.4808C20.6109 19.4422 20.4327 19.347 20.2929 19.2071C20.153 19.0673 20.0578 18.8891 20.0192 18.6951C19.9806 18.5011 20.0004 18.3 20.0761 18.1173C20.1518 17.9346 20.28 17.7784 20.4444 17.6685C20.6089 17.5586 20.8022 17.5 21 17.5C21.2652 17.5 21.5196 17.6054 21.7071 17.7929C21.8946 17.9804 22 18.2348 22 18.5ZM12 23.5C12 23.6978 11.9414 23.8911 11.8315 24.0556C11.7216 24.22 11.5654 24.3482 11.3827 24.4239C11.2 24.4996 10.9989 24.5194 10.8049 24.4808C10.6109 24.4422 10.4327 24.347 10.2929 24.2071C10.153 24.0673 10.0578 23.8891 10.0192 23.6951C9.98063 23.5011 10.0004 23.3 10.0761 23.1173C10.1518 22.9346 10.28 22.7784 10.4444 22.6685C10.6089 22.5586 10.8022 22.5 11 22.5C11.2652 22.5 11.5196 22.6054 11.7071 22.7929C11.8946 22.9804 12 23.2348 12 23.5ZM17 23.5C17 23.6978 16.9414 23.8911 16.8315 24.0556C16.7216 24.22 16.5654 24.3482 16.3827 24.4239C16.2 24.4996 15.9989 24.5194 15.8049 24.4808C15.6109 24.4422 15.4327 24.347 15.2929 24.2071C15.153 24.0673 15.0578 23.8891 15.0192 23.6951C14.9806 23.5011 15.0004 23.3 15.0761 23.1173C15.1518 22.9346 15.28 22.7784 15.4444 22.6685C15.6089 22.5586 15.8022 22.5 16 22.5C16.2652 22.5 16.5196 22.6054 16.7071 22.7929C16.8946 22.9804 17 23.2348 17 23.5ZM22 23.5C22 23.6978 21.9414 23.8911 21.8315 24.0556C21.7216 24.22 21.5654 24.3482 21.3827 24.4239C21.2 24.4996 20.9989 24.5194 20.8049 24.4808C20.6109 24.4422 20.4327 24.347 20.2929 24.2071C20.153 24.0673 20.0578 23.8891 20.0192 23.6951C19.9806 23.5011 20.0004 23.3 20.0761 23.1173C20.1518 22.9346 20.28 22.7784 20.4444 22.6685C20.6089 22.5586 20.8022 22.5 21 22.5C21.2652 22.5 21.5196 22.6054 21.7071 22.7929C21.8946 22.9804 22 23.2348 22 23.5Z"
|
|
9
|
+
fill="currentColor" />
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M10 15H22C22.2652 15 22.5196 14.8946 22.7071 14.7071C22.8946 14.5196 23 14.2652 23 14V8C23 7.73478 22.8946 7.48043 22.7071 7.29289C22.5196 7.10536 22.2652 7 22 7H10C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15ZM11 9H21V13H11V9ZM25 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V5C27 4.46957 26.7893 3.96086 26.4142 3.58579C26.0391 3.21071 25.5304 3 25 3ZM25 27H7V5H25V27ZM12.5 18.5C12.5 18.7967 12.412 19.0867 12.2472 19.3334C12.0824 19.58 11.8481 19.7723 11.574 19.8858C11.2999 19.9993 10.9983 20.0291 10.7074 19.9712C10.4164 19.9133 10.1491 19.7704 9.93934 19.5607C9.72956 19.3509 9.5867 19.0836 9.52882 18.7926C9.47094 18.5017 9.50065 18.2001 9.61418 17.926C9.72771 17.6519 9.91997 17.4176 10.1666 17.2528C10.4133 17.088 10.7033 17 11 17C11.3978 17 11.7794 17.158 12.0607 17.4393C12.342 17.7206 12.5 18.1022 12.5 18.5ZM17.5 18.5C17.5 18.7967 17.412 19.0867 17.2472 19.3334C17.0824 19.58 16.8481 19.7723 16.574 19.8858C16.2999 19.9993 15.9983 20.0291 15.7074 19.9712C15.4164 19.9133 15.1491 19.7704 14.9393 19.5607C14.7296 19.3509 14.5867 19.0836 14.5288 18.7926C14.4709 18.5017 14.5006 18.2001 14.6142 17.926C14.7277 17.6519 14.92 17.4176 15.1666 17.2528C15.4133 17.088 15.7033 17 16 17C16.3978 17 16.7794 17.158 17.0607 17.4393C17.342 17.7206 17.5 18.1022 17.5 18.5ZM22.5 18.5C22.5 18.7967 22.412 19.0867 22.2472 19.3334C22.0824 19.58 21.8481 19.7723 21.574 19.8858C21.2999 19.9993 20.9983 20.0291 20.7074 19.9712C20.4164 19.9133 20.1491 19.7704 19.9393 19.5607C19.7296 19.3509 19.5867 19.0836 19.5288 18.7926C19.4709 18.5017 19.5007 18.2001 19.6142 17.926C19.7277 17.6519 19.92 17.4176 20.1666 17.2528C20.4133 17.088 20.7033 17 21 17C21.3978 17 21.7794 17.158 22.0607 17.4393C22.342 17.7206 22.5 18.1022 22.5 18.5ZM12.5 23.5C12.5 23.7967 12.412 24.0867 12.2472 24.3334C12.0824 24.58 11.8481 24.7723 11.574 24.8858C11.2999 24.9993 10.9983 25.0291 10.7074 24.9712C10.4164 24.9133 10.1491 24.7704 9.93934 24.5607C9.72956 24.3509 9.5867 24.0836 9.52882 23.7926C9.47094 23.5017 9.50065 23.2001 9.61418 22.926C9.72771 22.6519 9.91997 22.4176 10.1666 22.2528C10.4133 22.088 10.7033 22 11 22C11.3978 22 11.7794 22.158 12.0607 22.4393C12.342 22.7206 12.5 23.1022 12.5 23.5ZM17.5 23.5C17.5 23.7967 17.412 24.0867 17.2472 24.3334C17.0824 24.58 16.8481 24.7723 16.574 24.8858C16.2999 24.9993 15.9983 25.0291 15.7074 24.9712C15.4164 24.9133 15.1491 24.7704 14.9393 24.5607C14.7296 24.3509 14.5867 24.0836 14.5288 23.7926C14.4709 23.5017 14.5006 23.2001 14.6142 22.926C14.7277 22.6519 14.92 22.4176 15.1666 22.2528C15.4133 22.088 15.7033 22 16 22C16.3978 22 16.7794 22.158 17.0607 22.4393C17.342 22.7206 17.5 23.1022 17.5 23.5ZM22.5 23.5C22.5 23.7967 22.412 24.0867 22.2472 24.3334C22.0824 24.58 21.8481 24.7723 21.574 24.8858C21.2999 24.9993 20.9983 25.0291 20.7074 24.9712C20.4164 24.9133 20.1491 24.7704 19.9393 24.5607C19.7296 24.3509 19.5867 24.0836 19.5288 23.7926C19.4709 23.5017 19.5007 23.2001 19.6142 22.926C19.7277 22.6519 19.92 22.4176 20.1666 22.2528C20.4133 22.088 20.7033 22 21 22C21.3978 22 21.7794 22.158 22.0607 22.4393C22.342 22.7206 22.5 23.1022 22.5 23.5Z"
|
|
18
|
+
fill="currentColor" />
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M25 2.5H7C6.33696 2.5 5.70107 2.76339 5.23223 3.23223C4.76339 3.70107 4.5 4.33696 4.5 5V27C4.5 27.663 4.76339 28.2989 5.23223 28.7678C5.70107 29.2366 6.33696 29.5 7 29.5H25C25.663 29.5 26.2989 29.2366 26.7678 28.7678C27.2366 28.2989 27.5 27.663 27.5 27V5C27.5 4.33696 27.2366 3.70107 26.7678 3.23223C26.2989 2.76339 25.663 2.5 25 2.5ZM24.5 26.5H7.5V5.5H24.5V26.5ZM10 9.5C10 9.10218 10.158 8.72064 10.4393 8.43934C10.7206 8.15804 11.1022 8 11.5 8H20.5C20.8978 8 21.2794 8.15804 21.5607 8.43934C21.842 8.72064 22 9.10218 22 9.5C22 9.89782 21.842 10.2794 21.5607 10.5607C21.2794 10.842 20.8978 11 20.5 11H11.5C11.1022 11 10.7206 10.842 10.4393 10.5607C10.158 10.2794 10 9.89782 10 9.5ZM15 16C15 16.3956 14.8827 16.7822 14.6629 17.1111C14.4432 17.44 14.1308 17.6964 13.7654 17.8478C13.3999 17.9991 12.9978 18.0387 12.6098 17.9616C12.2219 17.8844 11.8655 17.6939 11.5858 17.4142C11.3061 17.1345 11.1156 16.7781 11.0384 16.3902C10.9613 16.0022 11.0009 15.6001 11.1522 15.2346C11.3036 14.8692 11.56 14.5568 11.8889 14.3371C12.2178 14.1173 12.6044 14 13 14C13.5304 14 14.0391 14.2107 14.4142 14.5858C14.7893 14.9609 15 15.4696 15 16ZM21 16C21 16.3956 20.8827 16.7822 20.6629 17.1111C20.4432 17.44 20.1308 17.6964 19.7654 17.8478C19.3999 17.9991 18.9978 18.0387 18.6098 17.9616C18.2219 17.8844 17.8655 17.6939 17.5858 17.4142C17.3061 17.1345 17.1156 16.7781 17.0384 16.3902C16.9613 16.0022 17.0009 15.6001 17.1522 15.2346C17.3036 14.8692 17.56 14.5568 17.8889 14.3371C18.2178 14.1173 18.6044 14 19 14C19.5304 14 20.0391 14.2107 20.4142 14.5858C20.7893 14.9609 21 15.4696 21 16ZM15 22C15 22.3956 14.8827 22.7822 14.6629 23.1111C14.4432 23.44 14.1308 23.6964 13.7654 23.8478C13.3999 23.9991 12.9978 24.0387 12.6098 23.9616C12.2219 23.8844 11.8655 23.6939 11.5858 23.4142C11.3061 23.1345 11.1156 22.7781 11.0384 22.3902C10.9613 22.0022 11.0009 21.6001 11.1522 21.2346C11.3036 20.8692 11.56 20.5568 11.8889 20.3371C12.2178 20.1173 12.6044 20 13 20C13.5304 20 14.0391 20.2107 14.4142 20.5858C14.7893 20.9609 15 21.4696 15 22ZM21 22C21 22.3956 20.8827 22.7822 20.6629 23.1111C20.4432 23.44 20.1308 23.6964 19.7654 23.8478C19.3999 23.9991 18.9978 24.0387 18.6098 23.9616C18.2219 23.8844 17.8655 23.6939 17.5858 23.4142C17.3061 23.1345 17.1156 22.7781 17.0384 22.3902C16.9613 22.0022 17.0009 21.6001 17.1522 21.2346C17.3036 20.8692 17.56 20.5568 17.8889 20.3371C18.2178 20.1173 18.6044 20 19 20C19.5304 20 20.0391 20.2107 20.4142 20.5858C20.7893 20.9609 21 21.4696 21 22Z"
|
|
27
|
+
fill="currentColor" />
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M25 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V5C27 4.46957 26.7893 3.96086 26.4142 3.58579C26.0391 3.21071 25.5304 3 25 3ZM11 25C10.7033 25 10.4133 24.912 10.1666 24.7472C9.91997 24.5824 9.72771 24.3481 9.61418 24.074C9.50065 23.7999 9.47094 23.4983 9.52882 23.2074C9.5867 22.9164 9.72956 22.6491 9.93934 22.4393C10.1491 22.2296 10.4164 22.0867 10.7074 22.0288C10.9983 21.9709 11.2999 22.0007 11.574 22.1142C11.8481 22.2277 12.0824 22.42 12.2472 22.6666C12.412 22.9133 12.5 23.2033 12.5 23.5C12.5 23.8978 12.342 24.2794 12.0607 24.5607C11.7794 24.842 11.3978 25 11 25ZM11 20C10.7033 20 10.4133 19.912 10.1666 19.7472C9.91997 19.5824 9.72771 19.3481 9.61418 19.074C9.50065 18.7999 9.47094 18.4983 9.52882 18.2074C9.5867 17.9164 9.72956 17.6491 9.93934 17.4393C10.1491 17.2296 10.4164 17.0867 10.7074 17.0288C10.9983 16.9709 11.2999 17.0007 11.574 17.1142C11.8481 17.2277 12.0824 17.42 12.2472 17.6666C12.412 17.9133 12.5 18.2033 12.5 18.5C12.5 18.8978 12.342 19.2794 12.0607 19.5607C11.7794 19.842 11.3978 20 11 20ZM16 25C15.7033 25 15.4133 24.912 15.1666 24.7472C14.92 24.5824 14.7277 24.3481 14.6142 24.074C14.5006 23.7999 14.4709 23.4983 14.5288 23.2074C14.5867 22.9164 14.7296 22.6491 14.9393 22.4393C15.1491 22.2296 15.4164 22.0867 15.7074 22.0288C15.9983 21.9709 16.2999 22.0007 16.574 22.1142C16.8481 22.2277 17.0824 22.42 17.2472 22.6666C17.412 22.9133 17.5 23.2033 17.5 23.5C17.5 23.8978 17.342 24.2794 17.0607 24.5607C16.7794 24.842 16.3978 25 16 25ZM16 20C15.7033 20 15.4133 19.912 15.1666 19.7472C14.92 19.5824 14.7277 19.3481 14.6142 19.074C14.5006 18.7999 14.4709 18.4983 14.5288 18.2074C14.5867 17.9164 14.7296 17.6491 14.9393 17.4393C15.1491 17.2296 15.4164 17.0867 15.7074 17.0288C15.9983 16.9709 16.2999 17.0007 16.574 17.1142C16.8481 17.2277 17.0824 17.42 17.2472 17.6666C17.412 17.9133 17.5 18.2033 17.5 18.5C17.5 18.8978 17.342 19.2794 17.0607 19.5607C16.7794 19.842 16.3978 20 16 20ZM21 25C20.7033 25 20.4133 24.912 20.1666 24.7472C19.92 24.5824 19.7277 24.3481 19.6142 24.074C19.5007 23.7999 19.4709 23.4983 19.5288 23.2074C19.5867 22.9164 19.7296 22.6491 19.9393 22.4393C20.1491 22.2296 20.4164 22.0867 20.7074 22.0288C20.9983 21.9709 21.2999 22.0007 21.574 22.1142C21.8481 22.2277 22.0824 22.42 22.2472 22.6666C22.412 22.9133 22.5 23.2033 22.5 23.5C22.5 23.8978 22.342 24.2794 22.0607 24.5607C21.7794 24.842 21.3978 25 21 25ZM21 20C20.7033 20 20.4133 19.912 20.1666 19.7472C19.92 19.5824 19.7277 19.3481 19.6142 19.074C19.5007 18.7999 19.4709 18.4983 19.5288 18.2074C19.5867 17.9164 19.7296 17.6491 19.9393 17.4393C20.1491 17.2296 20.4164 17.0867 20.7074 17.0288C20.9983 16.9709 21.2999 17.0007 21.574 17.1142C21.8481 17.2277 22.0824 17.42 22.2472 17.6666C22.412 17.9133 22.5 18.2033 22.5 18.5C22.5 18.8978 22.342 19.2794 22.0607 19.5607C21.7794 19.842 21.3978 20 21 20ZM23 13C23 13.2652 22.8946 13.5196 22.7071 13.7071C22.5196 13.8946 22.2652 14 22 14H10C9.73478 14 9.48043 13.8946 9.29289 13.7071C9.10536 13.5196 9 13.2652 9 13V8C9 7.73478 9.10536 7.48043 9.29289 7.29289C9.48043 7.10536 9.73478 7 10 7H22C22.2652 7 22.5196 7.10536 22.7071 7.29289C22.8946 7.48043 23 7.73478 23 8V13Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2" d="M22 8V14H10V8H22Z" fill="currentColor" />
|
|
44
|
+
<path
|
|
45
|
+
d="M10 15H22C22.2652 15 22.5196 14.8946 22.7071 14.7071C22.8946 14.5196 23 14.2652 23 14V8C23 7.73478 22.8946 7.48043 22.7071 7.29289C22.5196 7.10536 22.2652 7 22 7H10C9.73478 7 9.48043 7.10536 9.29289 7.29289C9.10536 7.48043 9 7.73478 9 8V14C9 14.2652 9.10536 14.5196 9.29289 14.7071C9.48043 14.8946 9.73478 15 10 15ZM11 9H21V13H11V9ZM25 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V5C27 4.46957 26.7893 3.96086 26.4142 3.58579C26.0391 3.21071 25.5304 3 25 3ZM25 27H7V5H25V27ZM12.5 18.5C12.5 18.7967 12.412 19.0867 12.2472 19.3334C12.0824 19.58 11.8481 19.7723 11.574 19.8858C11.2999 19.9993 10.9983 20.0291 10.7074 19.9712C10.4164 19.9133 10.1491 19.7704 9.93934 19.5607C9.72956 19.3509 9.5867 19.0836 9.52882 18.7926C9.47094 18.5017 9.50065 18.2001 9.61418 17.926C9.72771 17.6519 9.91997 17.4176 10.1666 17.2528C10.4133 17.088 10.7033 17 11 17C11.3978 17 11.7794 17.158 12.0607 17.4393C12.342 17.7206 12.5 18.1022 12.5 18.5ZM17.5 18.5C17.5 18.7967 17.412 19.0867 17.2472 19.3334C17.0824 19.58 16.8481 19.7723 16.574 19.8858C16.2999 19.9993 15.9983 20.0291 15.7074 19.9712C15.4164 19.9133 15.1491 19.7704 14.9393 19.5607C14.7296 19.3509 14.5867 19.0836 14.5288 18.7926C14.4709 18.5017 14.5006 18.2001 14.6142 17.926C14.7277 17.6519 14.92 17.4176 15.1666 17.2528C15.4133 17.088 15.7033 17 16 17C16.3978 17 16.7794 17.158 17.0607 17.4393C17.342 17.7206 17.5 18.1022 17.5 18.5ZM22.5 18.5C22.5 18.7967 22.412 19.0867 22.2472 19.3334C22.0824 19.58 21.8481 19.7723 21.574 19.8858C21.2999 19.9993 20.9983 20.0291 20.7074 19.9712C20.4164 19.9133 20.1491 19.7704 19.9393 19.5607C19.7296 19.3509 19.5867 19.0836 19.5288 18.7926C19.4709 18.5017 19.5007 18.2001 19.6142 17.926C19.7277 17.6519 19.92 17.4176 20.1666 17.2528C20.4133 17.088 20.7033 17 21 17C21.3978 17 21.7794 17.158 22.0607 17.4393C22.342 17.7206 22.5 18.1022 22.5 18.5ZM12.5 23.5C12.5 23.7967 12.412 24.0867 12.2472 24.3334C12.0824 24.58 11.8481 24.7723 11.574 24.8858C11.2999 24.9993 10.9983 25.0291 10.7074 24.9712C10.4164 24.9133 10.1491 24.7704 9.93934 24.5607C9.72956 24.3509 9.5867 24.0836 9.52882 23.7926C9.47094 23.5017 9.50065 23.2001 9.61418 22.926C9.72771 22.6519 9.91997 22.4176 10.1666 22.2528C10.4133 22.088 10.7033 22 11 22C11.3978 22 11.7794 22.158 12.0607 22.4393C12.342 22.7206 12.5 23.1022 12.5 23.5ZM17.5 23.5C17.5 23.7967 17.412 24.0867 17.2472 24.3334C17.0824 24.58 16.8481 24.7723 16.574 24.8858C16.2999 24.9993 15.9983 25.0291 15.7074 24.9712C15.4164 24.9133 15.1491 24.7704 14.9393 24.5607C14.7296 24.3509 14.5867 24.0836 14.5288 23.7926C14.4709 23.5017 14.5006 23.2001 14.6142 22.926C14.7277 22.6519 14.92 22.4176 15.1666 22.2528C15.4133 22.088 15.7033 22 16 22C16.3978 22 16.7794 22.158 17.0607 22.4393C17.342 22.7206 17.5 23.1022 17.5 23.5ZM22.5 23.5C22.5 23.7967 22.412 24.0867 22.2472 24.3334C22.0824 24.58 21.8481 24.7723 21.574 24.8858C21.2999 24.9993 20.9983 25.0291 20.7074 24.9712C20.4164 24.9133 20.1491 24.7704 19.9393 24.5607C19.7296 24.3509 19.5867 24.0836 19.5288 23.7926C19.4709 23.5017 19.5007 23.2001 19.6142 22.926C19.7277 22.6519 19.92 22.4176 20.1666 22.2528C20.4133 22.088 20.7033 22 21 22C21.3978 22 21.7794 22.158 22.0607 22.4393C22.342 22.7206 22.5 23.1022 22.5 23.5Z"
|
|
46
|
+
fill="currentColor" />
|
|
47
|
+
</svg>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
return (
|
|
51
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
52
|
+
<path
|
|
53
|
+
d="M22 7.25H10C9.80109 7.25 9.61032 7.32902 9.46967 7.46967C9.32902 7.61032 9.25 7.80109 9.25 8V14C9.25 14.1989 9.32902 14.3897 9.46967 14.5303C9.61032 14.671 9.80109 14.75 10 14.75H22C22.1989 14.75 22.3897 14.671 22.5303 14.5303C22.671 14.3897 22.75 14.1989 22.75 14V8C22.75 7.80109 22.671 7.61032 22.5303 7.46967C22.3897 7.32902 22.1989 7.25 22 7.25ZM21.25 13.25H10.75V8.75H21.25V13.25ZM25 3.25H7C6.53587 3.25 6.09075 3.43437 5.76256 3.76256C5.43437 4.09075 5.25 4.53587 5.25 5V27C5.25 27.4641 5.43437 27.9092 5.76256 28.2374C6.09075 28.5656 6.53587 28.75 7 28.75H25C25.4641 28.75 25.9092 28.5656 26.2374 28.2374C26.5656 27.9092 26.75 27.4641 26.75 27V5C26.75 4.53587 26.5656 4.09075 26.2374 3.76256C25.9092 3.43437 25.4641 3.25 25 3.25ZM25.25 27C25.25 27.0663 25.2237 27.1299 25.1768 27.1768C25.1299 27.2237 25.0663 27.25 25 27.25H7C6.9337 27.25 6.87011 27.2237 6.82322 27.1768C6.77634 27.1299 6.75 27.0663 6.75 27V5C6.75 4.9337 6.77634 4.87011 6.82322 4.82322C6.87011 4.77634 6.9337 4.75 7 4.75H25C25.0663 4.75 25.1299 4.77634 25.1768 4.82322C25.2237 4.87011 25.25 4.9337 25.25 5V27ZM12.25 18.5C12.25 18.7472 12.1767 18.9889 12.0393 19.1945C11.902 19.4 11.7068 19.5602 11.4784 19.6549C11.2499 19.7495 10.9986 19.7742 10.7561 19.726C10.5137 19.6777 10.2909 19.5587 10.1161 19.3839C9.9413 19.2091 9.82225 18.9863 9.77402 18.7439C9.72579 18.5014 9.75054 18.2501 9.84515 18.0216C9.93976 17.7932 10.1 17.598 10.3055 17.4607C10.5111 17.3233 10.7528 17.25 11 17.25C11.3315 17.25 11.6495 17.3817 11.8839 17.6161C12.1183 17.8505 12.25 18.1685 12.25 18.5ZM17.25 18.5C17.25 18.7472 17.1767 18.9889 17.0393 19.1945C16.902 19.4 16.7068 19.5602 16.4784 19.6549C16.2499 19.7495 15.9986 19.7742 15.7561 19.726C15.5137 19.6777 15.2909 19.5587 15.1161 19.3839C14.9413 19.2091 14.8222 18.9863 14.774 18.7439C14.7258 18.5014 14.7505 18.2501 14.8452 18.0216C14.9398 17.7932 15.1 17.598 15.3055 17.4607C15.5111 17.3233 15.7528 17.25 16 17.25C16.3315 17.25 16.6495 17.3817 16.8839 17.6161C17.1183 17.8505 17.25 18.1685 17.25 18.5ZM22.25 18.5C22.25 18.7472 22.1767 18.9889 22.0393 19.1945C21.902 19.4 21.7068 19.5602 21.4784 19.6549C21.2499 19.7495 20.9986 19.7742 20.7561 19.726C20.5137 19.6777 20.2909 19.5587 20.1161 19.3839C19.9413 19.2091 19.8223 18.9863 19.774 18.7439C19.7258 18.5014 19.7505 18.2501 19.8451 18.0216C19.9398 17.7932 20.1 17.598 20.3055 17.4607C20.5111 17.3233 20.7528 17.25 21 17.25C21.3315 17.25 21.6495 17.3817 21.8839 17.6161C22.1183 17.8505 22.25 18.1685 22.25 18.5ZM12.25 23.5C12.25 23.7472 12.1767 23.9889 12.0393 24.1945C11.902 24.4 11.7068 24.5602 11.4784 24.6549C11.2499 24.7495 10.9986 24.7742 10.7561 24.726C10.5137 24.6777 10.2909 24.5587 10.1161 24.3839C9.9413 24.2091 9.82225 23.9863 9.77402 23.7439C9.72579 23.5014 9.75054 23.2501 9.84515 23.0216C9.93976 22.7932 10.1 22.598 10.3055 22.4607C10.5111 22.3233 10.7528 22.25 11 22.25C11.3315 22.25 11.6495 22.3817 11.8839 22.6161C12.1183 22.8505 12.25 23.1685 12.25 23.5ZM17.25 23.5C17.25 23.7472 17.1767 23.9889 17.0393 24.1945C16.902 24.4 16.7068 24.5602 16.4784 24.6549C16.2499 24.7495 15.9986 24.7742 15.7561 24.726C15.5137 24.6777 15.2909 24.5587 15.1161 24.3839C14.9413 24.2091 14.8222 23.9863 14.774 23.7439C14.7258 23.5014 14.7505 23.2501 14.8452 23.0216C14.9398 22.7932 15.1 22.598 15.3055 22.4607C15.5111 22.3233 15.7528 22.25 16 22.25C16.3315 22.25 16.6495 22.3817 16.8839 22.6161C17.1183 22.8505 17.25 23.1685 17.25 23.5ZM22.25 23.5C22.25 23.7472 22.1767 23.9889 22.0393 24.1945C21.902 24.4 21.7068 24.5602 21.4784 24.6549C21.2499 24.7495 20.9986 24.7742 20.7561 24.726C20.5137 24.6777 20.2909 24.5587 20.1161 24.3839C19.9413 24.2091 19.8223 23.9863 19.774 23.7439C19.7258 23.5014 19.7505 23.2501 19.8451 23.0216C19.9398 22.7932 20.1 22.598 20.3055 22.4607C20.5111 22.3233 20.7528 22.25 21 22.25C21.3315 22.25 21.6495 22.3817 21.8839 22.6161C22.1183 22.8505 22.25 23.1685 22.25 23.5Z"
|
|
54
|
+
fill="currentColor" />
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export default Calculator;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChartBar = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M28 25.5H26.5V5C26.5 4.86739 26.4473 4.74021 26.3536 4.64645C26.2598 4.55268 26.1326 4.5 26 4.5H19C18.8674 4.5 18.7402 4.55268 18.6464 4.64645C18.5527 4.74021 18.5 4.86739 18.5 5V10.5H12C11.8674 10.5 11.7402 10.5527 11.6464 10.6464C11.5527 10.7402 11.5 10.8674 11.5 11V16.5H6C5.86739 16.5 5.74021 16.5527 5.64645 16.6464C5.55268 16.7402 5.5 16.8674 5.5 17V25.5H4C3.86739 25.5 3.74021 25.5527 3.64645 25.6464C3.55268 25.7402 3.5 25.8674 3.5 26C3.5 26.1326 3.55268 26.2598 3.64645 26.3536C3.74021 26.4473 3.86739 26.5 4 26.5H28C28.1326 26.5 28.2598 26.4473 28.3536 26.3536C28.4473 26.2598 28.5 26.1326 28.5 26C28.5 25.8674 28.4473 25.7402 28.3536 25.6464C28.2598 25.5527 28.1326 25.5 28 25.5ZM19.5 5.5H25.5V25.5H19.5V5.5ZM12.5 11.5H18.5V25.5H12.5V11.5ZM6.5 17.5H11.5V25.5H6.5V17.5Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M28 25H27V5C27 4.73478 26.8946 4.48043 26.7071 4.29289C26.5196 4.10536 26.2652 4 26 4H19C18.7348 4 18.4804 4.10536 18.2929 4.29289C18.1054 4.48043 18 4.73478 18 5V10H12C11.7348 10 11.4804 10.1054 11.2929 10.2929C11.1054 10.4804 11 10.7348 11 11V16H6C5.73478 16 5.48043 16.1054 5.29289 16.2929C5.10536 16.4804 5 16.7348 5 17V25H4C3.73478 25 3.48043 25.1054 3.29289 25.2929C3.10536 25.4804 3 25.7348 3 26C3 26.2652 3.10536 26.5196 3.29289 26.7071C3.48043 26.8946 3.73478 27 4 27H28C28.2652 27 28.5196 26.8946 28.7071 26.7071C28.8946 26.5196 29 26.2652 29 26C29 25.7348 28.8946 25.4804 28.7071 25.2929C28.5196 25.1054 28.2652 25 28 25ZM20 6H25V25H20V6ZM13 12H18V25H13V12ZM7 18H11V25H7V18Z"
|
|
18
|
+
fill="currentColor"/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M28 24.5H27.5V5C27.5 4.60218 27.342 4.22064 27.0607 3.93934C26.7794 3.65804 26.3978 3.5 26 3.5H19C18.6022 3.5 18.2206 3.65804 17.9393 3.93934C17.658 4.22064 17.5 4.60218 17.5 5V9.5H12C11.6022 9.5 11.2206 9.65804 10.9393 9.93934C10.658 10.2206 10.5 10.6022 10.5 11V15.5H6C5.60218 15.5 5.22064 15.658 4.93934 15.9393C4.65804 16.2206 4.5 16.6022 4.5 17V24.5H4C3.60218 24.5 3.22064 24.658 2.93934 24.9393C2.65804 25.2206 2.5 25.6022 2.5 26C2.5 26.3978 2.65804 26.7794 2.93934 27.0607C3.22064 27.342 3.60218 27.5 4 27.5H28C28.3978 27.5 28.7794 27.342 29.0607 27.0607C29.342 26.7794 29.5 26.3978 29.5 26C29.5 25.6022 29.342 25.2206 29.0607 24.9393C28.7794 24.658 28.3978 24.5 28 24.5ZM20.5 6.5H24.5V24.5H20.5V6.5ZM13.5 12.5H17.5V24.5H13.5V12.5ZM7.5 18.5H10.5V24.5H7.5V18.5Z"
|
|
27
|
+
fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26C3 25.7348 3.10536 25.4804 3.29289 25.2929C3.48043 25.1054 3.73478 25 4 25H5V17C5 16.7348 5.10536 16.4804 5.29289 16.2929C5.48043 16.1054 5.73478 16 6 16H9C9.26522 16 9.51957 16.1054 9.70711 16.2929C9.89464 16.4804 10 16.7348 10 17V25H12V11C12 10.7348 12.1054 10.4804 12.2929 10.2929C12.4804 10.1054 12.7348 10 13 10H17C17.2652 10 17.5196 10.1054 17.7071 10.2929C17.8946 10.4804 18 10.7348 18 11V25H20V5C20 4.73478 20.1054 4.48043 20.2929 4.29289C20.4804 4.10536 20.7348 4 21 4H26C26.2652 4 26.5196 4.10536 26.7071 4.29289C26.8946 4.48043 27 4.73478 27 5V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
|
|
36
|
+
fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2" d="M26 5V26H19V5H26Z" fill="currentColor"/>
|
|
44
|
+
<path
|
|
45
|
+
d="M28 25H27V5C27 4.73478 26.8946 4.48043 26.7071 4.29289C26.5196 4.10536 26.2652 4 26 4H19C18.7348 4 18.4804 4.10536 18.2929 4.29289C18.1054 4.48043 18 4.73478 18 5V10H12C11.7348 10 11.4804 10.1054 11.2929 10.2929C11.1054 10.4804 11 10.7348 11 11V16H6C5.73478 16 5.48043 16.1054 5.29289 16.2929C5.10536 16.4804 5 16.7348 5 17V25H4C3.73478 25 3.48043 25.1054 3.29289 25.2929C3.10536 25.4804 3 25.7348 3 26C3 26.2652 3.10536 26.5196 3.29289 26.7071C3.48043 26.8946 3.73478 27 4 27H28C28.2652 27 28.5196 26.8946 28.7071 26.7071C28.8946 26.5196 29 26.2652 29 26C29 25.7348 28.8946 25.4804 28.7071 25.2929C28.5196 25.1054 28.2652 25 28 25ZM20 6H25V25H20V6ZM13 12H18V25H13V12ZM7 18H11V25H7V18Z"
|
|
46
|
+
fill="currentColor"/>
|
|
47
|
+
</svg>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
return (
|
|
51
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
52
|
+
<path
|
|
53
|
+
d="M28 25.25H26.75V5C26.75 4.80109 26.671 4.61032 26.5303 4.46967C26.3897 4.32902 26.1989 4.25 26 4.25H19C18.8011 4.25 18.6103 4.32902 18.4697 4.46967C18.329 4.61032 18.25 4.80109 18.25 5V10.25H12C11.8011 10.25 11.6103 10.329 11.4697 10.4697C11.329 10.6103 11.25 10.8011 11.25 11V16.25H6C5.80109 16.25 5.61032 16.329 5.46967 16.4697C5.32902 16.6103 5.25 16.8011 5.25 17V25.25H4C3.80109 25.25 3.61032 25.329 3.46967 25.4697C3.32902 25.6103 3.25 25.8011 3.25 26C3.25 26.1989 3.32902 26.3897 3.46967 26.5303C3.61032 26.671 3.80109 26.75 4 26.75H28C28.1989 26.75 28.3897 26.671 28.5303 26.5303C28.671 26.3897 28.75 26.1989 28.75 26C28.75 25.8011 28.671 25.6103 28.5303 25.4697C28.3897 25.329 28.1989 25.25 28 25.25ZM19.75 5.75H25.25V25.25H19.75V5.75ZM12.75 11.75H18.25V25.25H12.75V11.75ZM6.75 17.75H11.25V25.25H6.75V17.75Z"
|
|
54
|
+
fill="currentColor"/>
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export default ChartBar;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChartBarHorizontal = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M27 12.5H21.5V7C21.5 6.86739 21.4473 6.74021 21.3536 6.64645C21.2598 6.55268 21.1326 6.5 21 6.5H5.5V5C5.5 4.86739 5.44732 4.74021 5.35355 4.64645C5.25979 4.55268 5.13261 4.5 5 4.5C4.86739 4.5 4.74021 4.55268 4.64645 4.64645C4.55268 4.74021 4.5 4.86739 4.5 5V27C4.5 27.1326 4.55268 27.2598 4.64645 27.3536C4.74021 27.4473 4.86739 27.5 5 27.5C5.13261 27.5 5.25979 27.4473 5.35355 27.3536C5.44732 27.2598 5.5 27.1326 5.5 27V25.5H17C17.1326 25.5 17.2598 25.4473 17.3536 25.3536C17.4473 25.2598 17.5 25.1326 17.5 25V19.5H27C27.1326 19.5 27.2598 19.4473 27.3536 19.3536C27.4473 19.2598 27.5 19.1326 27.5 19V13C27.5 12.8674 27.4473 12.7402 27.3536 12.6464C27.2598 12.5527 27.1326 12.5 27 12.5ZM20.5 7.5V12.5H5.5V7.5H20.5ZM16.5 24.5H5.5V19.5H16.5V24.5ZM26.5 18.5H5.5V13.5H26.5V18.5Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path
|
|
15
|
+
d="M27 12H22V7C22 6.73478 21.8946 6.48043 21.7071 6.29289C21.5196 6.10536 21.2652 6 21 6H6V5C6 4.73478 5.89464 4.48043 5.70711 4.29289C5.51957 4.10536 5.26522 4 5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V27C4 27.2652 4.10536 27.5196 4.29289 27.7071C4.48043 27.8946 4.73478 28 5 28C5.26522 28 5.51957 27.8946 5.70711 27.7071C5.89464 27.5196 6 27.2652 6 27V26H17C17.2652 26 17.5196 25.8946 17.7071 25.7071C17.8946 25.5196 18 25.2652 18 25V20H27C27.2652 20 27.5196 19.8946 27.7071 19.7071C27.8946 19.5196 28 19.2652 28 19V13C28 12.7348 27.8946 12.4804 27.7071 12.2929C27.5196 12.1054 27.2652 12 27 12ZM20 8V12H6V8H20ZM16 24H6V20H16V24ZM26 18H6V14H26V18Z"
|
|
16
|
+
fill="currentColor"/>
|
|
17
|
+
</svg>
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
if (type === "bold") {
|
|
21
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
22
|
+
<path
|
|
23
|
+
d="M27 11.5H22.5V7C22.5 6.60218 22.342 6.22064 22.0607 5.93934C21.7794 5.65804 21.3978 5.5 21 5.5H6.5V5C6.5 4.60218 6.34196 4.22064 6.06066 3.93934C5.77936 3.65804 5.39782 3.5 5 3.5C4.60218 3.5 4.22064 3.65804 3.93934 3.93934C3.65804 4.22064 3.5 4.60218 3.5 5V27C3.5 27.3978 3.65804 27.7794 3.93934 28.0607C4.22064 28.342 4.60218 28.5 5 28.5C5.39782 28.5 5.77936 28.342 6.06066 28.0607C6.34196 27.7794 6.5 27.3978 6.5 27V26.5H17C17.3978 26.5 17.7794 26.342 18.0607 26.0607C18.342 25.7794 18.5 25.3978 18.5 25V20.5H27C27.3978 20.5 27.7794 20.342 28.0607 20.0607C28.342 19.7794 28.5 19.3978 28.5 19V13C28.5 12.6022 28.342 12.2206 28.0607 11.9393C27.7794 11.658 27.3978 11.5 27 11.5ZM19.5 8.5V11.5H6.5V8.5H19.5ZM15.5 23.5H6.5V20.5H15.5V23.5ZM25.5 17.5H6.5V14.5H25.5V17.5Z"
|
|
24
|
+
fill="currentColor"/>
|
|
25
|
+
</svg>
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
if (type === "fill") {
|
|
29
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
30
|
+
<path
|
|
31
|
+
d="M28 14V18C28 18.2652 27.8946 18.5196 27.7071 18.7071C27.5196 18.8946 27.2652 19 27 19H6V21H17C17.2652 21 17.5196 21.1054 17.7071 21.2929C17.8946 21.4804 18 21.7348 18 22V25C18 25.2652 17.8946 25.5196 17.7071 25.7071C17.5196 25.8946 17.2652 26 17 26H6V27C6 27.2652 5.89464 27.5196 5.70711 27.7071C5.51957 27.8946 5.26522 28 5 28C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4C5.26522 4 5.51957 4.10536 5.70711 4.29289C5.89464 4.48043 6 4.73478 6 5V6H21C21.2652 6 21.5196 6.10536 21.7071 6.29289C21.8946 6.48043 22 6.73478 22 7V10C22 10.2652 21.8946 10.5196 21.7071 10.7071C21.5196 10.8946 21.2652 11 21 11H6V13H27C27.2652 13 27.5196 13.1054 27.7071 13.2929C27.8946 13.4804 28 13.7348 28 14Z"
|
|
32
|
+
fill="currentColor"/>
|
|
33
|
+
</svg>
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
if (type === "duotone") {
|
|
37
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
38
|
+
<path opacity="0.2" d="M27 13V19H5V13H27Z" fill="currentColor"/>
|
|
39
|
+
<path
|
|
40
|
+
d="M27 12H22V7C22 6.73478 21.8946 6.48043 21.7071 6.29289C21.5196 6.10536 21.2652 6 21 6H6V5C6 4.73478 5.89464 4.48043 5.70711 4.29289C5.51957 4.10536 5.26522 4 5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V27C4 27.2652 4.10536 27.5196 4.29289 27.7071C4.48043 27.8946 4.73478 28 5 28C5.26522 28 5.51957 27.8946 5.70711 27.7071C5.89464 27.5196 6 27.2652 6 27V26H17C17.2652 26 17.5196 25.8946 17.7071 25.7071C17.8946 25.5196 18 25.2652 18 25V20H27C27.2652 20 27.5196 19.8946 27.7071 19.7071C27.8946 19.5196 28 19.2652 28 19V13C28 12.7348 27.8946 12.4804 27.7071 12.2929C27.5196 12.1054 27.2652 12 27 12ZM20 8V12H6V8H20ZM16 24H6V20H16V24ZM26 18H6V14H26V18Z"
|
|
41
|
+
fill="currentColor"/>
|
|
42
|
+
</svg>
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
46
|
+
<path
|
|
47
|
+
d="M27 12.25H21.75V7C21.75 6.80109 21.671 6.61032 21.5303 6.46967C21.3897 6.32902 21.1989 6.25 21 6.25H5.75V5C5.75 4.80109 5.67098 4.61032 5.53033 4.46967C5.38968 4.32902 5.19891 4.25 5 4.25C4.80109 4.25 4.61032 4.32902 4.46967 4.46967C4.32902 4.61032 4.25 4.80109 4.25 5V27C4.25 27.1989 4.32902 27.3897 4.46967 27.5303C4.61032 27.671 4.80109 27.75 5 27.75C5.19891 27.75 5.38968 27.671 5.53033 27.5303C5.67098 27.3897 5.75 27.1989 5.75 27V25.75H17C17.1989 25.75 17.3897 25.671 17.5303 25.5303C17.671 25.3897 17.75 25.1989 17.75 25V19.75H27C27.1989 19.75 27.3897 19.671 27.5303 19.5303C27.671 19.3897 27.75 19.1989 27.75 19V13C27.75 12.8011 27.671 12.6103 27.5303 12.4697C27.3897 12.329 27.1989 12.25 27 12.25ZM20.25 7.75V12.25H5.75V7.75H20.25ZM16.25 24.25H5.75V19.75H16.25V24.25ZM26.25 18.25H5.75V13.75H26.25V18.25Z"
|
|
48
|
+
fill="currentColor"/>
|
|
49
|
+
</svg>
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export default ChartBarHorizontal;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChartLine = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M28.5 26C28.5 26.1326 28.4473 26.2598 28.3536 26.3536C28.2598 26.4473 28.1326 26.5 28 26.5H4C3.86739 26.5 3.74021 26.4473 3.64645 26.3536C3.55268 26.2598 3.5 26.1326 3.5 26V6C3.5 5.86739 3.55268 5.74021 3.64645 5.64645C3.74021 5.55268 3.86739 5.5 4 5.5C4.13261 5.5 4.25979 5.55268 4.35355 5.64645C4.44732 5.74021 4.5 5.86739 4.5 6V7.7925L12 15.2925L15.6462 11.6462C15.6927 11.5998 15.7478 11.5629 15.8085 11.5377C15.8692 11.5126 15.9343 11.4996 16 11.4996C16.0657 11.4996 16.1308 11.5126 16.1915 11.5377C16.2522 11.5629 16.3073 11.5998 16.3538 11.6462L24.5 19.7925V16C24.5 15.8674 24.5527 15.7402 24.6464 15.6464C24.7402 15.5527 24.8674 15.5 25 15.5C25.1326 15.5 25.2598 15.5527 25.3536 15.6464C25.4473 15.7402 25.5 15.8674 25.5 16V21C25.4998 21.0327 25.4964 21.0654 25.49 21.0975C25.4866 21.1119 25.4824 21.1261 25.4775 21.14C25.4734 21.1575 25.468 21.1746 25.4613 21.1912C25.4542 21.2081 25.4458 21.2244 25.4363 21.24C25.43 21.2525 25.4237 21.265 25.4163 21.2775C25.3792 21.3321 25.3321 21.3792 25.2775 21.4163L25.2388 21.4363C25.2234 21.4456 25.2076 21.4539 25.1912 21.4613C25.1746 21.468 25.1575 21.4734 25.14 21.4775C25.1261 21.4824 25.1119 21.4866 25.0975 21.49C25.0654 21.4964 25.0327 21.4998 25 21.5H20C19.8674 21.5 19.7402 21.4473 19.6464 21.3536C19.5527 21.2598 19.5 21.1326 19.5 21C19.5 20.8674 19.5527 20.7402 19.6464 20.6464C19.7402 20.5527 19.8674 20.5 20 20.5H23.7925L16 12.7075L12.3538 16.3538C12.3073 16.4002 12.2522 16.4371 12.1915 16.4623C12.1308 16.4874 12.0657 16.5004 12 16.5004C11.9343 16.5004 11.8692 16.4874 11.8085 16.4623C11.7478 16.4371 11.6927 16.4002 11.6462 16.3538L4.5 9.2075V25.5H28C28.1326 25.5 28.2598 25.5527 28.3536 25.6464C28.4473 25.7402 28.5 25.8674 28.5 26Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path
|
|
15
|
+
d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5C4.26522 5 4.51957 5.10536 4.70711 5.29289C4.89464 5.48043 5 5.73478 5 6V7.58625L12 14.5863L15.2925 11.2925C15.3854 11.1995 15.4957 11.1258 15.6171 11.0754C15.7385 11.0251 15.8686 10.9992 16 10.9992C16.1314 10.9992 16.2615 11.0251 16.3829 11.0754C16.5043 11.1258 16.6146 11.1995 16.7075 11.2925L24 18.5863V16C24 15.7348 24.1054 15.4804 24.2929 15.2929C24.4804 15.1054 24.7348 15 25 15C25.2652 15 25.5196 15.1054 25.7071 15.2929C25.8946 15.4804 26 15.7348 26 16V21C26.0019 21.0333 26.0019 21.0667 26 21.1C26 21.1138 26 21.1262 25.9937 21.14C25.9875 21.1537 25.9938 21.1775 25.985 21.1975C25.9823 21.2132 25.9785 21.2286 25.9737 21.2437C25.9737 21.26 25.9662 21.2762 25.9613 21.2925C25.9563 21.3088 25.9513 21.3213 25.9463 21.3363L25.9287 21.385L25.91 21.4237C25.9025 21.44 25.895 21.4575 25.8862 21.4737C25.8775 21.49 25.8725 21.4963 25.8662 21.5088L25.8363 21.5575L25.81 21.5925L25.7775 21.6362C25.7638 21.6537 25.7475 21.67 25.7325 21.6863L25.7125 21.7087L25.6912 21.7275C25.6747 21.7439 25.6571 21.7594 25.6388 21.7738C25.626 21.7849 25.6126 21.7953 25.5987 21.805L25.5613 21.8325L25.5138 21.8612C25.5017 21.8691 25.4892 21.8762 25.4762 21.8825L25.43 21.9062L25.3875 21.925L25.3425 21.9412C25.3271 21.9478 25.3112 21.9532 25.295 21.9575L25.25 21.97C25.2325 21.97 25.2175 21.9788 25.2 21.9813L25.1475 21.99L25.1038 21.9963C25.0709 21.9981 25.0379 21.9981 25.005 21.9963H20C19.7348 21.9963 19.4804 21.8909 19.2929 21.7034C19.1054 21.5158 19 21.2615 19 20.9963C19 20.731 19.1054 20.4767 19.2929 20.2891C19.4804 20.1016 19.7348 19.9963 20 19.9963H22.5863L16 13.4137L12.7075 16.7075C12.6146 16.8005 12.5043 16.8742 12.3829 16.9246C12.2615 16.9749 12.1314 17.0008 12 17.0008C11.8686 17.0008 11.7385 16.9749 11.6171 16.9246C11.4957 16.8742 11.3854 16.8005 11.2925 16.7075L5 10.4137V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
|
|
16
|
+
fill="currentColor"/>
|
|
17
|
+
</svg>
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
if (type === "bold") {
|
|
21
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
22
|
+
<path
|
|
23
|
+
d="M29.5 26C29.5 26.3978 29.342 26.7794 29.0607 27.0607C28.7794 27.342 28.3978 27.5 28 27.5H4C3.60218 27.5 3.22064 27.342 2.93934 27.0607C2.65804 26.7794 2.5 26.3978 2.5 26V6C2.5 5.60218 2.65804 5.22064 2.93934 4.93934C3.22064 4.65804 3.60218 4.5 4 4.5C4.39782 4.5 4.77936 4.65804 5.06066 4.93934C5.34196 5.22064 5.5 5.60218 5.5 6V7.375L12 13.875L14.9388 10.935C15.0781 10.7952 15.2437 10.6842 15.426 10.6085C15.6083 10.5328 15.8038 10.4938 16.0012 10.4938C16.1987 10.4938 16.3941 10.5328 16.5765 10.6085C16.7588 10.6842 16.9244 10.7952 17.0637 10.935L23.5 17.375V16C23.5 15.6022 23.658 15.2206 23.9393 14.9393C24.2206 14.658 24.6022 14.5 25 14.5C25.3978 14.5 25.7794 14.658 26.0607 14.9393C26.342 15.2206 26.5 15.6022 26.5 16V21C26.5 21.05 26.4975 21.1 26.4925 21.15C26.4925 21.17 26.4862 21.1912 26.4837 21.2113C26.4812 21.2313 26.4762 21.2675 26.4713 21.295C26.4663 21.3225 26.46 21.3425 26.4538 21.365C26.4475 21.3875 26.4425 21.4137 26.435 21.4375L26.4112 21.505C26.4025 21.5287 26.395 21.5525 26.385 21.575C26.375 21.5975 26.3663 21.6175 26.3563 21.6375C26.3463 21.6575 26.335 21.685 26.3225 21.7087C26.31 21.7325 26.3 21.7463 26.2887 21.765C26.2775 21.7837 26.2625 21.8125 26.2475 21.835C26.2325 21.8575 26.2175 21.875 26.2025 21.8937C26.1875 21.9125 26.175 21.9338 26.16 21.9525C26.145 21.9712 26.1025 22.0187 26.0713 22.05L26.0613 22.0625L26.0487 22.0725C26.0175 22.1038 25.985 22.1325 25.9513 22.1612L25.8937 22.2038C25.8737 22.2188 25.8538 22.235 25.8337 22.2488C25.8137 22.2625 25.7875 22.2763 25.765 22.29C25.7425 22.3038 25.7275 22.3137 25.7075 22.3237C25.6875 22.3337 25.6613 22.3463 25.6375 22.3575C25.6138 22.3687 25.5962 22.3775 25.5737 22.3862L25.5063 22.4125L25.435 22.4363C25.4124 22.4434 25.3895 22.4492 25.3662 22.4538L25.2938 22.4725L25.2138 22.4837L25.1475 22.4937C25.0985 22.4984 25.0492 22.5004 25 22.5H20C19.6022 22.5 19.2206 22.342 18.9393 22.0607C18.658 21.7794 18.5 21.3978 18.5 21C18.5 20.6022 18.658 20.2206 18.9393 19.9393C19.2206 19.658 19.6022 19.5 20 19.5H21.375L16 14.125L13.0612 17.065C12.9219 17.2048 12.7563 17.3158 12.574 17.3915C12.3917 17.4672 12.1962 17.5062 11.9987 17.5062C11.8013 17.5062 11.6058 17.4672 11.4235 17.3915C11.2412 17.3158 11.0756 17.2048 10.9362 17.065L5.5 11.625V24.5H28C28.3978 24.5 28.7794 24.658 29.0607 24.9393C29.342 25.2206 29.5 25.6022 29.5 26Z"
|
|
24
|
+
fill="currentColor"/>
|
|
25
|
+
</svg>
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
if (type === "fill") {
|
|
29
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
30
|
+
<path
|
|
31
|
+
d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5C4.26522 5 4.51957 5.10536 4.70711 5.29289C4.89464 5.48043 5 5.73478 5 6V7.58625L12 14.5863L15.2925 11.2925C15.3854 11.1995 15.4957 11.1258 15.6171 11.0754C15.7385 11.0251 15.8686 10.9992 16 10.9992C16.1314 10.9992 16.2615 11.0251 16.3829 11.0754C16.5043 11.1258 16.6146 11.1995 16.7075 11.2925L22.5 17.0863L24.2925 15.2925C24.4324 15.1525 24.6106 15.0571 24.8047 15.0185C24.9988 14.9798 25.2 14.9996 25.3828 15.0754C25.5656 15.1511 25.7218 15.2794 25.8317 15.444C25.9416 15.6086 26.0002 15.8021 26 16V21C26 21.2652 25.8946 21.5196 25.7071 21.7071C25.5196 21.8946 25.2652 22 25 22H20C19.8021 22.0002 19.6086 21.9416 19.444 21.8317C19.2794 21.7218 19.1511 21.5656 19.0754 21.3828C18.9996 21.2 18.9798 20.9988 19.0185 20.8047C19.0571 20.6106 19.1525 20.4324 19.2925 20.2925L21.0863 18.5L16 13.4137L12.7075 16.7075C12.6146 16.8005 12.5043 16.8742 12.3829 16.9246C12.2615 16.9749 12.1314 17.0008 12 17.0008C11.8686 17.0008 11.7385 16.9749 11.6171 16.9246C11.4957 16.8742 11.3854 16.8005 11.2925 16.7075L5 10.4137V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
|
|
32
|
+
fill="currentColor"/>
|
|
33
|
+
</svg>
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
if (type === "duotone") {
|
|
37
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
38
|
+
<path opacity="0.2" d="M28 7V26H4V6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7Z"
|
|
39
|
+
fill="currentColor"/>
|
|
40
|
+
<path
|
|
41
|
+
d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5C4.26522 5 4.51957 5.10536 4.70711 5.29289C4.89464 5.48043 5 5.73478 5 6V7.58625L12 14.5863L15.2925 11.2925C15.3854 11.1995 15.4957 11.1258 15.6171 11.0754C15.7385 11.0251 15.8686 10.9992 16 10.9992C16.1314 10.9992 16.2615 11.0251 16.3829 11.0754C16.5043 11.1258 16.6146 11.1995 16.7075 11.2925L24 18.5863V16C24 15.7348 24.1054 15.4804 24.2929 15.2929C24.4804 15.1054 24.7348 15 25 15C25.2652 15 25.5196 15.1054 25.7071 15.2929C25.8946 15.4804 26 15.7348 26 16V21C26.0019 21.0333 26.0019 21.0667 26 21.1C26 21.1138 26 21.1262 25.9937 21.14C25.9875 21.1537 25.9938 21.1775 25.985 21.1975C25.9823 21.2132 25.9785 21.2286 25.9737 21.2437C25.9737 21.26 25.9662 21.2762 25.9613 21.2925C25.9563 21.3088 25.9513 21.3213 25.9463 21.3363L25.9287 21.385L25.91 21.4237C25.9025 21.44 25.895 21.4575 25.8862 21.4737C25.8775 21.49 25.8725 21.4963 25.8662 21.5088L25.8363 21.5575L25.81 21.5925L25.7775 21.6362C25.7638 21.6537 25.7475 21.67 25.7325 21.6863L25.7125 21.7087L25.6912 21.7275C25.6747 21.7439 25.6571 21.7594 25.6388 21.7738C25.626 21.7849 25.6126 21.7953 25.5987 21.805L25.5613 21.8325L25.5138 21.8612C25.5017 21.8691 25.4892 21.8762 25.4762 21.8825L25.43 21.9062L25.3875 21.925L25.3425 21.9412C25.3271 21.9478 25.3112 21.9532 25.295 21.9575L25.25 21.97C25.2325 21.97 25.2175 21.9788 25.2 21.9813L25.1475 21.99L25.1038 21.9963C25.0709 21.9981 25.0379 21.9981 25.005 21.9963H20C19.7348 21.9963 19.4804 21.8909 19.2929 21.7034C19.1054 21.5158 19 21.2615 19 20.9963C19 20.731 19.1054 20.4767 19.2929 20.2891C19.4804 20.1016 19.7348 19.9963 20 19.9963H22.5863L16 13.4137L12.7075 16.7075C12.6146 16.8005 12.5043 16.8742 12.3829 16.9246C12.2615 16.9749 12.1314 17.0008 12 17.0008C11.8686 17.0008 11.7385 16.9749 11.6171 16.9246C11.4957 16.8742 11.3854 16.8005 11.2925 16.7075L5 10.4137V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
|
|
42
|
+
fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
47
|
+
<path
|
|
48
|
+
d="M28.75 26C28.75 26.1989 28.671 26.3897 28.5303 26.5303C28.3897 26.671 28.1989 26.75 28 26.75H4C3.80109 26.75 3.61032 26.671 3.46967 26.5303C3.32902 26.3897 3.25 26.1989 3.25 26V6C3.25 5.80109 3.32902 5.61032 3.46967 5.46967C3.61032 5.32902 3.80109 5.25 4 5.25C4.19891 5.25 4.38968 5.32902 4.53033 5.46967C4.67098 5.61032 4.75 5.80109 4.75 6V7.69L12 14.94L15.47 11.4712C15.6106 11.3308 15.8012 11.2519 16 11.2519C16.1988 11.2519 16.3894 11.3308 16.53 11.4712L24.25 19.19V16C24.25 15.8011 24.329 15.6103 24.4697 15.4697C24.6103 15.329 24.8011 15.25 25 15.25C25.1989 15.25 25.3897 15.329 25.5303 15.4697C25.671 15.6103 25.75 15.8011 25.75 16V21C25.7499 21.0462 25.7453 21.0922 25.7362 21.1375V21.145C25.7266 21.1896 25.7136 21.2335 25.6975 21.2763V21.285C25.6797 21.3286 25.658 21.3704 25.6325 21.41V21.4175C25.5766 21.5003 25.5053 21.5716 25.4225 21.6275H25.415C25.3754 21.653 25.3336 21.6747 25.29 21.6925H25.2812C25.2385 21.7086 25.1946 21.7216 25.15 21.7313H25.1425C25.0972 21.7403 25.0512 21.7449 25.005 21.745H20C19.8011 21.745 19.6103 21.666 19.4697 21.5253C19.329 21.3847 19.25 21.1939 19.25 20.995C19.25 20.7961 19.329 20.6053 19.4697 20.4647C19.6103 20.324 19.8011 20.245 20 20.245H23.19L16 13.0612L12.53 16.53C12.3894 16.6705 12.1988 16.7493 12 16.7493C11.8012 16.7493 11.6106 16.6705 11.47 16.53L4.75 9.81V25.25H28C28.1989 25.25 28.3897 25.329 28.5303 25.4697C28.671 25.6103 28.75 25.8011 28.75 26Z"
|
|
49
|
+
fill="currentColor"/>
|
|
50
|
+
</svg>
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
export default ChartLine;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChartLineUp = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path d="M28.5 26C28.5 26.1326 28.4473 26.2598 28.3536 26.3536C28.2598 26.4473 28.1326 26.5 28 26.5H4C3.86739 26.5 3.74021 26.4473 3.64645 26.3536C3.55268 26.2598 3.5 26.1326 3.5 26V6C3.5 5.86739 3.55268 5.74021 3.64645 5.64645C3.74021 5.55268 3.86739 5.5 4 5.5C4.13261 5.5 4.25979 5.55268 4.35355 5.64645C4.44732 5.74021 4.5 5.86739 4.5 6V20.7925L11.6462 13.6462C11.6927 13.5998 11.7478 13.5629 11.8085 13.5377C11.8692 13.5126 11.9343 13.4996 12 13.4996C12.0657 13.4996 12.1308 13.5126 12.1915 13.5377C12.2522 13.5629 12.3073 13.5998 12.3538 13.6462L16 17.2925L23.7925 9.5H20C19.8674 9.5 19.7402 9.44732 19.6464 9.35355C19.5527 9.25979 19.5 9.13261 19.5 9C19.5 8.86739 19.5527 8.74021 19.6464 8.64645C19.7402 8.55268 19.8674 8.5 20 8.5H25C25.1326 8.5 25.2598 8.55268 25.3536 8.64645C25.4473 8.74021 25.5 8.86739 25.5 9V14C25.5 14.1326 25.4473 14.2598 25.3536 14.3536C25.2598 14.4473 25.1326 14.5 25 14.5C24.8674 14.5 24.7402 14.4473 24.6464 14.3536C24.5527 14.2598 24.5 14.1326 24.5 14V10.2075L16.3538 18.3538C16.3073 18.4002 16.2522 18.4371 16.1915 18.4623C16.1308 18.4874 16.0657 18.5004 16 18.5004C15.9343 18.5004 15.8692 18.4874 15.8085 18.4623C15.7478 18.4371 15.6927 18.4002 15.6462 18.3538L12 14.7075L4.5 22.2075V25.5H28C28.1326 25.5 28.2598 25.5527 28.3536 25.6464C28.4473 25.7402 28.5 25.8674 28.5 26Z"
|
|
7
|
+
fill="currentColor" />
|
|
8
|
+
</svg>
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5C4.26522 5 4.51957 5.10536 4.70711 5.29289C4.89464 5.48043 5 5.73478 5 6V19.5863L11.2925 13.2925C11.3854 13.1995 11.4957 13.1258 11.6171 13.0754C11.7385 13.0251 11.8686 12.9992 12 12.9992C12.1314 12.9992 12.2615 13.0251 12.3829 13.0754C12.5043 13.1258 12.6146 13.1995 12.7075 13.2925L16 16.5863L22.5863 10H20C19.7348 10 19.4804 9.89464 19.2929 9.70711C19.1054 9.51957 19 9.26522 19 9C19 8.73478 19.1054 8.48043 19.2929 8.29289C19.4804 8.10536 19.7348 8 20 8H25C25.2652 8 25.5196 8.10536 25.7071 8.29289C25.8946 8.48043 26 8.73478 26 9V14C26 14.2652 25.8946 14.5196 25.7071 14.7071C25.5196 14.8946 25.2652 15 25 15C24.7348 15 24.4804 14.8946 24.2929 14.7071C24.1054 14.5196 24 14.2652 24 14V11.4137L16.7075 18.7075C16.6146 18.8005 16.5043 18.8742 16.3829 18.9246C16.2615 18.9749 16.1314 19.0008 16 19.0008C15.8686 19.0008 15.7385 18.9749 15.6171 18.9246C15.4957 18.8742 15.3854 18.8005 15.2925 18.7075L12 15.4137L5 22.4137V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
|
|
14
|
+
fill="currentColor" />
|
|
15
|
+
</svg>
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path d="M29.5 26C29.5 26.3978 29.342 26.7794 29.0607 27.0607C28.7794 27.342 28.3978 27.5 28 27.5H4C3.60218 27.5 3.22064 27.342 2.93934 27.0607C2.65804 26.7794 2.5 26.3978 2.5 26V6C2.5 5.60218 2.65804 5.22064 2.93934 4.93934C3.22064 4.65804 3.60218 4.5 4 4.5C4.39782 4.5 4.77936 4.65804 5.06066 4.93934C5.34196 5.22064 5.5 5.60218 5.5 6V18.375L10.9388 12.935C11.0781 12.7952 11.2437 12.6842 11.426 12.6085C11.6083 12.5328 11.8038 12.4938 12.0013 12.4938C12.1987 12.4938 12.3942 12.5328 12.5765 12.6085C12.7588 12.6842 12.9244 12.7952 13.0638 12.935L16 15.875L21.375 10.5H20C19.6022 10.5 19.2206 10.342 18.9393 10.0607C18.658 9.77936 18.5 9.39782 18.5 9C18.5 8.60218 18.658 8.22064 18.9393 7.93934C19.2206 7.65804 19.6022 7.5 20 7.5H25C25.3978 7.5 25.7794 7.65804 26.0607 7.93934C26.342 8.22064 26.5 8.60218 26.5 9V14C26.5 14.3978 26.342 14.7794 26.0607 15.0607C25.7794 15.342 25.3978 15.5 25 15.5C24.6022 15.5 24.2206 15.342 23.9393 15.0607C23.658 14.7794 23.5 14.3978 23.5 14V12.625L17.0613 19.065C16.9219 19.2048 16.7563 19.3158 16.574 19.3915C16.3917 19.4672 16.1962 19.5062 15.9987 19.5062C15.8013 19.5062 15.6058 19.4672 15.4235 19.3915C15.2412 19.3158 15.0756 19.2048 14.9362 19.065L12 16.125L5.5 22.625V24.5H28C28.3978 24.5 28.7794 24.658 29.0607 24.9393C29.342 25.2206 29.5 25.6022 29.5 26Z"
|
|
21
|
+
fill="currentColor" />
|
|
22
|
+
</svg>
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path d="M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM25 24H7C6.73478 24 6.48043 23.8946 6.29289 23.7071C6.10536 23.5196 6 23.2652 6 23V9C6 8.73478 6.10536 8.48043 6.29289 8.29289C6.48043 8.10536 6.73478 8 7 8C7.26522 8 7.51957 8.10536 7.70711 8.29289C7.89464 8.48043 8 8.73478 8 9V18.5863L12.2925 14.2925C12.3854 14.1995 12.4957 14.1258 12.6171 14.0754C12.7385 14.0251 12.8686 13.9992 13 13.9992C13.1314 13.9992 13.2615 14.0251 13.3829 14.0754C13.5043 14.1258 13.6146 14.1995 13.7075 14.2925L16 16.5863L21.5863 11H19C18.7348 11 18.4804 10.8946 18.2929 10.7071C18.1054 10.5196 18 10.2652 18 10C18 9.73478 18.1054 9.48043 18.2929 9.29289C18.4804 9.10536 18.7348 9 19 9H24C24.2652 9 24.5196 9.10536 24.7071 9.29289C24.8946 9.48043 25 9.73478 25 10V15C25 15.2652 24.8946 15.5196 24.7071 15.7071C24.5196 15.8946 24.2652 16 24 16C23.7348 16 23.4804 15.8946 23.2929 15.7071C23.1054 15.5196 23 15.2652 23 15V12.4137L16.7075 18.7075C16.6146 18.8005 16.5043 18.8742 16.3829 18.9246C16.2615 18.9749 16.1314 19.0008 16 19.0008C15.8686 19.0008 15.7385 18.9749 15.6171 18.9246C15.4957 18.8742 15.3854 18.8005 15.2925 18.7075L13 16.4137L8 21.4137V22H25C25.2652 22 25.5196 22.1054 25.7071 22.2929C25.8946 22.4804 26 22.7348 26 23C26 23.2652 25.8946 23.5196 25.7071 23.7071C25.5196 23.8946 25.2652 24 25 24Z"
|
|
28
|
+
fill="currentColor" />
|
|
29
|
+
</svg>
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path opacity="0.2" d="M28 7V26H4V6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7Z"
|
|
35
|
+
fill="currentColor" />
|
|
36
|
+
<path d="M29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5C4.26522 5 4.51957 5.10536 4.70711 5.29289C4.89464 5.48043 5 5.73478 5 6V19.5863L11.2925 13.2925C11.3854 13.1995 11.4957 13.1258 11.6171 13.0754C11.7385 13.0251 11.8686 12.9992 12 12.9992C12.1314 12.9992 12.2615 13.0251 12.3829 13.0754C12.5043 13.1258 12.6146 13.1995 12.7075 13.2925L16 16.5863L22.5863 10H20C19.7348 10 19.4804 9.89464 19.2929 9.70711C19.1054 9.51957 19 9.26522 19 9C19 8.73478 19.1054 8.48043 19.2929 8.29289C19.4804 8.10536 19.7348 8 20 8H25C25.2652 8 25.5196 8.10536 25.7071 8.29289C25.8946 8.48043 26 8.73478 26 9V14C26 14.2652 25.8946 14.5196 25.7071 14.7071C25.5196 14.8946 25.2652 15 25 15C24.7348 15 24.4804 14.8946 24.2929 14.7071C24.1054 14.5196 24 14.2652 24 14V11.4137L16.7075 18.7075C16.6146 18.8005 16.5043 18.8742 16.3829 18.9246C16.2615 18.9749 16.1314 19.0008 16 19.0008C15.8686 19.0008 15.7385 18.9749 15.6171 18.9246C15.4957 18.8742 15.3854 18.8005 15.2925 18.7075L12 15.4137L5 22.4137V25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z"
|
|
37
|
+
fill="currentColor" />
|
|
38
|
+
</svg>
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M28.75 26C28.75 26.1989 28.671 26.3897 28.5303 26.5303C28.3897 26.671 28.1989 26.75 28 26.75H4C3.80109 26.75 3.61032 26.671 3.46967 26.5303C3.32902 26.3897 3.25 26.1989 3.25 26V6C3.25 5.80109 3.32902 5.61032 3.46967 5.46967C3.61032 5.32902 3.80109 5.25 4 5.25C4.19891 5.25 4.38968 5.32902 4.53033 5.46967C4.67098 5.61032 4.75 5.80109 4.75 6V20.19L11.47 13.47C11.6106 13.3295 11.8012 13.2507 12 13.2507C12.1988 13.2507 12.3894 13.3295 12.53 13.47L16 16.9387L23.19 9.75H20C19.8011 9.75 19.6103 9.67098 19.4697 9.53033C19.329 9.38968 19.25 9.19891 19.25 9C19.25 8.80109 19.329 8.61032 19.4697 8.46967C19.6103 8.32902 19.8011 8.25 20 8.25H25C25.1989 8.25 25.3897 8.32902 25.5303 8.46967C25.671 8.61032 25.75 8.80109 25.75 9V14C25.75 14.1989 25.671 14.3897 25.5303 14.5303C25.3897 14.671 25.1989 14.75 25 14.75C24.8011 14.75 24.6103 14.671 24.4697 14.5303C24.329 14.3897 24.25 14.1989 24.25 14V10.81L16.53 18.53C16.3894 18.6705 16.1988 18.7493 16 18.7493C15.8012 18.7493 15.6106 18.6705 15.47 18.53L12 15.0612L4.75 22.3113V25.25H28C28.1989 25.25 28.3897 25.329 28.5303 25.4697C28.671 25.6103 28.75 25.8011 28.75 26Z"
|
|
43
|
+
fill="currentColor" />
|
|
44
|
+
</svg>
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default ChartLineUp;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ChartPie = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M16 3.5C13.5277 3.5 11.111 4.23311 9.05538 5.60663C6.99976 6.98015 5.39761 8.93238 4.45151 11.2165C3.50542 13.5005 3.25787 16.0139 3.74019 18.4386C4.2225 20.8634 5.41301 23.0907 7.16117 24.8388C8.90933 26.587 11.1366 27.7775 13.5614 28.2598C15.9861 28.7421 18.4995 28.4946 20.7835 27.5485C23.0676 26.6024 25.0199 25.0002 26.3934 22.9446C27.7669 20.889 28.5 18.4723 28.5 16C28.4964 12.6859 27.1782 9.5086 24.8348 7.16518C22.4914 4.82177 19.3141 3.50364 16 3.5ZM25.6975 9.82375L16.5 15.1337V4.50875C18.3473 4.59063 20.1477 5.11642 21.7487 6.0416C23.3497 6.96678 24.7042 8.26411 25.6975 9.82375ZM15.5 4.51125V15.7113L5.80251 21.31C4.90978 19.595 4.46388 17.6825 4.50604 15.7495C4.5482 13.8165 5.07705 11.9253 6.04369 10.2508C7.01034 8.5763 8.38357 7.17255 10.0364 6.16935C11.6893 5.16615 13.5684 4.59587 15.5 4.51125ZM16 27.5C14.0664 27.4995 12.1641 27.0114 10.469 26.0808C8.77402 25.1503 7.341 23.8074 6.30251 22.1763L26.1975 10.69C27.1098 12.4426 27.5552 14.4008 27.4907 16.3756C27.4262 18.3504 26.8539 20.2753 25.8291 21.9646C24.8043 23.6539 23.3615 25.0507 21.6399 26.0203C19.9183 26.9898 17.9759 27.4995 16 27.5Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path
|
|
15
|
+
d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM24.9838 9.65875L17 14.2675V5.04625C18.5853 5.19159 20.1201 5.67927 21.4985 6.47562C22.8769 7.27197 24.066 8.35802 24.9838 9.65875ZM15 5.04625V15.4213L6.01376 20.6087C5.27606 19.0098 4.933 17.2571 5.01344 15.498C5.09388 13.739 5.59546 12.0249 6.47601 10.5C7.35656 8.97501 8.59034 7.68375 10.0736 6.73472C11.5569 5.7857 13.2464 5.20665 15 5.04625ZM16 27C14.239 26.9993 12.5039 26.5758 10.9406 25.7651C9.37726 24.9544 8.03144 23.7802 7.01626 22.3412L25.9863 11.39C26.7598 13.0659 27.0992 14.9096 26.9732 16.7512C26.8471 18.5927 26.2597 20.3729 25.265 21.9278C24.2702 23.4827 22.9002 24.7623 21.2811 25.6487C19.662 26.5351 17.8459 26.9998 16 27Z"
|
|
16
|
+
fill="currentColor"/>
|
|
17
|
+
</svg>
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
if (type === "bold") {
|
|
21
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
22
|
+
<path
|
|
23
|
+
d="M16 2.5C13.33 2.5 10.7199 3.29176 8.49981 4.77516C6.27974 6.25856 4.54942 8.36697 3.52763 10.8338C2.50585 13.3006 2.2385 16.015 2.7594 18.6337C3.28031 21.2525 4.56606 23.6579 6.45406 25.5459C8.34207 27.434 10.7475 28.7197 13.3663 29.2406C15.985 29.7615 18.6994 29.4942 21.1662 28.4724C23.633 27.4506 25.7414 25.7203 27.2248 23.5002C28.7082 21.2801 29.5 18.67 29.5 16C29.496 12.4208 28.0724 8.98932 25.5416 6.45844C23.0107 3.92756 19.5792 2.50397 16 2.5ZM17.5 5.60875C20.1671 5.99438 22.5838 7.39072 24.25 9.50875L17.5 13.4025V5.60875ZM6.25001 19.8962C5.65927 18.4214 5.41117 16.8317 5.52442 15.247C5.63767 13.6623 6.10931 12.124 6.90376 10.7481C7.69822 9.37225 8.79474 8.19478 10.1106 7.3045C11.4265 6.41423 12.9274 5.8344 14.5 5.60875V15.1337L6.25001 19.8962ZM16 26.5C14.412 26.4997 12.8449 26.1387 11.4168 25.4443C9.98877 24.7498 8.73709 23.7401 7.75626 22.4912L25.75 12.1038C26.3866 13.6968 26.6232 15.4216 26.439 17.1273C26.2548 18.833 25.6555 20.4675 24.6935 21.888C23.7314 23.3084 22.436 24.4715 20.9205 25.2755C19.405 26.0795 17.7156 26.4999 16 26.5Z"
|
|
24
|
+
fill="currentColor"/>
|
|
25
|
+
</svg>
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
if (type === "fill") {
|
|
29
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
30
|
+
<path
|
|
31
|
+
d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM16 5C17.761 5.00072 19.4961 5.42423 21.0594 6.23493C22.6227 7.04562 23.9686 8.2198 24.9838 9.65875L16 14.845V5ZM16 27C14.239 26.9993 12.5039 26.5758 10.9406 25.7651C9.37726 24.9544 8.03144 23.7802 7.01626 22.3412L25.9863 11.39C26.7598 13.0659 27.0992 14.9096 26.9732 16.7512C26.8471 18.5927 26.2597 20.3729 25.265 21.9278C24.2702 23.4827 22.9002 24.7623 21.2811 25.6487C19.662 26.5351 17.8459 26.9998 16 27Z"
|
|
32
|
+
fill="currentColor"/>
|
|
33
|
+
</svg>
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
if (type === "duotone") {
|
|
37
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
38
|
+
<path opacity="0.2"
|
|
39
|
+
d="M16.0002 4V16L5.6077 22C4.55447 20.1758 3.99999 18.1064 4 16C4.00001 13.8935 4.5545 11.8242 5.60774 9.99992C6.66099 8.17568 8.17587 6.66083 10.0001 5.60762C11.8244 4.55442 13.8937 3.99997 16.0002 4Z"
|
|
40
|
+
fill="currentColor"/>
|
|
41
|
+
<path
|
|
42
|
+
d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM24.9838 9.65875L17 14.2675V5.04625C18.5853 5.19159 20.1201 5.67927 21.4985 6.47562C22.8769 7.27197 24.066 8.35802 24.9838 9.65875ZM15 5.04625V15.4213L6.01376 20.6087C5.27606 19.0098 4.933 17.2571 5.01344 15.498C5.09388 13.739 5.59546 12.0249 6.47601 10.5C7.35656 8.97501 8.59034 7.68375 10.0736 6.73472C11.5569 5.7857 13.2464 5.20665 15 5.04625ZM16 27C14.239 26.9993 12.5039 26.5758 10.9406 25.7651C9.37726 24.9544 8.03144 23.7802 7.01626 22.3412L25.9863 11.39C26.7598 13.0659 27.0992 14.9096 26.9732 16.7512C26.8471 18.5927 26.2597 20.3729 25.265 21.9278C24.2702 23.4827 22.9002 24.7623 21.2811 25.6487C19.662 26.5351 17.8459 26.9998 16 27Z"
|
|
43
|
+
fill="currentColor"/>
|
|
44
|
+
</svg>
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
48
|
+
<path
|
|
49
|
+
d="M16 3.25C13.4783 3.25 11.0132 3.99777 8.91648 5.39876C6.81976 6.79975 5.18556 8.79103 4.22054 11.1208C3.25552 13.4505 3.00303 16.0141 3.49499 18.4874C3.98696 20.9607 5.20127 23.2325 6.98439 25.0156C8.76751 26.7987 11.0393 28.0131 13.5126 28.505C15.9859 28.997 18.5495 28.7445 20.8792 27.7795C23.209 26.8144 25.2003 25.1802 26.6012 23.0835C28.0022 20.9868 28.75 18.5217 28.75 16C28.746 12.6197 27.4015 9.379 25.0112 6.98877C22.621 4.59854 19.3803 3.25397 16 3.25ZM25.3425 9.74L16.75 14.7013V4.775C18.4665 4.89049 20.1337 5.39812 21.6233 6.25886C23.1129 7.1196 24.3853 8.3105 25.3425 9.74ZM15.25 4.775V15.5675L5.90501 20.9625C5.09003 19.3044 4.69593 17.4712 4.75755 15.6247C4.81916 13.7782 5.33458 11.9753 6.25828 10.3753C7.18198 8.77524 8.48552 7.42731 10.0537 6.45058C11.622 5.47385 13.4066 4.89838 15.25 4.775ZM16 27.25C14.1528 27.2492 12.3342 26.7935 10.7048 25.9232C9.0754 25.053 7.68539 23.7948 6.65751 22.26L26.095 11.0375C26.938 12.7526 27.3302 14.6541 27.2346 16.5627C27.139 18.4714 26.5588 20.3242 25.5486 21.9465C24.5385 23.5687 23.1318 24.9069 21.4612 25.8348C19.7905 26.7627 17.911 27.2498 16 27.25Z"
|
|
50
|
+
fill="currentColor"/>
|
|
51
|
+
</svg>
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export default ChartPie;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Minus = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path d="M27.5 16C27.5 16.1326 27.4473 16.2598 27.3536 16.3536C27.2598 16.4473 27.1326 16.5 27 16.5H5C4.86739 16.5 4.74021 16.4473 4.64645 16.3536C4.55268 16.2598 4.5 16.1326 4.5 16C4.5 15.8674 4.55268 15.7402 4.64645 15.6464C4.74021 15.5527 4.86739 15.5 5 15.5H27C27.1326 15.5 27.2598 15.5527 27.3536 15.6464C27.4473 15.7402 27.5 15.8674 27.5 16Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return (
|
|
14
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
15
|
+
<path d="M28 16C28 16.2652 27.8946 16.5196 27.7071 16.7071C27.5196 16.8946 27.2652 17 27 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16C4 15.7348 4.10536 15.4804 4.29289 15.2929C4.48043 15.1054 4.73478 15 5 15H27C27.2652 15 27.5196 15.1054 27.7071 15.2929C27.8946 15.4804 28 15.7348 28 16Z" fill="currentColor"/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "bold") {
|
|
20
|
+
return (
|
|
21
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
22
|
+
<path d="M28.5 16C28.5 16.3978 28.342 16.7794 28.0607 17.0607C27.7794 17.342 27.3978 17.5 27 17.5H5C4.60218 17.5 4.22064 17.342 3.93934 17.0607C3.65804 16.7794 3.5 16.3978 3.5 16C3.5 15.6022 3.65804 15.2206 3.93934 14.9393C4.22064 14.658 4.60218 14.5 5 14.5H27C27.3978 14.5 27.7794 14.658 28.0607 14.9393C28.342 15.2206 28.5 15.6022 28.5 16Z" fill="currentColor"/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
if (type === "fill") {
|
|
27
|
+
return (
|
|
28
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
29
|
+
<path d="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM23 17H9C8.73478 17 8.48043 16.8946 8.29289 16.7071C8.10536 16.5196 8 16.2652 8 16C8 15.7348 8.10536 15.4804 8.29289 15.2929C8.48043 15.1054 8.73478 15 9 15H23C23.2652 15 23.5196 15.1054 23.7071 15.2929C23.8946 15.4804 24 15.7348 24 16C24 16.2652 23.8946 16.5196 23.7071 16.7071C23.5196 16.8946 23.2652 17 23 17Z" fill="currentColor"/>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
if (type === "duotone") {
|
|
34
|
+
return (
|
|
35
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
36
|
+
<path opacity="0.2" d="M27 6V26C27 26.2652 26.8946 26.5196 26.7071 26.7071C26.5196 26.8946 26.2652 27 26 27H6C5.73478 27 5.48043 26.8946 5.29289 26.7071C5.10536 26.5196 5 26.2652 5 26V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H26C26.2652 5 26.5196 5.10536 26.7071 5.29289C26.8946 5.48043 27 5.73478 27 6Z" fill="currentColor"/>
|
|
37
|
+
<path d="M28 16C28 16.2652 27.8946 16.5196 27.7071 16.7071C27.5196 16.8946 27.2652 17 27 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16C4 15.7348 4.10536 15.4804 4.29289 15.2929C4.48043 15.1054 4.73478 15 5 15H27C27.2652 15 27.5196 15.1054 27.7071 15.2929C27.8946 15.4804 28 15.7348 28 16Z" fill="currentColor"/>
|
|
38
|
+
</svg>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
return (
|
|
43
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
44
|
+
<path d="M27.75 16C27.75 16.1989 27.671 16.3897 27.5303 16.5303C27.3897 16.671 27.1989 16.75 27 16.75H5C4.80109 16.75 4.61032 16.671 4.46967 16.5303C4.32902 16.3897 4.25 16.1989 4.25 16C4.25 15.8011 4.32902 15.6103 4.46967 15.4697C4.61032 15.329 4.80109 15.25 5 15.25H27C27.1989 15.25 27.3897 15.329 27.5303 15.4697C27.671 15.6103 27.75 15.8011 27.75 16Z" fill="currentColor"/>
|
|
45
|
+
</svg>
|
|
46
|
+
);
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default Minus;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const MinusCircle = ({ type }: IconProps) => {
|
|
4
|
+
|
|
5
|
+
if (type === 'thin') {
|
|
6
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path d="M21.5 16C21.5 16.1326 21.4473 16.2598 21.3536 16.3536C21.2598 16.4473 21.1326 16.5 21 16.5H11C10.8674 16.5 10.7402 16.4473 10.6465 16.3536C10.5527 16.2598 10.5 16.1326 10.5 16C10.5 15.8674 10.5527 15.7402 10.6465 15.6464C10.7402 15.5527 10.8674 15.5 11 15.5H21C21.1326 15.5 21.2598 15.5527 21.3536 15.6464C21.4473 15.7402 21.5 15.8674 21.5 16ZM28.5 16C28.5 18.4723 27.7669 20.889 26.3934 22.9446C25.0199 25.0002 23.0676 26.6024 20.7835 27.5485C18.4995 28.4946 15.9861 28.7421 13.5614 28.2598C11.1366 27.7775 8.90933 26.587 7.16117 24.8388C5.41301 23.0907 4.2225 20.8634 3.74019 18.4386C3.25787 16.0139 3.50542 13.5005 4.45151 11.2165C5.39761 8.93238 6.99976 6.98015 9.05538 5.60663C11.111 4.23311 13.5277 3.5 16 3.5C19.3141 3.50364 22.4914 4.82177 24.8348 7.16518C27.1782 9.5086 28.4964 12.6859 28.5 16ZM27.5 16C27.5 13.7255 26.8255 11.5021 25.5619 9.61094C24.2983 7.71978 22.5022 6.24579 20.4009 5.37539C18.2995 4.50498 15.9872 4.27724 13.7565 4.72097C11.5257 5.1647 9.47658 6.25997 7.86828 7.86827C6.25997 9.47658 5.1647 11.5257 4.72097 13.7565C4.27724 15.9872 4.50498 18.2995 5.37539 20.4009C6.2458 22.5022 7.71978 24.2983 9.61095 25.5619C11.5021 26.8255 13.7255 27.5 16 27.5C19.049 27.4967 21.9721 26.284 24.1281 24.1281C26.284 21.9721 27.4967 19.049 27.5 16Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
if (type === 'regular') {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path d="M22 16C22 16.2652 21.8946 16.5196 21.7071 16.7071C21.5196 16.8946 21.2652 17 21 17H11C10.7348 17 10.4804 16.8946 10.2929 16.7071C10.1054 16.5196 10 16.2652 10 16C10 15.7348 10.1054 15.4804 10.2929 15.2929C10.4804 15.1054 10.7348 15 11 15H21C21.2652 15 21.5196 15.1054 21.7071 15.2929C21.8946 15.4804 22 15.7348 22 16ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM27 16C27 13.8244 26.3549 11.6977 25.1462 9.88873C23.9375 8.07979 22.2195 6.66989 20.2095 5.83733C18.1995 5.00476 15.9878 4.78692 13.854 5.21136C11.7202 5.6358 9.76021 6.68345 8.22183 8.22183C6.68345 9.7602 5.63581 11.7202 5.21137 13.854C4.78693 15.9878 5.00477 18.1995 5.83733 20.2095C6.66989 22.2195 8.07979 23.9375 9.88873 25.1462C11.6977 26.3549 13.8244 27 16 27C18.9164 26.9967 21.7123 25.8367 23.7745 23.7745C25.8367 21.7123 26.9967 18.9164 27 16Z"
|
|
14
|
+
fill="currentColor" />
|
|
15
|
+
</svg>
|
|
16
|
+
}
|
|
17
|
+
if (type === 'bold') {
|
|
18
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
19
|
+
<path d="M22.5 16C22.5 16.3978 22.342 16.7794 22.0607 17.0607C21.7794 17.342 21.3978 17.5 21 17.5H11C10.6022 17.5 10.2207 17.342 9.93935 17.0607C9.65804 16.7794 9.50001 16.3978 9.50001 16C9.50001 15.6022 9.65804 15.2206 9.93935 14.9393C10.2207 14.658 10.6022 14.5 11 14.5H21C21.3978 14.5 21.7794 14.658 22.0607 14.9393C22.342 15.2206 22.5 15.6022 22.5 16ZM29.5 16C29.5 18.67 28.7082 21.2801 27.2248 23.5002C25.7414 25.7203 23.633 27.4506 21.1662 28.4724C18.6994 29.4942 15.985 29.7615 13.3663 29.2406C10.7475 28.7197 8.34207 27.434 6.45406 25.5459C4.56606 23.6579 3.28031 21.2525 2.7594 18.6337C2.2385 16.015 2.50585 13.3006 3.52763 10.8338C4.54942 8.36697 6.27974 6.25856 8.49981 4.77516C10.7199 3.29176 13.33 2.5 16 2.5C19.5792 2.50397 23.0107 3.92756 25.5416 6.45844C28.0724 8.98932 29.496 12.4208 29.5 16ZM26.5 16C26.5 13.9233 25.8842 11.8932 24.7304 10.1665C23.5767 8.4398 21.9368 7.09399 20.0182 6.29926C18.0996 5.50454 15.9884 5.29661 13.9516 5.70175C11.9148 6.1069 10.0438 7.10693 8.57538 8.57538C7.10693 10.0438 6.10691 11.9148 5.70176 13.9516C5.29662 15.9884 5.50455 18.0996 6.29927 20.0182C7.09399 21.9368 8.4398 23.5767 10.1665 24.7304C11.8932 25.8842 13.9233 26.5 16 26.5C18.7839 26.497 21.4529 25.3898 23.4213 23.4213C25.3898 21.4528 26.497 18.7839 26.5 16Z"
|
|
20
|
+
fill="currentColor" />
|
|
21
|
+
</svg>
|
|
22
|
+
}
|
|
23
|
+
if (type === 'fill') {
|
|
24
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM21 17H11C10.7348 17 10.4804 16.8946 10.2929 16.7071C10.1054 16.5196 10 16.2652 10 16C10 15.7348 10.1054 15.4804 10.2929 15.2929C10.4804 15.1054 10.7348 15 11 15H21C21.2652 15 21.5196 15.1054 21.7071 15.2929C21.8946 15.4804 22 15.7348 22 16C22 16.2652 21.8946 16.5196 21.7071 16.7071C21.5196 16.8946 21.2652 17 21 17Z"
|
|
26
|
+
fill="currentColor" />
|
|
27
|
+
</svg>
|
|
28
|
+
}
|
|
29
|
+
if (type === 'duotone') {
|
|
30
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
31
|
+
<path opacity="0.2" d="M28 16C28 18.3734 27.2962 20.6935 25.9776 22.6668C24.6591 24.6402 22.7849 26.1783 20.5922 27.0866C18.3995 27.9948 15.9867 28.2324 13.6589 27.7694C11.3312 27.3064 9.19295 26.1635 7.51472 24.4853C5.83649 22.8071 4.6936 20.6689 4.23058 18.3411C3.76756 16.0133 4.0052 13.6005 4.91345 11.4078C5.8217 9.21509 7.35977 7.34094 9.33316 6.02236C11.3066 4.70379 13.6266 4 16 4C19.1826 4 22.2348 5.26428 24.4853 7.51472C26.7357 9.76516 28 12.8174 28 16Z"
|
|
32
|
+
fill="currentColor" />
|
|
33
|
+
<path d="M22 16C22 16.2652 21.8946 16.5196 21.7071 16.7071C21.5196 16.8946 21.2652 17 21 17H11C10.7348 17 10.4804 16.8946 10.2929 16.7071C10.1054 16.5196 10 16.2652 10 16C10 15.7348 10.1054 15.4804 10.2929 15.2929C10.4804 15.1054 10.7348 15 11 15H21C21.2652 15 21.5196 15.1054 21.7071 15.2929C21.8946 15.4804 22 15.7348 22 16ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM27 16C27 13.8244 26.3549 11.6977 25.1462 9.88873C23.9375 8.07979 22.2195 6.66989 20.2095 5.83733C18.1995 5.00476 15.9878 4.78692 13.854 5.21136C11.7202 5.6358 9.76021 6.68345 8.22183 8.22183C6.68345 9.7602 5.63581 11.7202 5.21137 13.854C4.78693 15.9878 5.00477 18.1995 5.83733 20.2095C6.66989 22.2195 8.07979 23.9375 9.88873 25.1462C11.6977 26.3549 13.8244 27 16 27C18.9164 26.9967 21.7123 25.8367 23.7745 23.7745C25.8367 21.7123 26.9967 18.9164 27 16Z"
|
|
34
|
+
fill="currentColor" />
|
|
35
|
+
</svg>
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
39
|
+
<path d="M21.75 16C21.75 16.1989 21.671 16.3897 21.5303 16.5303C21.3897 16.671 21.1989 16.75 21 16.75H11C10.8011 16.75 10.6103 16.671 10.4697 16.5303C10.329 16.3897 10.25 16.1989 10.25 16C10.25 15.8011 10.329 15.6103 10.4697 15.4697C10.6103 15.329 10.8011 15.25 11 15.25H21C21.1989 15.25 21.3897 15.329 21.5303 15.4697C21.671 15.6103 21.75 15.8011 21.75 16ZM28.75 16C28.75 18.5217 28.0022 20.9868 26.6012 23.0835C25.2003 25.1802 23.209 26.8144 20.8792 27.7795C18.5495 28.7445 15.9859 28.997 13.5126 28.505C11.0393 28.0131 8.76751 26.7987 6.98439 25.0156C5.20127 23.2325 3.98696 20.9607 3.49499 18.4874C3.00303 16.0141 3.25552 13.4505 4.22054 11.1208C5.18556 8.79103 6.81976 6.79975 8.91648 5.39876C11.0132 3.99777 13.4783 3.25 16 3.25C19.3803 3.25397 22.621 4.59854 25.0112 6.98877C27.4015 9.379 28.746 12.6197 28.75 16ZM27.25 16C27.25 13.775 26.5902 11.5999 25.354 9.74984C24.1179 7.89978 22.3609 6.45784 20.3052 5.60636C18.2495 4.75487 15.9875 4.53208 13.8052 4.96617C11.623 5.40025 9.6184 6.47171 8.04505 8.04505C6.47171 9.61839 5.40025 11.6229 4.96617 13.8052C4.53209 15.9875 4.75488 18.2495 5.60636 20.3052C6.45785 22.3609 7.89979 24.1179 9.74984 25.354C11.5999 26.5902 13.775 27.25 16 27.25C18.9827 27.2467 21.8422 26.0604 23.9513 23.9513C26.0604 21.8422 27.2467 18.9827 27.25 16Z"
|
|
40
|
+
fill="currentColor" />
|
|
41
|
+
</svg>
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export default MinusCircle;
|