@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,56 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Certificate = ({ 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 d="M30.5 16C30.5011 14.9251 30.2356 13.8667 29.7273 12.9196C29.219 11.9724 28.4837 11.1662 27.5873 10.5729C26.691 9.97967 25.6615 9.61799 24.591 9.52026C23.5205 9.42253 22.4426 9.59179 21.4536 10.0129C20.4646 10.434 19.5955 11.0938 18.924 11.9332C18.2526 12.7726 17.7998 13.7655 17.6063 14.8228C17.4127 15.8801 17.4844 16.969 17.8149 17.9918C18.1453 19.0147 18.7243 19.9396 19.5 20.6838V28C19.4999 28.0853 19.5217 28.1691 19.5632 28.2436C19.6047 28.3181 19.6645 28.3808 19.7371 28.4256C19.8096 28.4705 19.8924 28.496 19.9776 28.4999C20.0627 28.5037 20.1475 28.4857 20.2238 28.4475L24 26.5588L27.7763 28.4475C27.8458 28.4819 27.9224 28.4999 28 28.5C28.1326 28.5 28.2598 28.4473 28.3536 28.3536C28.4473 28.2598 28.5 28.1326 28.5 28V20.6838C29.1324 20.0786 29.6356 19.3515 29.9793 18.5466C30.3231 17.7416 30.5002 16.8753 30.5 16ZM18.5 16C18.5 14.9122 18.8226 13.8488 19.4269 12.9444C20.0313 12.0399 20.8902 11.3349 21.8952 10.9187C22.9002 10.5024 24.0061 10.3935 25.073 10.6057C26.1399 10.8179 27.1199 11.3417 27.8891 12.1109C28.6583 12.8801 29.1821 13.8601 29.3943 14.927C29.6065 15.9939 29.4976 17.0998 29.0813 18.1048C28.6651 19.1098 27.9601 19.9687 27.0556 20.5731C26.1512 21.1774 25.0878 21.5 24 21.5C22.5418 21.4983 21.1438 20.9184 20.1127 19.8873C19.0816 18.8562 18.5017 17.4582 18.5 16ZM27.5 27.1912L24.2238 25.5525C24.1543 25.5177 24.0777 25.4996 24 25.4996C23.9223 25.4996 23.8457 25.5177 23.7763 25.5525L20.5 27.1912V21.4725C21.5441 22.1433 22.759 22.5 24 22.5C25.241 22.5 26.4559 22.1433 27.5 21.4725V27.1912ZM16.5 24C16.5 24.1326 16.4473 24.2598 16.3536 24.3536C16.2598 24.4473 16.1326 24.5 16 24.5H5C4.60218 24.5 4.22064 24.342 3.93934 24.0607C3.65804 23.7794 3.5 23.3978 3.5 23V7C3.5 6.60218 3.65804 6.22064 3.93934 5.93934C4.22064 5.65804 4.60218 5.5 5 5.5H27C27.3978 5.5 27.7794 5.65804 28.0607 5.93934C28.342 6.22064 28.5 6.60218 28.5 7C28.5 7.13261 28.4473 7.25979 28.3536 7.35355C28.2598 7.44732 28.1326 7.5 28 7.5C27.8674 7.5 27.7402 7.44732 27.6465 7.35355C27.5527 7.25979 27.5 7.13261 27.5 7C27.5 6.86739 27.4473 6.74021 27.3536 6.64645C27.2598 6.55268 27.1326 6.5 27 6.5H5C4.86739 6.5 4.74022 6.55268 4.64645 6.64645C4.55268 6.74021 4.5 6.86739 4.5 7V23C4.5 23.1326 4.55268 23.2598 4.64645 23.3536C4.74022 23.4473 4.86739 23.5 5 23.5H16C16.1326 23.5 16.2598 23.5527 16.3536 23.6464C16.4473 23.7402 16.5 23.8674 16.5 24ZM14.5 17C14.5 17.1326 14.4473 17.2598 14.3536 17.3536C14.2598 17.4473 14.1326 17.5 14 17.5H9C8.86739 17.5 8.74021 17.4473 8.64645 17.3536C8.55268 17.2598 8.5 17.1326 8.5 17C8.5 16.8674 8.55268 16.7402 8.64645 16.6464C8.74021 16.5527 8.86739 16.5 9 16.5H14C14.1326 16.5 14.2598 16.5527 14.3536 16.6464C14.4473 16.7402 14.5 16.8674 14.5 17ZM14.5 13C14.5 13.1326 14.4473 13.2598 14.3536 13.3536C14.2598 13.4473 14.1326 13.5 14 13.5H9C8.86739 13.5 8.74021 13.4473 8.64645 13.3536C8.55268 13.2598 8.5 13.1326 8.5 13C8.5 12.8674 8.55268 12.7402 8.64645 12.6464C8.74021 12.5527 8.86739 12.5 9 12.5H14C14.1326 12.5 14.2598 12.5527 14.3536 12.6464C14.4473 12.7402 14.5 12.8674 14.5 13Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
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 d="M31 16C31.0011 14.8516 30.7196 13.7206 30.1803 12.7066C29.6411 11.6927 28.8607 10.827 27.9079 10.1859C26.9551 9.54477 25.8592 9.14792 24.7168 9.03032C23.5744 8.91272 22.4207 9.07799 21.3573 9.51156C20.2938 9.94512 19.3534 10.6337 18.6189 11.5165C17.8844 12.3993 17.3784 13.4493 17.1455 14.5738C16.9126 15.6983 16.9599 16.8629 17.2833 17.9648C17.6067 19.0668 18.1963 20.0722 19 20.8925V28C18.9999 28.1705 19.0434 28.3383 19.1264 28.4873C19.2093 28.6363 19.329 28.7616 19.4741 28.8513C19.6192 28.941 19.7847 28.9921 19.9551 28.9997C20.1255 29.0074 20.295 28.9713 20.4475 28.895L24 27.1175L27.5525 28.895C27.705 28.9713 27.8745 29.0074 28.0449 28.9997C28.2153 28.9921 28.3808 28.941 28.5259 28.8513C28.671 28.7616 28.7907 28.6363 28.8736 28.4873C28.9566 28.3383 29.0001 28.1705 29 28V20.8925C30.2826 19.5871 31.0008 17.83 31 16ZM24 11C24.9889 11 25.9556 11.2932 26.7779 11.8427C27.6001 12.3921 28.241 13.173 28.6194 14.0866C28.9978 15.0002 29.0969 16.0055 28.9039 16.9755C28.711 17.9454 28.2348 18.8363 27.5355 19.5355C26.8363 20.2348 25.9454 20.711 24.9755 20.9039C24.0056 21.0969 23.0002 20.9978 22.0866 20.6194C21.173 20.241 20.3921 19.6001 19.8427 18.7779C19.2932 17.9556 19 16.9889 19 16C19 14.6739 19.5268 13.4021 20.4645 12.4645C21.4022 11.5268 22.6739 11 24 11ZM24.4475 25.105C24.3086 25.0355 24.1554 24.9993 24 24.9993C23.8446 24.9993 23.6914 25.0355 23.5525 25.105L21 26.3825V22.3237C21.9374 22.769 22.9622 23 24 23C25.0378 23 26.0626 22.769 27 22.3237V26.3825L24.4475 25.105ZM17 24C17 24.2652 16.8946 24.5196 16.7071 24.7071C16.5196 24.8946 16.2652 25 16 25H5C4.46957 25 3.96086 24.7893 3.58579 24.4142C3.21071 24.0391 3 23.5304 3 23V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H27C27.5304 5 28.0391 5.21071 28.4142 5.58579C28.7893 5.96086 29 6.46957 29 7C29 7.26522 28.8946 7.51957 28.7071 7.70711C28.5196 7.89464 28.2652 8 28 8C27.7348 8 27.4804 7.89464 27.2929 7.70711C27.1054 7.51957 27 7.26522 27 7H5V23H16C16.2652 23 16.5196 23.1054 16.7071 23.2929C16.8946 23.4804 17 23.7348 17 24ZM15 17C15 17.2652 14.8946 17.5196 14.7071 17.7071C14.5196 17.8946 14.2652 18 14 18H9C8.73478 18 8.48043 17.8946 8.29289 17.7071C8.10536 17.5196 8 17.2652 8 17C8 16.7348 8.10536 16.4804 8.29289 16.2929C8.48043 16.1054 8.73478 16 9 16H14C14.2652 16 14.5196 16.1054 14.7071 16.2929C14.8946 16.4804 15 16.7348 15 17ZM15 13C15 13.2652 14.8946 13.5196 14.7071 13.7071C14.5196 13.8946 14.2652 14 14 14H9C8.73478 14 8.48043 13.8946 8.29289 13.7071C8.10536 13.5196 8 13.2652 8 13C8 12.7348 8.10536 12.4804 8.29289 12.2929C8.48043 12.1054 8.73478 12 9 12H14C14.2652 12 14.5196 12.1054 14.7071 12.2929C14.8946 12.4804 15 12.7348 15 13Z"
|
|
17
|
+
fill="currentColor" />
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
if (type === "bold") {
|
|
22
|
+
return (
|
|
23
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
24
|
+
<path d="M31 16C31.0007 14.9562 30.7501 13.9276 30.2693 13.0012C29.7885 12.0748 29.0916 11.2778 28.2377 10.6776C27.3837 10.0774 26.3978 9.69164 25.3633 9.55302C24.3287 9.4144 23.276 9.52695 22.2942 9.88116C21.3124 10.2354 20.4303 10.8208 19.7225 11.588C19.0148 12.3551 18.5022 13.2815 18.2281 14.2886C17.954 15.2958 17.9265 16.3541 18.1479 17.3741C18.3693 18.3941 18.8331 19.3458 19.5 20.1488V27.5C19.4994 27.7636 19.5683 28.0227 19.6997 28.2512C19.8311 28.4797 20.0204 28.6696 20.2485 28.8016C20.4766 28.9337 20.7355 29.0033 20.9991 29.0035C21.2627 29.0036 21.5217 28.9343 21.75 28.8025L24.5 27.2275L27.2563 28.8025C27.4844 28.9327 27.7427 29.0008 28.0054 28.9999C28.2681 28.9989 28.5259 28.929 28.7531 28.7971C28.9802 28.6653 29.1688 28.476 29.2999 28.2484C29.431 28.0208 29.5 27.7627 29.5 27.5V20.1488C30.4705 18.9842 31.0014 17.5159 31 16ZM24.5 12.5C25.1922 12.5 25.8689 12.7053 26.4445 13.0899C27.0201 13.4744 27.4687 14.0211 27.7336 14.6606C27.9985 15.3001 28.0678 16.0039 27.9327 16.6828C27.7977 17.3617 27.4644 17.9854 26.9749 18.4749C26.4854 18.9644 25.8617 19.2977 25.1828 19.4327C24.5039 19.5678 23.8001 19.4985 23.1606 19.2336C22.5211 18.9687 21.9744 18.5201 21.5899 17.9445C21.2053 17.3689 21 16.6922 21 16C21 15.0717 21.3687 14.1815 22.0251 13.5251C22.6815 12.8687 23.5717 12.5 24.5 12.5ZM25.25 24.1975C25.0235 24.0682 24.7671 24.0001 24.5063 24.0001C24.2454 24.0001 23.989 24.0682 23.7625 24.1975L22.5 24.915V22.1838C23.8 22.6054 25.2 22.6054 26.5 22.1838V24.915L25.25 24.1975ZM17.5 24C17.5 24.3978 17.342 24.7794 17.0607 25.0607C16.7794 25.342 16.3978 25.5 16 25.5H5C4.33696 25.5 3.70107 25.2366 3.23223 24.7678C2.76339 24.2989 2.5 23.663 2.5 23V7C2.5 6.33696 2.76339 5.70107 3.23223 5.23223C3.70107 4.76339 4.33696 4.5 5 4.5H27C27.663 4.5 28.2989 4.76339 28.7678 5.23223C29.2366 5.70107 29.5 6.33696 29.5 7C29.5005 7.35424 29.3757 7.69723 29.1475 7.96824C28.9194 8.23924 28.6027 8.42076 28.2536 8.48064C27.9044 8.54053 27.5454 8.47492 27.24 8.29543C26.9346 8.11595 26.7026 7.83417 26.585 7.5H5.5V22.5H16C16.3978 22.5 16.7794 22.658 17.0607 22.9393C17.342 23.2206 17.5 23.6022 17.5 24ZM16 17.5C16 17.8978 15.842 18.2794 15.5607 18.5607C15.2794 18.842 14.8978 19 14.5 19H9.5C9.10218 19 8.72064 18.842 8.43934 18.5607C8.15804 18.2794 8 17.8978 8 17.5C8 17.1022 8.15804 16.7206 8.43934 16.4393C8.72064 16.158 9.10218 16 9.5 16H14.5C14.8978 16 15.2794 16.158 15.5607 16.4393C15.842 16.7206 16 17.1022 16 17.5ZM16 12.5C16 12.8978 15.842 13.2794 15.5607 13.5607C15.2794 13.842 14.8978 14 14.5 14H9.5C9.10218 14 8.72064 13.842 8.43934 13.5607C8.15804 13.2794 8 12.8978 8 12.5C8 12.1022 8.15804 11.7206 8.43934 11.4393C8.72064 11.158 9.10218 11 9.5 11H14.5C14.8978 11 15.2794 11.158 15.5607 11.4393C15.842 11.7206 16 12.1022 16 12.5Z"
|
|
25
|
+
fill="currentColor" />
|
|
26
|
+
</svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
if (type === "fill") {
|
|
30
|
+
return (
|
|
31
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
32
|
+
<path d="M29 11.1075V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V23C3 23.5304 3.21071 24.0391 3.58579 24.4142C3.96086 24.7893 4.46957 25 5 25H19V28C18.9999 28.1705 19.0434 28.3383 19.1264 28.4873C19.2093 28.6363 19.329 28.7616 19.4741 28.8513C19.6192 28.941 19.7847 28.9921 19.9551 28.9997C20.1255 29.0074 20.295 28.9713 20.4475 28.895L24 27.1175L27.5525 28.895C27.705 28.9713 27.8745 29.0074 28.0449 28.9997C28.2153 28.9921 28.3808 28.941 28.5259 28.8513C28.671 28.7616 28.7907 28.6363 28.8736 28.4873C28.9566 28.3383 29.0001 28.1705 29 28V20.8925C30.2819 19.5867 31.0002 17.8299 31.0002 16C31.0002 14.1701 30.2819 12.4133 29 11.1075ZM16 18H9C8.73478 18 8.48043 17.8946 8.29289 17.7071C8.10536 17.5196 8 17.2652 8 17C8 16.7348 8.10536 16.4804 8.29289 16.2929C8.48043 16.1054 8.73478 16 9 16H16C16.2652 16 16.5196 16.1054 16.7071 16.2929C16.8946 16.4804 17 16.7348 17 17C17 17.2652 16.8946 17.5196 16.7071 17.7071C16.5196 17.8946 16.2652 18 16 18ZM16 14H9C8.73478 14 8.48043 13.8946 8.29289 13.7071C8.10536 13.5196 8 13.2652 8 13C8 12.7348 8.10536 12.4804 8.29289 12.2929C8.48043 12.1054 8.73478 12 9 12H16C16.2652 12 16.5196 12.1054 16.7071 12.2929C16.8946 12.4804 17 12.7348 17 13C17 13.2652 16.8946 13.5196 16.7071 13.7071C16.5196 13.8946 16.2652 14 16 14ZM27 26.3825L24.4475 25.105C24.3086 25.0355 24.1554 24.9993 24 24.9993C23.8446 24.9993 23.6914 25.0355 23.5525 25.105L21 26.3825V22.3237C21.9374 22.769 22.9622 23 24 23C25.0378 23 26.0626 22.769 27 22.3237V26.3825ZM24 21C23.0111 21 22.0444 20.7068 21.2222 20.1573C20.3999 19.6079 19.759 18.827 19.3806 17.9134C19.0022 16.9998 18.9031 15.9945 19.0961 15.0245C19.289 14.0546 19.7652 13.1637 20.4645 12.4645C21.1637 11.7652 22.0546 11.289 23.0245 11.0961C23.9945 10.9031 24.9998 11.0022 25.9134 11.3806C26.8271 11.759 27.6079 12.3999 28.1574 13.2221C28.7068 14.0444 29 15.0111 29 16C29 17.3261 28.4732 18.5979 27.5355 19.5355C26.5979 20.4732 25.3261 21 24 21Z"
|
|
33
|
+
fill="currentColor" />
|
|
34
|
+
</svg>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
if (type === "duotone") {
|
|
38
|
+
return (
|
|
39
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
40
|
+
<path opacity="0.2" d="M28 7V11.5288C27.4126 11.0035 26.7274 10.599 25.9837 10.3385C25.24 10.078 24.4523 9.96654 23.6654 10.0105C22.8786 10.0544 22.1082 10.2529 21.3981 10.5946C20.688 10.9363 20.0522 11.4145 19.5269 12.0019C19.0016 12.5893 18.5971 13.2744 18.3366 14.0181C18.0761 14.7619 17.9647 15.5496 18.0086 16.3364C18.0525 17.1232 18.251 17.8937 18.5927 18.6038C18.9344 19.3139 19.4126 19.9497 20 20.475V24H5C4.73478 24 4.48043 23.8946 4.29289 23.7071C4.10536 23.5196 4 23.2652 4 23V7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7Z"
|
|
41
|
+
fill="currentColor" />
|
|
42
|
+
<path d="M31 16C31.0011 14.8516 30.7196 13.7206 30.1803 12.7066C29.6411 11.6927 28.8607 10.827 27.9079 10.1859C26.9551 9.54477 25.8592 9.14792 24.7168 9.03032C23.5744 8.91272 22.4207 9.07799 21.3573 9.51156C20.2938 9.94512 19.3534 10.6337 18.6189 11.5165C17.8844 12.3993 17.3784 13.4493 17.1455 14.5738C16.9126 15.6983 16.9599 16.8629 17.2833 17.9648C17.6067 19.0668 18.1963 20.0722 19 20.8925V28C18.9999 28.1705 19.0434 28.3383 19.1264 28.4873C19.2093 28.6363 19.329 28.7616 19.4741 28.8513C19.6192 28.941 19.7847 28.9921 19.9551 28.9997C20.1255 29.0074 20.295 28.9713 20.4475 28.895L24 27.1175L27.5525 28.895C27.705 28.9713 27.8745 29.0074 28.0449 28.9997C28.2153 28.9921 28.3808 28.941 28.5259 28.8513C28.671 28.7616 28.7907 28.6363 28.8736 28.4873C28.9566 28.3383 29.0001 28.1705 29 28V20.8925C30.2826 19.5871 31.0008 17.83 31 16ZM24 11C24.9889 11 25.9556 11.2932 26.7779 11.8427C27.6001 12.3921 28.241 13.173 28.6194 14.0866C28.9978 15.0002 29.0969 16.0055 28.9039 16.9755C28.711 17.9454 28.2348 18.8363 27.5355 19.5355C26.8363 20.2348 25.9454 20.711 24.9755 20.9039C24.0056 21.0969 23.0002 20.9978 22.0866 20.6194C21.173 20.241 20.3921 19.6001 19.8427 18.7779C19.2932 17.9556 19 16.9889 19 16C19 14.6739 19.5268 13.4021 20.4645 12.4645C21.4022 11.5268 22.6739 11 24 11ZM24.4475 25.105C24.3086 25.0355 24.1554 24.9993 24 24.9993C23.8446 24.9993 23.6914 25.0355 23.5525 25.105L21 26.3825V22.3237C21.9374 22.769 22.9622 23 24 23C25.0378 23 26.0626 22.769 27 22.3237V26.3825L24.4475 25.105ZM17 24C17 24.2652 16.8946 24.5196 16.7071 24.7071C16.5196 24.8946 16.2652 25 16 25H5C4.46957 25 3.96086 24.7893 3.58579 24.4142C3.21071 24.0391 3 23.5304 3 23V7C3 6.46957 3.21071 5.96086 3.58579 5.58579C3.96086 5.21071 4.46957 5 5 5H27C27.5304 5 28.0391 5.21071 28.4142 5.58579C28.7893 5.96086 29 6.46957 29 7C29 7.26522 28.8946 7.51957 28.7071 7.70711C28.5196 7.89464 28.2652 8 28 8C27.7348 8 27.4804 7.89464 27.2929 7.70711C27.1054 7.51957 27 7.26522 27 7H5V23H16C16.2652 23 16.5196 23.1054 16.7071 23.2929C16.8946 23.4804 17 23.7348 17 24ZM15 17C15 17.2652 14.8946 17.5196 14.7071 17.7071C14.5196 17.8946 14.2652 18 14 18H9C8.73478 18 8.48043 17.8946 8.29289 17.7071C8.10536 17.5196 8 17.2652 8 17C8 16.7348 8.10536 16.4804 8.29289 16.2929C8.48043 16.1054 8.73478 16 9 16H14C14.2652 16 14.5196 16.1054 14.7071 16.2929C14.8946 16.4804 15 16.7348 15 17ZM15 13C15 13.2652 14.8946 13.5196 14.7071 13.7071C14.5196 13.8946 14.2652 14 14 14H9C8.73478 14 8.48043 13.8946 8.29289 13.7071C8.10536 13.5196 8 13.2652 8 13C8 12.7348 8.10536 12.4804 8.29289 12.2929C8.48043 12.1054 8.73478 12 9 12H14C14.2652 12 14.5196 12.1054 14.7071 12.2929C14.8946 12.4804 15 12.7348 15 13Z"
|
|
43
|
+
fill="currentColor" />
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return (
|
|
49
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
50
|
+
<path d="M30.75 16C30.751 14.8883 30.4773 13.7936 29.9535 12.8132C29.4296 11.8327 28.6717 10.9968 27.747 10.3797C26.8223 9.76258 25.7596 9.38341 24.6532 9.27585C23.5467 9.16828 22.4308 9.33565 21.4046 9.76308C20.3784 10.1905 19.4737 10.8648 18.7707 11.726C18.0678 12.5872 17.5885 13.6087 17.3753 14.6997C17.1621 15.7908 17.2217 16.9175 17.5487 17.98C17.8758 19.0425 18.4602 20.0077 19.25 20.79V28C19.25 28.1278 19.2826 28.2535 19.3448 28.3652C19.407 28.4769 19.4967 28.5708 19.6054 28.638C19.7141 28.7053 19.8382 28.7436 19.9659 28.7494C20.0936 28.7553 20.2206 28.7283 20.335 28.6712L24 26.8387L27.665 28.6712C27.7691 28.7231 27.8837 28.7501 28 28.75C28.1392 28.7502 28.2757 28.7112 28.3937 28.6375C28.5025 28.5704 28.5924 28.4766 28.6547 28.365C28.7171 28.2535 28.7499 28.1278 28.75 28V20.79C29.3839 20.1638 29.8872 19.4179 30.2305 18.5956C30.5738 17.7733 30.7504 16.8911 30.75 16ZM18.75 16C18.75 14.9616 19.0579 13.9466 19.6348 13.0833C20.2117 12.2199 21.0316 11.547 21.9909 11.1496C22.9502 10.7523 24.0058 10.6483 25.0242 10.8509C26.0426 11.0534 26.9781 11.5535 27.7123 12.2877C28.4465 13.0219 28.9466 13.9574 29.1491 14.9758C29.3517 15.9942 29.2477 17.0498 28.8504 18.0091C28.453 18.9684 27.7801 19.7883 26.9167 20.3652C26.0534 20.9421 25.0384 21.25 24 21.25C22.6076 21.25 21.2723 20.6969 20.2877 19.7123C19.3031 18.7277 18.75 17.3924 18.75 16ZM27.25 26.7862L24.335 25.3287C24.231 25.2768 24.1163 25.2498 24 25.2498C23.8837 25.2498 23.769 25.2768 23.665 25.3287L20.75 26.7862V21.9112C21.7454 22.4598 22.8635 22.7475 24 22.7475C25.1365 22.7475 26.2546 22.4598 27.25 21.9112V26.7862ZM16.75 24C16.75 24.1989 16.671 24.3897 16.5303 24.5303C16.3897 24.671 16.1989 24.75 16 24.75H5C4.53587 24.75 4.09075 24.5656 3.76256 24.2374C3.43437 23.9092 3.25 23.4641 3.25 23V7C3.25 6.53587 3.43437 6.09075 3.76256 5.76256C4.09075 5.43437 4.53587 5.25 5 5.25H27C27.4641 5.25 27.9092 5.43437 28.2374 5.76256C28.5656 6.09075 28.75 6.53587 28.75 7C28.75 7.19891 28.671 7.38968 28.5303 7.53033C28.3897 7.67098 28.1989 7.75 28 7.75C27.8011 7.75 27.6103 7.67098 27.4697 7.53033C27.329 7.38968 27.25 7.19891 27.25 7C27.25 6.9337 27.2237 6.87011 27.1768 6.82322C27.1299 6.77634 27.0663 6.75 27 6.75H5C4.9337 6.75 4.87011 6.77634 4.82322 6.82322C4.77634 6.87011 4.75 6.9337 4.75 7V23C4.75 23.0663 4.77634 23.1299 4.82322 23.1768C4.87011 23.2237 4.9337 23.25 5 23.25H16C16.1989 23.25 16.3897 23.329 16.5303 23.4697C16.671 23.6103 16.75 23.8011 16.75 24ZM14.75 17C14.75 17.1989 14.671 17.3897 14.5303 17.5303C14.3897 17.671 14.1989 17.75 14 17.75H9C8.80109 17.75 8.61032 17.671 8.46967 17.5303C8.32902 17.3897 8.25 17.1989 8.25 17C8.25 16.8011 8.32902 16.6103 8.46967 16.4697C8.61032 16.329 8.80109 16.25 9 16.25H14C14.1989 16.25 14.3897 16.329 14.5303 16.4697C14.671 16.6103 14.75 16.8011 14.75 17ZM14.75 13C14.75 13.1989 14.671 13.3897 14.5303 13.5303C14.3897 13.671 14.1989 13.75 14 13.75H9C8.80109 13.75 8.61032 13.671 8.46967 13.5303C8.32902 13.3897 8.25 13.1989 8.25 13C8.25 12.8011 8.32902 12.6103 8.46967 12.4697C8.61032 12.329 8.80109 12.25 9 12.25H14C14.1989 12.25 14.3897 12.329 14.5303 12.4697C14.671 12.6103 14.75 12.8011 14.75 13Z"
|
|
51
|
+
fill="currentColor" />
|
|
52
|
+
</svg>
|
|
53
|
+
);
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
export default Certificate;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const GraduationCap = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
width="32"
|
|
9
|
+
height="32"
|
|
10
|
+
viewBox="0 0 32 32"
|
|
11
|
+
fill="none"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
d="M31.2348 11.5587L16.2348 3.55867C16.1625 3.52015 16.0818 3.5 15.9998 3.5C15.9179 3.5 15.8372 3.52015 15.7648 3.55867L0.764844 11.5587C0.684846 11.6013 0.617944 11.6649 0.571294 11.7426C0.524643 11.8203 0.5 11.9093 0.5 11.9999C0.5 12.0906 0.524643 12.1795 0.571294 12.2572C0.617944 12.335 0.684846 12.3985 0.764844 12.4412L4.49984 14.4337V20.7862C4.49698 21.1544 4.63057 21.5106 4.87484 21.7862C6.45609 23.5474 9.99984 26.5024 15.9998 26.5024C18.6248 26.5024 20.7748 25.9374 22.4998 25.1537V29.9999C22.4998 30.1325 22.5525 30.2597 22.6463 30.3535C22.7401 30.4472 22.8672 30.4999 22.9998 30.4999C23.1325 30.4999 23.2596 30.4472 23.3534 30.3535C23.4472 30.2597 23.4998 30.1325 23.4998 29.9999V24.6474C24.8589 23.9009 26.084 22.933 27.1248 21.7837C27.3689 21.508 27.5025 21.1518 27.4998 20.7837V14.4337L31.2348 12.4412C31.3148 12.3985 31.3817 12.335 31.4284 12.2572C31.475 12.1795 31.4997 12.0906 31.4997 11.9999C31.4997 11.9093 31.475 11.8203 31.4284 11.7426C31.3817 11.6649 31.3148 11.6013 31.2348 11.5587ZM15.9998 25.4999C10.3961 25.4999 7.09359 22.7499 5.62484 21.1149C5.54393 21.0246 5.49939 20.9074 5.49984 20.7862V14.9662L15.7648 20.4412C15.8372 20.4797 15.9179 20.4998 15.9998 20.4998C16.0818 20.4998 16.1625 20.4797 16.2348 20.4412L22.4998 17.0999V24.0412C20.8223 24.8749 18.6736 25.4999 15.9998 25.4999ZM26.4998 20.7862C26.4997 20.9077 26.4552 21.025 26.3748 21.1162C25.5365 22.0427 24.568 22.8428 23.4998 23.4912V16.5662L26.4998 14.9662V20.7862ZM23.4261 15.4724C23.3795 15.3964 23.3135 15.3343 23.2348 15.2924L16.2348 11.5587C16.1181 11.499 15.9825 11.4876 15.8575 11.527C15.7324 11.5663 15.6277 11.6532 15.5661 11.7689C15.5045 11.8846 15.4907 12.02 15.5279 12.1457C15.5651 12.2714 15.6502 12.3776 15.7648 12.4412L22.4373 15.9999L15.9998 19.4337L2.06234 11.9999L15.9998 4.56617L29.9373 11.9999L23.4261 15.4724Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
if (type === "regular") {
|
|
21
|
+
return (
|
|
22
|
+
<svg
|
|
23
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
24
|
+
width="32"
|
|
25
|
+
height="32"
|
|
26
|
+
viewBox="0 0 32 32"
|
|
27
|
+
fill="none"
|
|
28
|
+
>
|
|
29
|
+
<path
|
|
30
|
+
d="M31.4697 11.1176L16.4697 3.11758C16.325 3.04054 16.1636 3.00024 15.9997 3.00024C15.8358 3.00024 15.6744 3.04054 15.5297 3.11758L0.529688 11.1176C0.369693 11.2028 0.235888 11.33 0.142587 11.4854C0.0492867 11.6409 0 11.8188 0 12.0001C0 12.1814 0.0492867 12.3593 0.142587 12.5147C0.235888 12.6702 0.369693 12.7973 0.529688 12.8826L3.99969 14.7338V20.7863C3.99865 21.2775 4.17942 21.7517 4.50719 22.1176C6.14469 23.9413 9.81344 27.0001 15.9997 27.0001C18.0509 27.017 20.0867 26.6455 21.9997 25.9051V30.0001C21.9997 30.2653 22.105 30.5196 22.2926 30.7072C22.4801 30.8947 22.7345 31.0001 22.9997 31.0001C23.2649 31.0001 23.5193 30.8947 23.7068 30.7072C23.8943 30.5196 23.9997 30.2653 23.9997 30.0001V24.9388C25.3037 24.1861 26.4821 23.2342 27.4922 22.1176C27.82 21.7517 28.0007 21.2775 27.9997 20.7863V14.7338L31.4697 12.8826C31.6297 12.7973 31.7635 12.6702 31.8568 12.5147C31.9501 12.3593 31.9994 12.1814 31.9994 12.0001C31.9994 11.8188 31.9501 11.6409 31.8568 11.4854C31.7635 11.33 31.6297 11.2028 31.4697 11.1176ZM15.9997 25.0001C10.5909 25.0001 7.40969 22.3576 5.99969 20.7863V15.8001L15.5297 20.8826C15.6744 20.9596 15.8358 20.9999 15.9997 20.9999C16.1636 20.9999 16.325 20.9596 16.4697 20.8826L21.9997 17.9338V23.7263C20.4247 24.4613 18.4397 25.0001 15.9997 25.0001ZM25.9997 20.7813C25.4002 21.4465 24.7296 22.0438 23.9997 22.5626V16.8663L25.9997 15.8001V20.7813ZM23.4997 14.8676L23.4722 14.8513L16.4722 11.1176C16.2386 10.9983 15.9676 10.9755 15.7174 11.0542C15.4672 11.1328 15.258 11.3066 15.1347 11.5381C15.0114 11.7695 14.984 12.0402 15.0583 12.2917C15.1327 12.5431 15.3029 12.7554 15.5322 12.8826L21.3747 16.0001L15.9997 18.8663L3.12469 12.0001L15.9997 5.13383L28.8747 12.0001L23.4997 14.8676Z"
|
|
31
|
+
fill="currentColor"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
if (type === "bold") {
|
|
37
|
+
return (
|
|
38
|
+
<svg
|
|
39
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
40
|
+
width="32"
|
|
41
|
+
height="32"
|
|
42
|
+
viewBox="0 0 32 32"
|
|
43
|
+
fill="none"
|
|
44
|
+
>
|
|
45
|
+
<path
|
|
46
|
+
d="M31.2258 10.6864L16.7258 2.68636C16.5038 2.5638 16.2543 2.49951 16.0008 2.49951C15.7472 2.49951 15.4978 2.5638 15.2758 2.68636L0.775769 10.6864C0.541317 10.8161 0.345891 11.0062 0.209808 11.237C0.0737253 11.4679 0.00195312 11.7309 0.00195312 11.9989C0.00195312 12.2668 0.0737253 12.5299 0.209808 12.7607C0.345891 12.9915 0.541317 13.1816 0.775769 13.3114L3.50077 14.8114V20.7814C3.49978 21.3959 3.72644 21.9891 4.13702 22.4464C5.82952 24.3376 9.62577 27.5001 16.0008 27.5001C17.6938 27.5092 19.3788 27.267 21.0008 26.7814V30.0001C21.0008 30.3979 21.1588 30.7795 21.4401 31.0608C21.7214 31.3421 22.1029 31.5001 22.5008 31.5001C22.8986 31.5001 23.2801 31.3421 23.5614 31.0608C23.8427 30.7795 24.0008 30.3979 24.0008 30.0001V25.5151C25.4495 24.7149 26.7552 23.6796 27.8645 22.4514C28.2751 21.9941 28.5018 21.4009 28.5008 20.7864V14.8164L31.2258 13.3164C31.4602 13.1866 31.6556 12.9965 31.7917 12.7657C31.9278 12.5349 31.9996 12.2718 31.9996 12.0039C31.9996 11.7359 31.9278 11.4729 31.7917 11.242C31.6556 11.0112 31.4602 10.8211 31.2258 10.6914V10.6864ZM16.0008 5.71386L27.3958 12.0001L23.2508 14.2876C23.243 14.283 23.2355 14.278 23.2283 14.2726L16.7283 10.6864C16.3812 10.507 15.9779 10.4701 15.6041 10.5835C15.2303 10.6969 14.9154 10.9517 14.7266 11.2936C14.5377 11.6356 14.4896 12.0377 14.5927 12.4145C14.6957 12.7913 14.9417 13.1131 15.2783 13.3114L20.1533 15.9976L16.0008 18.2876L4.60577 12.0001L16.0008 5.71386ZM16.0008 24.5001C10.9483 24.5001 7.91952 22.1164 6.50077 20.5914V16.4664L15.2758 21.3089C15.4978 21.4314 15.7472 21.4957 16.0008 21.4957C16.2543 21.4957 16.5038 21.4314 16.7258 21.3089L21.0008 18.9551V23.6089C19.4035 24.2125 17.7082 24.5147 16.0008 24.5001ZM25.5008 20.5914C25.0408 21.0843 24.5389 21.5364 24.0008 21.9426V17.2989L25.5008 16.4714V20.5914Z"
|
|
47
|
+
fill="currentColor"
|
|
48
|
+
/>
|
|
49
|
+
</svg>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
if (type === "fill") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
56
|
+
width="32"
|
|
57
|
+
height="32"
|
|
58
|
+
viewBox="0 0 32 32"
|
|
59
|
+
fill="none"
|
|
60
|
+
>
|
|
61
|
+
<path
|
|
62
|
+
d="M21.9997 25.9051C22.6895 25.6333 23.358 25.3103 23.9997 24.9388V30.0001C23.9997 30.2653 23.8943 30.5196 23.7068 30.7072C23.5193 30.8947 23.2649 31.0001 22.9997 31.0001C22.7345 31.0001 22.4801 30.8947 22.2926 30.7072C22.105 30.5196 21.9997 30.2653 21.9997 30.0001V25.9051ZM23.4697 14.8513L16.4697 11.1176C16.2361 10.9983 15.9651 10.9755 15.7149 11.0542C15.4647 11.1328 15.2555 11.3066 15.1322 11.5381C15.0089 11.7695 14.9815 12.0402 15.0558 12.2917C15.1302 12.5431 15.3004 12.7554 15.5297 12.8826L21.3747 16.0001L23.4997 14.8676L23.4697 14.8513ZM31.4697 11.1176L16.4697 3.11758C16.325 3.04054 16.1636 3.00024 15.9997 3.00024C15.8358 3.00024 15.6744 3.04054 15.5297 3.11758L0.529688 11.1176C0.369693 11.2028 0.235888 11.33 0.142587 11.4854C0.0492867 11.6409 0 11.8188 0 12.0001C0 12.1814 0.0492867 12.3593 0.142587 12.5147C0.235888 12.6702 0.369693 12.7973 0.529688 12.8826L3.99969 14.7338V20.7863C3.99865 21.2775 4.17942 21.7517 4.50719 22.1176C6.14469 23.9413 9.81344 27.0001 15.9997 27.0001C18.0509 27.017 20.0867 26.6455 21.9997 25.9051V16.3338L21.3747 16.0001L15.9997 18.8663L5.47844 13.2501L3.12469 12.0001L15.9997 5.13383L28.8747 12.0001L26.5272 13.2501H26.5197L23.4997 14.8676C23.6517 14.9554 23.778 15.0816 23.8658 15.2337C23.9535 15.3858 23.9997 15.5583 23.9997 15.7338V24.9388C25.3037 24.1861 26.4821 23.2342 27.4922 22.1176C27.82 21.7517 28.0007 21.2775 27.9997 20.7863V14.7338L31.4697 12.8826C31.6297 12.7973 31.7635 12.6702 31.8568 12.5147C31.9501 12.3593 31.9994 12.1814 31.9994 12.0001C31.9994 11.8188 31.9501 11.6409 31.8568 11.4854C31.7635 11.33 31.6297 11.2028 31.4697 11.1176Z"
|
|
63
|
+
fill="currentColor"
|
|
64
|
+
/>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
if (type === "duotone") {
|
|
69
|
+
return (
|
|
70
|
+
<svg
|
|
71
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
72
|
+
width="32"
|
|
73
|
+
height="32"
|
|
74
|
+
viewBox="0 0 32 32"
|
|
75
|
+
fill="none"
|
|
76
|
+
>
|
|
77
|
+
<path
|
|
78
|
+
opacity="0.2"
|
|
79
|
+
d="M27 14.1338V20.7863C27.0006 21.0307 26.9116 21.2668 26.75 21.45C25.3375 23.0238 21.8875 26 16 26C10.1125 26 6.665 23.0238 5.25 21.45C5.08837 21.2668 4.99944 21.0307 5 20.7863V14.1338L16 20L27 14.1338Z"
|
|
80
|
+
fill="currentColor"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
d="M31.4697 11.1176L16.4697 3.11758C16.325 3.04054 16.1636 3.00024 15.9997 3.00024C15.8358 3.00024 15.6744 3.04054 15.5297 3.11758L0.529688 11.1176C0.369693 11.2028 0.235888 11.33 0.142587 11.4854C0.0492867 11.6409 0 11.8188 0 12.0001C0 12.1814 0.0492867 12.3593 0.142587 12.5147C0.235888 12.6702 0.369693 12.7973 0.529688 12.8826L3.99969 14.7338V20.7863C3.99865 21.2775 4.17942 21.7517 4.50719 22.1176C6.14469 23.9413 9.81344 27.0001 15.9997 27.0001C18.0509 27.017 20.0867 26.6455 21.9997 25.9051V30.0001C21.9997 30.2653 22.105 30.5196 22.2926 30.7072C22.4801 30.8947 22.7345 31.0001 22.9997 31.0001C23.2649 31.0001 23.5193 30.8947 23.7068 30.7072C23.8943 30.5196 23.9997 30.2653 23.9997 30.0001V24.9388C25.3037 24.1861 26.4821 23.2342 27.4922 22.1176C27.82 21.7517 28.0007 21.2775 27.9997 20.7863V14.7338L31.4697 12.8826C31.6297 12.7973 31.7635 12.6702 31.8568 12.5147C31.9501 12.3593 31.9994 12.1814 31.9994 12.0001C31.9994 11.8188 31.9501 11.6409 31.8568 11.4854C31.7635 11.33 31.6297 11.2028 31.4697 11.1176ZM15.9997 25.0001C10.5909 25.0001 7.40969 22.3576 5.99969 20.7863V15.8001L15.5297 20.8826C15.6744 20.9596 15.8358 20.9999 15.9997 20.9999C16.1636 20.9999 16.325 20.9596 16.4697 20.8826L21.9997 17.9338V23.7263C20.4247 24.4613 18.4397 25.0001 15.9997 25.0001ZM25.9997 20.7813C25.4002 21.4465 24.7296 22.0438 23.9997 22.5626V16.8663L25.9997 15.8001V20.7813ZM23.4997 14.8676L23.4722 14.8513L16.4722 11.1176C16.2386 10.9983 15.9676 10.9755 15.7174 11.0542C15.4672 11.1328 15.258 11.3066 15.1347 11.5381C15.0114 11.7695 14.984 12.0402 15.0583 12.2917C15.1327 12.5431 15.3029 12.7554 15.5322 12.8826L21.3747 16.0001L15.9997 18.8663L3.12469 12.0001L15.9997 5.13383L28.8747 12.0001L23.4997 14.8676Z"
|
|
84
|
+
fill="currentColor"
|
|
85
|
+
/>
|
|
86
|
+
</svg>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
return (
|
|
90
|
+
<svg
|
|
91
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
92
|
+
width="32"
|
|
93
|
+
height="32"
|
|
94
|
+
viewBox="0 0 32 32"
|
|
95
|
+
fill="none"
|
|
96
|
+
>
|
|
97
|
+
<path
|
|
98
|
+
d="M31.3531 11.3388L16.3531 3.33877C16.2447 3.28034 16.1236 3.24976 16.0005 3.24976C15.8775 3.24976 15.7564 3.28034 15.648 3.33877L0.648049 11.3388C0.528364 11.4028 0.428309 11.4982 0.358553 11.6146C0.288796 11.7311 0.251953 11.8643 0.251953 12C0.251953 12.1358 0.288796 12.269 0.358553 12.3854C0.428309 12.5019 0.528364 12.5972 0.648049 12.6613L4.25055 14.5838V20.7863C4.25044 21.2159 4.40839 21.6306 4.6943 21.9513C6.30305 23.7425 9.9118 26.75 16.0005 26.75C18.1446 26.7701 20.2705 26.3564 22.2505 25.5338V30C22.2505 30.1989 22.3296 30.3897 22.4702 30.5303C22.6109 30.671 22.8016 30.75 23.0005 30.75C23.1995 30.75 23.3902 30.671 23.5309 30.5303C23.6715 30.3897 23.7505 30.1989 23.7505 30V24.7938C25.0817 24.0441 26.2827 23.0837 27.3068 21.95C27.5933 21.6302 27.7514 21.2157 27.7505 20.7863V14.5838L31.3531 12.6613C31.4727 12.5972 31.5728 12.5019 31.6425 12.3854C31.7123 12.269 31.7491 12.1358 31.7491 12C31.7491 11.8643 31.7123 11.7311 31.6425 11.6146C31.5728 11.4982 31.4727 11.4028 31.3531 11.3388ZM16.0005 25.25C10.5005 25.25 7.25055 22.555 5.81055 20.9488C5.77182 20.9035 5.75054 20.8458 5.75055 20.7863V15.3838L15.648 20.6613C15.7566 20.719 15.8776 20.7493 16.0005 20.7493C16.1235 20.7493 16.2445 20.719 16.3531 20.6613L22.2505 17.5163V23.8913C20.6255 24.6688 18.5568 25.25 16.0005 25.25ZM26.2505 20.7863C26.2506 20.8458 26.2293 20.9035 26.1905 20.9488C25.4702 21.7468 24.6501 22.4488 23.7505 23.0375V16.7163L26.2505 15.3838V20.7863ZM23.4818 15.1613C23.4431 15.1277 23.4013 15.0979 23.3568 15.0725L16.3568 11.34C16.1824 11.2563 15.9824 11.2431 15.7986 11.3034C15.6147 11.3636 15.4613 11.4926 15.3703 11.6633C15.2793 11.834 15.2577 12.0333 15.3102 12.2195C15.3627 12.4057 15.4851 12.5644 15.6518 12.6625L21.9068 16L16.0005 19.15L2.5943 12L16.0005 4.85002L29.4068 12L23.4818 15.1613Z"
|
|
99
|
+
fill="currentColor"
|
|
100
|
+
/>
|
|
101
|
+
</svg>
|
|
102
|
+
);
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
export default GraduationCap;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Cricket = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M240.49,84.2,187.8,31.51a12,12,0,0,0-17,0L63.52,138.83a12,12,0,0,0,0,17L87,179.31,37.17,229.17a4,4,0,0,0,5.66,5.66L92.69,185l23.51,23.51a12,12,0,0,0,17,0L240.49,101.17A12,12,0,0,0,240.49,84.2Zm-113,118.63a4,4,0,0,1-5.66,0L98.34,179.31l32.49-32.48a4,4,0,0,0-5.66-5.66L92.69,173.66,69.17,150.14a4,4,0,0,1,0-5.66L105.66,108H164v58.34ZM234.83,95.51,172,158.34V104a4,4,0,0,0-4-4H113.66l62.83-62.83a4,4,0,0,1,5.66,0l52.68,52.68A4,4,0,0,1,234.83,95.51ZM60,84A24,24,0,1,0,36,60,24,24,0,0,0,60,84Zm0-40A16,16,0,1,1,44,60,16,16,0,0,1,60,44Z"></path></svg>
|
|
6
|
+
}
|
|
7
|
+
if (type === "regular") {
|
|
8
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M243.31,81.37,190.63,28.69a16,16,0,0,0-22.63,0L60.69,136a16,16,0,0,0,0,22.63l20.68,20.68-47,47a8,8,0,0,0,11.32,11.32l47-47,20.68,20.68a16,16,0,0,0,22.63,0L243.31,104a16,16,0,0,0,0-22.63ZM124.69,200,104,179.31l29.66-29.65a8,8,0,0,0-11.32-11.32L92.69,168,72,147.31,107.31,112H160v52.69ZM232,92.69l-56,56V104a8,8,0,0,0-8-8H123.31l56-56L232,92.68ZM60,88A28,28,0,1,0,32,60,28,28,0,0,0,60,88Zm0-40A12,12,0,1,1,48,60,12,12,0,0,1,60,48Z"></path></svg>
|
|
9
|
+
}
|
|
10
|
+
if (type === "bold") {
|
|
11
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M246.15,78.54,193.46,25.85a20,20,0,0,0-28.28,0L57.86,133.17a20,20,0,0,0,0,28.28l17.86,17.86-44.2,44.2a12,12,0,0,0,17,17l44.2-44.21,17.86,17.86a20,20,0,0,0,28.28,0L246.15,106.82A20,20,0,0,0,246.15,78.54ZM124.69,194.34l-15-15,26.83-26.83a12,12,0,0,0-17-17L92.69,162.34l-15-15L109,116h47v47ZM180,139V104a12,12,0,0,0-12-12H133l46.34-46.34,47,47ZM60,92A32,32,0,1,0,28,60,32,32,0,0,0,60,92Zm0-40a8,8,0,1,1-8,8A8,8,0,0,1,60,52Z"></path></svg>
|
|
12
|
+
}
|
|
13
|
+
if (type === "fill") {
|
|
14
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M243.31,81.37,190.63,28.69a16,16,0,0,0-22.63,0L60.69,136a16,16,0,0,0,0,22.63l20.68,20.68-47,47a8,8,0,0,0,11.32,11.32l47-47,20.68,20.68a16,16,0,0,0,22.63,0L243.31,104a16,16,0,0,0,0-22.63ZM124.69,200,104,179.31l29.66-29.65a8,8,0,0,0-11.32-11.32L92.69,168,72,147.31,107.31,112H160v52.69ZM32,60A28,28,0,1,1,60,88,28,28,0,0,1,32,60Z"></path></svg>
|
|
15
|
+
}
|
|
16
|
+
if (type === "duotone") {
|
|
17
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M168,104v64l-37.66,37.66a8,8,0,0,1-11.31,0L66.34,153a8,8,0,0,1,0-11.31L104,104ZM80,60A20,20,0,1,0,60,80,20,20,0,0,0,80,60Z" opacity="0.2"></path><path d="M243.31,81.37,190.63,28.69a16,16,0,0,0-22.63,0L60.69,136a16,16,0,0,0,0,22.63l20.68,20.68-47,47a8,8,0,0,0,11.32,11.32l47-47,20.68,20.68a16,16,0,0,0,22.63,0L243.31,104a16,16,0,0,0,0-22.63ZM124.69,200,104,179.31l29.66-29.65a8,8,0,0,0-11.32-11.32L92.69,168,72,147.31,107.31,112H160v52.69ZM232,92.69l-56,56V104a8,8,0,0,0-8-8H123.31l56-56L232,92.68ZM60,88A28,28,0,1,0,32,60,28,28,0,0,0,60,88Zm0-40A12,12,0,1,1,48,60,12,12,0,0,1,60,48Z"></path></svg>
|
|
18
|
+
}
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M241.9,82.79,189.21,30.1a14,14,0,0,0-19.79,0L62.1,137.42a14,14,0,0,0,0,19.79l22.1,22.1L35.76,227.76a6,6,0,1,0,8.48,8.48L92.69,187.8l22.1,22.1a14,14,0,0,0,19.79,0L241.9,102.58a14,14,0,0,0,0-19.79ZM126.1,201.42a2,2,0,0,1-2.83,0l-22.1-22.11,31.07-31.07a6,6,0,0,0-8.48-8.48L92.69,170.83l-22.11-22.1a2,2,0,0,1,0-2.83l35.9-35.9H162v55.52ZM233.42,94.1,174,153.52V104a6,6,0,0,0-6-6H118.48L177.9,38.58a2,2,0,0,1,2.83,0l52.69,52.69A2,2,0,0,1,233.42,94.1ZM60,86A26,26,0,1,0,34,60,26,26,0,0,0,60,86Zm0-40A14,14,0,1,1,46,60,14,14,0,0,1,60,46Z"></path></svg>
|
|
20
|
+
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export default Cricket;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Football = ({ 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 d="M28.1403 6.81998C28.0146 6.08064 27.6623 5.39864 27.132 4.86835C26.6017 4.33805 25.9197 3.98568 25.1803 3.85998C21.2291 3.18998 13.7853 2.88123 8.33283 8.33248C2.88033 13.7837 3.19033 21.2287 3.86033 25.18C3.98603 25.9193 4.3384 26.6013 4.8687 27.1316C5.39899 27.6619 6.08099 28.0143 6.82033 28.14C8.21165 28.3767 9.62027 28.4971 11.0316 28.5C14.9441 28.5 19.8053 27.5287 23.6678 23.6675C29.1253 18.215 28.8103 10.7712 28.1403 6.81998ZM20.9278 4.48748C22.2975 4.49239 23.6644 4.61197 25.0141 4.84498C25.5484 4.93703 26.0412 5.19231 26.4246 5.57572C26.808 5.95913 27.0633 6.45187 27.1553 6.98623C27.4919 8.88787 27.5894 10.8242 27.4453 12.75L19.2503 4.55373C19.7916 4.51123 20.3491 4.48748 20.9278 4.48748ZM6.98658 27.155C6.45222 27.0629 5.95948 26.8077 5.57607 26.4242C5.19265 26.0408 4.93738 25.5481 4.84533 25.0137C4.50871 23.1121 4.41128 21.1758 4.55533 19.25L12.7503 27.445C10.8245 27.589 8.88822 27.4916 6.98658 27.155ZM22.9603 22.96C21.4328 24.4887 18.5566 26.6275 14.0153 27.3012L4.69908 17.985C5.37533 13.4437 7.51158 10.5675 9.04033 9.03998C10.5691 7.51248 13.4453 5.37498 17.9866 4.69998L27.3016 14.015C26.6253 18.5562 24.4891 21.4325 22.9603 22.96ZM20.3516 11.6487C20.4451 11.7425 20.4976 11.8695 20.4976 12.0019C20.4976 12.1343 20.4451 12.2612 20.3516 12.355L18.2066 14.5L19.3528 15.645C19.4467 15.7388 19.4994 15.866 19.4994 15.9987C19.4994 16.1314 19.4467 16.2587 19.3528 16.3525C19.259 16.4463 19.1318 16.499 18.9991 16.499C18.8664 16.499 18.7392 16.4463 18.6453 16.3525L17.5003 15.2075L15.2078 17.5L16.3541 18.6462C16.4479 18.7401 16.5006 18.8673 16.5006 19C16.5006 19.1327 16.4479 19.2599 16.3541 19.3537C16.2603 19.4476 16.133 19.5003 16.0003 19.5003C15.8676 19.5003 15.7404 19.4476 15.6466 19.3537L14.5003 18.2062L12.3553 20.3512C12.3098 20.4014 12.2546 20.4419 12.1931 20.4701C12.1315 20.4983 12.0648 20.5137 11.9971 20.5154C11.9294 20.517 11.8621 20.5049 11.7992 20.4798C11.7363 20.4546 11.6791 20.417 11.6313 20.3691C11.5834 20.3212 11.5457 20.264 11.5205 20.2011C11.4954 20.1383 11.4833 20.0709 11.485 20.0032C11.4866 19.9355 11.502 19.8688 11.5302 19.8072C11.5585 19.7457 11.5989 19.6905 11.6491 19.645L13.7941 17.5L12.6478 16.355C12.6014 16.3085 12.5645 16.2534 12.5394 16.1927C12.5142 16.132 12.5013 16.0669 12.5013 16.0012C12.5013 15.9355 12.5142 15.8705 12.5394 15.8098C12.5645 15.7491 12.6014 15.6939 12.6478 15.6475C12.6943 15.601 12.7494 15.5642 12.8101 15.539C12.8708 15.5139 12.9359 15.501 13.0016 15.501C13.0673 15.501 13.1323 15.5139 13.193 15.539C13.2537 15.5642 13.3089 15.601 13.3553 15.6475L14.5016 16.7937L16.7928 14.5L15.6466 13.3537C15.5528 13.2599 15.5001 13.1327 15.5001 13C15.5001 12.8673 15.5528 12.7401 15.6466 12.6462C15.7404 12.5524 15.8676 12.4997 16.0003 12.4997C16.133 12.4997 16.2603 12.5524 16.3541 12.6462L17.4991 13.7925L19.6453 11.6475C19.7392 11.5541 19.8663 11.5019 19.9987 11.5021C20.1311 11.5023 20.258 11.5551 20.3516 11.6487Z" fill="currentColor" />
|
|
8
|
+
</svg>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return (
|
|
13
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
14
|
+
<path d="M28.6322 6.73624C28.4894 5.89468 28.0884 5.11835 27.4849 4.51477C26.8813 3.9112 26.105 3.51026 25.2634 3.36749C21.2172 2.68124 13.5897 2.36749 7.97966 7.97999C2.36966 13.5925 2.68091 21.2175 3.36716 25.2637C3.51031 26.1062 3.91217 26.8831 4.51696 27.4868C5.12175 28.0905 5.89946 28.4909 6.74216 28.6325C8.15985 28.8743 9.59525 28.9972 11.0334 29C15.0447 29 20.0397 28 24.0197 24.02C29.6309 18.41 29.3184 10.7825 28.6322 6.73624ZM20.9309 4.98624C22.2717 4.99097 23.6097 5.10804 24.9309 5.33624C25.3636 5.41014 25.7626 5.61668 26.0728 5.92729C26.3829 6.23789 26.5889 6.6372 26.6622 7.06999C26.9201 8.56478 27.0331 10.081 26.9997 11.5975L20.4009 4.99999C20.5759 4.98999 20.7497 4.98749 20.9309 4.98749V4.98624ZM7.06966 26.6625C6.63693 26.5889 6.23777 26.3826 5.92739 26.0723C5.61701 25.7619 5.41075 25.3627 5.33716 24.93C5.07926 23.4352 4.96623 21.919 4.99966 20.4025L11.5972 27C10.0806 27.034 8.56438 26.921 7.06966 26.6625ZM22.6072 22.6075C21.1559 24.0575 18.4484 26.0737 14.1859 26.7662L5.23341 17.8137C5.92591 13.5512 7.94216 10.8437 9.39216 9.39249C10.8422 7.94124 13.5497 5.92499 17.8122 5.23249L26.7659 14.1862C26.0734 18.4487 24.0572 21.1562 22.6072 22.6075ZM20.7047 11.295C20.8921 11.4825 20.9973 11.7368 20.9973 12.0019C20.9973 12.267 20.8921 12.5212 20.7047 12.7087L18.9122 14.5L19.7047 15.2925C19.8035 15.3839 19.8828 15.4944 19.9379 15.6172C19.993 15.74 20.0227 15.8727 20.0253 16.0073C20.0279 16.1419 20.0033 16.2756 19.9529 16.4005C19.9026 16.5254 19.8275 16.6388 19.7323 16.7339C19.6371 16.8291 19.5236 16.904 19.3987 16.9542C19.2738 17.0045 19.14 17.029 19.0054 17.0263C18.8709 17.0236 18.7382 16.9937 18.6154 16.9385C18.4926 16.8833 18.3823 16.8039 18.2909 16.705L17.4997 15.9137L15.9134 17.5L16.7059 18.2925C16.8048 18.3838 16.8842 18.4942 16.9394 18.617C16.9947 18.7398 17.0245 18.8724 17.0272 19.007C17.0299 19.1416 17.0054 19.2754 16.9552 19.4003C16.9049 19.5252 16.83 19.6386 16.7348 19.7339C16.6397 19.8291 16.5263 19.9042 16.4014 19.9545C16.2766 20.0049 16.1428 20.0295 16.0082 20.0269C15.8736 20.0243 15.7409 19.9946 15.6181 19.9395C15.4953 19.8844 15.3848 19.805 15.2934 19.7062L14.4997 18.9125L12.7072 20.705C12.6152 20.8018 12.5048 20.8791 12.3825 20.9326C12.2602 20.986 12.1284 21.0144 11.995 21.0161C11.8615 21.0178 11.7291 20.9928 11.6054 20.9425C11.4818 20.8922 11.3695 20.8177 11.2751 20.7233C11.1807 20.6289 11.1062 20.5166 11.0559 20.393C11.0056 20.2693 10.9806 20.1369 10.9823 20.0034C10.984 19.8699 11.0124 19.7382 11.0658 19.6159C11.1193 19.4935 11.1966 19.3832 11.2934 19.2912L13.0872 17.5L12.2947 16.7075C12.1193 16.5176 12.0243 16.2673 12.0295 16.0089C12.0346 15.7506 12.1397 15.5042 12.3225 15.3216C12.5053 15.1389 12.7517 15.0341 13.0101 15.0292C13.2685 15.0242 13.5187 15.1195 13.7084 15.295L14.5009 16.0875L16.0859 14.5L15.2934 13.7075C15.1179 13.5178 15.0226 13.2675 15.0276 13.0092C15.0325 12.7508 15.1373 12.5044 15.32 12.3215C15.5026 12.1387 15.749 12.0337 16.0073 12.0285C16.2657 12.0234 16.5161 12.1184 16.7059 12.2937L17.4997 13.0875L19.2922 11.295C19.4796 11.108 19.7336 11.0029 19.9984 11.0029C20.2632 11.0029 20.5172 11.108 20.7047 11.295Z" fill="currentColor" />
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return (
|
|
20
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M29.133 6.6475C28.9718 5.70365 28.5215 4.83313 27.8445 4.15606C27.1674 3.47899 26.2969 3.02876 25.353 2.86749C23.448 2.54499 20.5093 2.26999 17.3205 2.79124C13.458 3.42374 10.1955 5.04874 7.62555 7.625C5.05555 10.2012 3.42679 13.46 2.79429 17.3225C2.27304 20.5112 2.54429 23.4475 2.87054 25.355C3.03181 26.2988 3.48204 27.1694 4.15911 27.8464C4.83618 28.5235 5.7067 28.9737 6.65055 29.135C8.08374 29.3769 9.53459 29.499 10.988 29.5C12.2247 29.5023 13.4595 29.4049 14.6805 29.2087C18.543 28.5762 21.8055 26.9512 24.378 24.3775C26.9505 21.8037 28.5768 18.5425 29.2093 14.68C29.7305 11.4912 29.4555 8.5525 29.133 6.6475ZM26.1755 7.1475C26.3569 8.21724 26.4655 9.29806 26.5005 10.3825L21.6168 5.49999C22.7014 5.53618 23.7822 5.64644 24.8518 5.83C25.1813 5.88689 25.4853 6.04407 25.7222 6.28008C25.9591 6.51609 26.1174 6.81944 26.1755 7.14875V7.1475ZM5.82554 24.8512C5.64419 23.7819 5.5356 22.7015 5.50054 21.6175L10.383 26.5C9.29893 26.4637 8.21853 26.3539 7.14929 26.1712C6.8196 26.1143 6.51552 25.9569 6.2786 25.7207C6.04168 25.4844 5.88346 25.1808 5.82554 24.8512ZM22.2568 22.2562C20.8818 23.6312 18.343 25.5262 14.3568 26.235L5.76554 17.6437C6.47429 13.6575 8.37555 11.1162 9.75055 9.75C11.1255 8.38375 13.663 6.48 17.6505 5.77125L26.2418 14.3625C25.5268 18.3425 23.6255 20.8837 22.2568 22.2562ZM20.5618 11.4387C20.7016 11.5781 20.8126 11.7437 20.8883 11.926C20.964 12.1083 21.003 12.3038 21.003 12.5012C21.003 12.6987 20.964 12.8941 20.8883 13.0765C20.8126 13.2588 20.7016 13.4244 20.5618 13.5637L19.6255 14.5L20.0655 14.9387C20.3473 15.2205 20.5056 15.6027 20.5056 16.0012C20.5056 16.3998 20.3473 16.782 20.0655 17.0637C19.7838 17.3455 19.4016 17.5038 19.003 17.5038C18.6045 17.5038 18.2223 17.3455 17.9405 17.0637L17.5005 16.625L16.6255 17.5L17.0655 17.94C17.3473 18.2218 17.5056 18.604 17.5056 19.0025C17.5056 19.401 17.3473 19.7832 17.0655 20.065C16.7838 20.3468 16.4016 20.5051 16.003 20.5051C15.6045 20.5051 15.2223 20.3468 14.9405 20.065L14.5005 19.625L13.5605 20.565C13.2788 20.8468 12.8966 21.0051 12.498 21.0051C12.0995 21.0051 11.7173 20.8468 11.4355 20.565C11.1538 20.2832 10.9954 19.901 10.9954 19.5025C10.9954 19.104 11.1538 18.7218 11.4355 18.44L12.3755 17.5L11.9355 17.0612C11.796 16.9217 11.6853 16.7561 11.6098 16.5738C11.5343 16.3915 11.4954 16.1961 11.4954 15.9987C11.4954 15.8014 11.5343 15.606 11.6098 15.4237C11.6853 15.2414 11.796 15.0758 11.9355 14.9362C12.0751 14.7967 12.2407 14.686 12.423 14.6105C12.6053 14.535 12.8007 14.4961 12.998 14.4961C13.1954 14.4961 13.3908 14.535 13.5731 14.6105C13.7554 14.686 13.921 14.7967 14.0605 14.9362L14.5005 15.375L15.3755 14.5L14.9355 14.06C14.6538 13.7782 14.4954 13.396 14.4954 12.9975C14.4954 12.8002 14.5343 12.6048 14.6098 12.4225C14.6853 12.2402 14.796 12.0745 14.9355 11.935C15.0751 11.7955 15.2407 11.6848 15.423 11.6093C15.6053 11.5338 15.8007 11.4949 15.998 11.4949C16.3966 11.4949 16.7788 11.6532 17.0605 11.935L17.5005 12.375L18.4405 11.435C18.7223 11.1542 19.1041 10.9969 19.5019 10.9976C19.8998 10.9983 20.281 11.157 20.5618 11.4387Z" fill="currentColor" />
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return (
|
|
27
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
28
|
+
<path d="M28.6322 6.73624C28.4894 5.89468 28.0884 5.11835 27.4849 4.51477C26.8813 3.9112 26.105 3.51026 25.2634 3.36749C21.2159 2.68124 13.5897 2.36749 7.97966 7.97999C2.36966 13.5925 2.68091 21.2175 3.36716 25.2637C3.51031 26.1062 3.91217 26.8831 4.51696 27.4868C5.12175 28.0905 5.89946 28.4909 6.74216 28.6325C8.15985 28.8743 9.59525 28.9972 11.0334 29C15.0447 29 20.0397 28 24.0197 24.02C29.6309 18.41 29.3184 10.7825 28.6322 6.73624ZM7.06966 26.6625C6.63693 26.5889 6.23777 26.3826 5.92739 26.0723C5.61701 25.7619 5.41075 25.3627 5.33716 24.93C4.99407 22.9957 4.9054 21.0248 5.07341 19.0675L12.9322 26.9262C10.9749 27.0942 9.00397 27.0056 7.06966 26.6625ZM20.7047 12.7087L18.9122 14.5L19.7047 15.2925C19.8035 15.3839 19.8828 15.4944 19.9379 15.6172C19.993 15.74 20.0227 15.8727 20.0253 16.0073C20.0279 16.1419 20.0033 16.2756 19.9529 16.4005C19.9026 16.5254 19.8275 16.6388 19.7323 16.7339C19.6371 16.8291 19.5236 16.904 19.3987 16.9542C19.2738 17.0045 19.14 17.029 19.0054 17.0263C18.8709 17.0236 18.7382 16.9937 18.6154 16.9385C18.4926 16.8833 18.3823 16.8039 18.2909 16.705L17.4997 15.9137L15.9134 17.5L16.7059 18.2925C16.8048 18.3838 16.8842 18.4942 16.9394 18.617C16.9947 18.7398 17.0245 18.8724 17.0272 19.007C17.0299 19.1416 17.0054 19.2754 16.9552 19.4003C16.9049 19.5252 16.83 19.6386 16.7348 19.7339C16.6397 19.8291 16.5263 19.9042 16.4014 19.9545C16.2766 20.0049 16.1428 20.0295 16.0082 20.0269C15.8736 20.0243 15.7409 19.9946 15.6181 19.9395C15.4953 19.8844 15.3848 19.805 15.2934 19.7062L14.4997 18.9125L12.7072 20.705C12.6152 20.8018 12.5048 20.8791 12.3825 20.9326C12.2602 20.986 12.1284 21.0144 11.995 21.0161C11.8615 21.0178 11.7291 20.9928 11.6054 20.9425C11.4818 20.8922 11.3695 20.8177 11.2751 20.7233C11.1807 20.6289 11.1062 20.5166 11.0559 20.393C11.0056 20.2693 10.9806 20.1369 10.9823 20.0034C10.984 19.8699 11.0124 19.7382 11.0658 19.6159C11.1193 19.4935 11.1966 19.3832 11.2934 19.2912L13.0872 17.5L12.2947 16.7075C12.1193 16.5176 12.0243 16.2673 12.0295 16.0089C12.0346 15.7506 12.1397 15.5042 12.3225 15.3216C12.5053 15.1389 12.7517 15.0341 13.0101 15.0292C13.2685 15.0242 13.5187 15.1195 13.7084 15.295L14.5009 16.0875L16.0859 14.5L15.2934 13.7075C15.1179 13.5178 15.0226 13.2675 15.0276 13.0092C15.0325 12.7508 15.1373 12.5044 15.32 12.3215C15.5026 12.1387 15.749 12.0337 16.0073 12.0285C16.2657 12.0234 16.5161 12.1184 16.7059 12.2937L17.4997 13.0875L19.2922 11.295C19.3841 11.1982 19.4945 11.1208 19.6168 11.0674C19.7391 11.014 19.8709 10.9855 20.0043 10.9838C20.1378 10.9821 20.2703 11.0072 20.3939 11.0574C20.5175 11.1077 20.6299 11.1823 20.7242 11.2767C20.8186 11.371 20.8932 11.4834 20.9434 11.607C20.9937 11.7306 21.0188 11.8631 21.0171 11.9966C21.0153 12.13 20.9869 12.2618 20.9335 12.3841C20.8801 12.5064 20.8027 12.6168 20.7059 12.7087H20.7047ZM26.9259 12.9325L19.0672 5.07374C19.6622 5.01874 20.2822 4.98749 20.9309 4.98749C22.2717 4.99222 23.6097 5.10929 24.9309 5.33749C25.3634 5.41132 25.7623 5.61767 26.0724 5.92804C26.3826 6.2384 26.5886 6.63743 26.6622 7.06999C27.0052 9.0043 27.0939 10.9752 26.9259 12.9325Z" fill="currentColor" />
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path opacity="0.2" d="M27.8125 13.82C27.3975 16.9738 26.1875 20.445 23.3125 23.3138C20.4375 26.1825 16.9725 27.3975 13.8188 27.8138L4.1875 18.18C4.6025 15.0263 5.8125 11.555 8.6875 8.68628C11.5625 5.81753 15.0275 4.60253 18.1875 4.18628L27.82 13.8188L27.8125 13.82Z" fill="currentColor" />
|
|
36
|
+
<path d="M28.6322 6.73624C28.4894 5.89468 28.0884 5.11835 27.4849 4.51477C26.8813 3.9112 26.105 3.51026 25.2634 3.36749C21.2172 2.68124 13.5897 2.36749 7.97966 7.97999C2.36966 13.5925 2.68091 21.2175 3.36716 25.2637C3.51031 26.1062 3.91217 26.8831 4.51696 27.4868C5.12175 28.0905 5.89946 28.4909 6.74216 28.6325C8.15985 28.8743 9.59525 28.9972 11.0334 29C15.0447 29 20.0397 28 24.0197 24.02C29.6309 18.41 29.3184 10.7825 28.6322 6.73624ZM20.9309 4.98624C22.2717 4.99097 23.6097 5.10804 24.9309 5.33624C25.3636 5.41014 25.7626 5.61668 26.0728 5.92729C26.3829 6.23789 26.5889 6.6372 26.6622 7.06999C26.9201 8.56478 27.0331 10.081 26.9997 11.5975L20.4009 4.99999C20.5759 4.98999 20.7497 4.98749 20.9309 4.98749V4.98624ZM7.06966 26.6625C6.63693 26.5889 6.23777 26.3826 5.92739 26.0723C5.61701 25.7619 5.41075 25.3627 5.33716 24.93C5.07926 23.4352 4.96623 21.919 4.99966 20.4025L11.5972 27C10.0806 27.034 8.56438 26.921 7.06966 26.6625ZM22.6072 22.6075C21.1559 24.0575 18.4484 26.0737 14.1859 26.7662L5.23341 17.8137C5.92591 13.5512 7.94216 10.8437 9.39216 9.39249C10.8422 7.94124 13.5497 5.92499 17.8122 5.23249L26.7659 14.1862C26.0734 18.4487 24.0572 21.1562 22.6072 22.6075ZM20.7047 11.295C20.8921 11.4825 20.9973 11.7368 20.9973 12.0019C20.9973 12.267 20.8921 12.5212 20.7047 12.7087L18.9122 14.5L19.7047 15.2925C19.8035 15.3839 19.8828 15.4944 19.9379 15.6172C19.993 15.74 20.0227 15.8727 20.0253 16.0073C20.0279 16.1419 20.0033 16.2756 19.9529 16.4005C19.9026 16.5254 19.8275 16.6388 19.7323 16.7339C19.6371 16.8291 19.5236 16.904 19.3987 16.9542C19.2738 17.0045 19.14 17.029 19.0054 17.0263C18.8709 17.0236 18.7382 16.9937 18.6154 16.9385C18.4926 16.8833 18.3823 16.8039 18.2909 16.705L17.4997 15.9137L15.9134 17.5L16.7059 18.2925C16.8048 18.3838 16.8842 18.4942 16.9394 18.617C16.9947 18.7398 17.0245 18.8724 17.0272 19.007C17.0299 19.1416 17.0054 19.2754 16.9552 19.4003C16.9049 19.5252 16.83 19.6386 16.7348 19.7339C16.6397 19.8291 16.5263 19.9042 16.4014 19.9545C16.2766 20.0049 16.1428 20.0295 16.0082 20.0269C15.8736 20.0243 15.7409 19.9946 15.6181 19.9395C15.4953 19.8844 15.3848 19.805 15.2934 19.7062L14.4997 18.9125L12.7072 20.705C12.6152 20.8018 12.5048 20.8791 12.3825 20.9326C12.2602 20.986 12.1284 21.0144 11.995 21.0161C11.8615 21.0178 11.7291 20.9928 11.6054 20.9425C11.4818 20.8922 11.3695 20.8177 11.2751 20.7233C11.1807 20.6289 11.1062 20.5166 11.0559 20.393C11.0056 20.2693 10.9806 20.1369 10.9823 20.0034C10.984 19.8699 11.0124 19.7382 11.0658 19.6159C11.1193 19.4935 11.1966 19.3832 11.2934 19.2912L13.0872 17.5L12.2947 16.7075C12.1193 16.5176 12.0243 16.2673 12.0295 16.0089C12.0346 15.7506 12.1397 15.5042 12.3225 15.3216C12.5053 15.1389 12.7517 15.0341 13.0101 15.0292C13.2685 15.0242 13.5187 15.1195 13.7084 15.295L14.5009 16.0875L16.0859 14.5L15.2934 13.7075C15.1179 13.5178 15.0226 13.2675 15.0276 13.0092C15.0325 12.7508 15.1373 12.5044 15.32 12.3215C15.5026 12.1387 15.749 12.0337 16.0073 12.0285C16.2657 12.0234 16.5161 12.1184 16.7059 12.2937L17.4997 13.0875L19.2922 11.295C19.4796 11.108 19.7336 11.0029 19.9984 11.0029C20.2632 11.0029 20.5172 11.108 20.7047 11.295Z" fill="currentColor" />
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
return (
|
|
41
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path d="M28.386 6.77752C28.2518 5.9872 27.8753 5.25814 27.3084 4.69131C26.7416 4.12447 26.0125 3.74791 25.2222 3.61377C21.2222 2.93627 13.6872 2.62502 8.15597 8.15627C2.62472 13.6875 2.93597 21.2225 3.61347 25.2225C3.74761 26.0128 4.12417 26.7419 4.691 27.3087C5.25784 27.8756 5.9869 28.2521 6.77722 28.3863C8.18131 28.6254 9.6029 28.7471 11.0272 28.75C14.9885 28.75 19.9172 27.765 23.8385 23.8438C29.3747 18.3125 29.0635 10.7775 28.386 6.77752ZM20.9297 4.73752C22.2843 4.74236 23.6361 4.86069 24.971 5.09127C25.455 5.17332 25.9015 5.4039 26.2487 5.75105C26.5958 6.0982 26.8264 6.54473 26.9085 7.02877C27.2066 8.72859 27.3156 10.4562 27.2335 12.18L19.8197 4.76752C20.181 4.75002 20.5497 4.73752 20.9297 4.73752ZM7.02847 26.9088C6.54443 26.8267 6.0979 26.5961 5.75075 26.249C5.4036 25.9018 5.17302 25.4553 5.09097 24.9713C4.79281 23.2715 4.68381 21.5438 4.76597 19.82L12.1797 27.2338C10.4559 27.3159 8.72829 27.2069 7.02847 26.9088ZM22.7785 22.7838C21.2885 24.2725 18.4985 26.3513 14.096 27.0338L4.96472 17.8988C5.64847 13.4963 7.72722 10.7063 9.21472 9.21627C10.7022 7.72627 13.4997 5.65002 17.8997 4.96627L27.0347 14.1013C26.351 18.5 24.2722 21.2938 22.7835 22.7838H22.7785ZM20.5272 11.4725C20.6677 11.6131 20.7466 11.8038 20.7466 12.0025C20.7466 12.2013 20.6677 12.3919 20.5272 12.5325L18.5597 14.5L19.5285 15.4688C19.6022 15.5374 19.6613 15.6202 19.7022 15.7122C19.7432 15.8042 19.7653 15.9035 19.7671 16.0042C19.7688 16.105 19.7503 16.205 19.7126 16.2984C19.6749 16.3918 19.6187 16.4766 19.5475 16.5478C19.4763 16.619 19.3915 16.6752 19.2981 16.7129C19.2047 16.7506 19.1046 16.7691 19.0039 16.7674C18.9032 16.7656 18.8039 16.7435 18.7119 16.7026C18.6199 16.6616 18.5371 16.6025 18.4685 16.5288L17.4997 15.5613L15.561 17.5L16.5297 18.47C16.6034 18.5387 16.6625 18.6215 16.7035 18.7135C16.7445 18.8055 16.7665 18.9048 16.7683 19.0055C16.7701 19.1062 16.7516 19.2062 16.7138 19.2996C16.6761 19.393 16.62 19.4778 16.5488 19.5491C16.4775 19.6203 16.3927 19.6764 16.2993 19.7141C16.2059 19.7519 16.1059 19.7704 16.0052 19.7686C15.9045 19.7668 15.8052 19.7448 15.7132 19.7038C15.6212 19.6628 15.5384 19.6037 15.4697 19.53L14.4997 18.56L12.531 20.5275C12.4623 20.6012 12.3795 20.6603 12.2875 20.7013C12.1955 20.7423 12.0962 20.7643 11.9955 20.7661C11.8948 20.7679 11.7948 20.7494 11.7014 20.7116C11.608 20.6739 11.5231 20.6178 11.4519 20.5466C11.3807 20.4753 11.3246 20.3905 11.2868 20.2971C11.2491 20.2037 11.2306 20.1037 11.2324 20.003C11.2342 19.9023 11.2562 19.803 11.2972 19.711C11.3382 19.619 11.3973 19.5362 11.471 19.4675L13.4397 17.5L12.471 16.5313C12.3973 16.4626 12.3382 16.3798 12.2972 16.2878C12.2562 16.1958 12.2342 16.0965 12.2324 15.9958C12.2306 15.8951 12.2491 15.7951 12.2868 15.7017C12.3246 15.6083 12.3807 15.5235 12.4519 15.4522C12.5231 15.381 12.608 15.3249 12.7014 15.2872C12.7948 15.2494 12.8948 15.2309 12.9955 15.2327C13.0962 15.2345 13.1955 15.2565 13.2875 15.2975C13.3795 15.3385 13.4623 15.3976 13.531 15.4713L14.501 16.44L16.4385 14.5025L15.4697 13.5325C15.396 13.4639 15.3369 13.3811 15.2959 13.2891C15.2549 13.1971 15.2329 13.0977 15.2311 12.997C15.2293 12.8963 15.2479 12.7963 15.2856 12.7029C15.3233 12.6095 15.3795 12.5247 15.4507 12.4535C15.5219 12.3823 15.6067 12.3261 15.7001 12.2884C15.7935 12.2507 15.8935 12.2322 15.9942 12.2339C16.0949 12.2357 16.1943 12.2578 16.2863 12.2987C16.3783 12.3397 16.4611 12.3988 16.5297 12.4725L17.4985 13.4413L19.4672 11.4738C19.6077 11.3332 19.7982 11.254 19.997 11.2538C20.1957 11.2536 20.3864 11.3322 20.5272 11.4725Z" fill="currentColor" />
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Football;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Golf = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M172,100a8,8,0,1,1-8-8A8,8,0,0,1,172,100Zm-40,24a8,8,0,1,0,8,8A8,8,0,0,0,132,124Zm80-28a84,84,0,1,1-84-84A84.09,84.09,0,0,1,212,96Zm-8,0a76,76,0,1,0-76,76A76.08,76.08,0,0,0,204,96ZM166.57,196.26C153,201.47,140.34,204,128,204s-25-2.53-38.57-7.74a4,4,0,1,0-2.86,7.48A119.31,119.31,0,0,0,124,211.91V248a4,4,0,0,0,8,0V211.91a119.31,119.31,0,0,0,37.43-8.17,4,4,0,0,0-2.86-7.48Z"></path></svg>
|
|
7
|
+
);
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return (
|
|
11
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M176,100a12,12,0,1,1-12-12A12,12,0,0,1,176,100Zm-44,20a12,12,0,1,0,12,12A12,12,0,0,0,132,120Zm84-24A88,88,0,1,1,128,8,88.1,88.1,0,0,1,216,96Zm-16,0a72,72,0,1,0-72,72A72.08,72.08,0,0,0,200,96Zm-34.86,96.53C152,197.56,139.85,200,128,200s-24-2.44-37.14-7.47a8,8,0,1,0-5.72,14.94A125.91,125.91,0,0,0,120,215.68V248a8,8,0,0,0,16,0V215.68a125.91,125.91,0,0,0,34.86-8.21,8,8,0,1,0-5.72-14.94Z"></path></svg>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M180,100a16,16,0,1,1-16-16A16,16,0,0,1,180,100Zm-48,16a16,16,0,1,0,16,16A16,16,0,0,0,132,116Zm88-20A92,92,0,1,1,128,4,92.1,92.1,0,0,1,220,96Zm-24,0a68,68,0,1,0-68,68A68.07,68.07,0,0,0,196,96ZM164,197.86a108.61,108.61,0,0,1-72,0,12,12,0,0,0-8,22.63,131.83,131.83,0,0,0,32,7V244a12,12,0,0,0,24,0V227.46a131.83,131.83,0,0,0,32-7,12,12,0,0,0-8-22.63Z"></path></svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return (
|
|
21
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M175.47,197.14a8,8,0,0,1-4.61,10.33A125.91,125.91,0,0,1,136,215.68V248a8,8,0,0,1-16,0V215.68a125.91,125.91,0,0,1-34.86-8.21,8,8,0,1,1,5.72-14.94C104,197.56,116.15,200,128,200s24-2.44,37.14-7.47A8,8,0,0,1,175.47,197.14ZM216,96A88,88,0,1,1,128,8,88.1,88.1,0,0,1,216,96Zm-72,36a12,12,0,1,0-12,12A12,12,0,0,0,144,132Zm32-32a12,12,0,1,0-12,12A12,12,0,0,0,176,100Z"></path></svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return (
|
|
26
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M208,96a80,80,0,1,1-80-80A80,80,0,0,1,208,96Z" opacity="0.2"></path><path d="M176,100a12,12,0,1,1-12-12A12,12,0,0,1,176,100Zm-44,20a12,12,0,1,0,12,12A12,12,0,0,0,132,120Zm84-24A88,88,0,1,1,128,8,88.1,88.1,0,0,1,216,96Zm-16,0a72,72,0,1,0-72,72A72.08,72.08,0,0,0,200,96Zm-34.86,96.53C152,197.56,139.85,200,128,200s-24-2.44-37.14-7.47a8,8,0,1,0-5.72,14.94A125.91,125.91,0,0,0,120,215.68V248a8,8,0,0,0,16,0V215.68a125.91,125.91,0,0,0,34.86-8.21,8,8,0,1,0-5.72-14.94Z"></path></svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
return (
|
|
30
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M174,100a10,10,0,1,1-10-10A10,10,0,0,1,174,100Zm-42,22a10,10,0,1,0,10,10A10,10,0,0,0,132,122Zm82-26a86,86,0,1,1-86-86A86.1,86.1,0,0,1,214,96Zm-12,0a74,74,0,1,0-74,74A74.09,74.09,0,0,0,202,96Zm-36.14,98.4c-13.38,5.11-25.77,7.6-37.86,7.6s-24.48-2.49-37.86-7.6a6,6,0,1,0-4.28,11.2A122.32,122.32,0,0,0,122,213.81V248a6,6,0,0,0,12,0V213.81a122.32,122.32,0,0,0,36.14-8.21,6,6,0,0,0-4.28-11.2Z"></path></svg>
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default Golf;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Barbell = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path d="M31 15.5H29.5V11C29.5 10.6022 29.342 10.2206 29.0607 9.93934C28.7794 9.65804 28.3978 9.5 28 9.5H25.5V8C25.5 7.60218 25.342 7.22064 25.0607 6.93934C24.7794 6.65804 24.3978 6.5 24 6.5H21C20.6022 6.5 20.2206 6.65804 19.9393 6.93934C19.658 7.22064 19.5 7.60218 19.5 8V15.5H12.5V8C12.5 7.60218 12.342 7.22064 12.0607 6.93934C11.7794 6.65804 11.3978 6.5 11 6.5H8C7.60218 6.5 7.22064 6.65804 6.93934 6.93934C6.65804 7.22064 6.5 7.60218 6.5 8V9.5H4C3.60218 9.5 3.22064 9.65804 2.93934 9.93934C2.65804 10.2206 2.5 10.6022 2.5 11V15.5H1C0.867392 15.5 0.740215 15.5527 0.646447 15.6464C0.552678 15.7402 0.5 15.8674 0.5 16C0.5 16.1326 0.552678 16.2598 0.646447 16.3536C0.740215 16.4473 0.867392 16.5 1 16.5H2.5V21C2.5 21.3978 2.65804 21.7794 2.93934 22.0607C3.22064 22.342 3.60218 22.5 4 22.5H6.5V24C6.5 24.3978 6.65804 24.7794 6.93934 25.0607C7.22064 25.342 7.60218 25.5 8 25.5H11C11.3978 25.5 11.7794 25.342 12.0607 25.0607C12.342 24.7794 12.5 24.3978 12.5 24V16.5H19.5V24C19.5 24.3978 19.658 24.7794 19.9393 25.0607C20.2206 25.342 20.6022 25.5 21 25.5H24C24.3978 25.5 24.7794 25.342 25.0607 25.0607C25.342 24.7794 25.5 24.3978 25.5 24V22.5H28C28.3978 22.5 28.7794 22.342 29.0607 22.0607C29.342 21.7794 29.5 21.3978 29.5 21V16.5H31C31.1326 16.5 31.2598 16.4473 31.3536 16.3536C31.4473 16.2598 31.5 16.1326 31.5 16C31.5 15.8674 31.4473 15.7402 31.3536 15.6464C31.2598 15.5527 31.1326 15.5 31 15.5ZM4 21.5C3.86739 21.5 3.74021 21.4473 3.64645 21.3536C3.55268 21.2598 3.5 21.1326 3.5 21V11C3.5 10.8674 3.55268 10.7402 3.64645 10.6464C3.74021 10.5527 3.86739 10.5 4 10.5H6.5V21.5H4ZM11.5 24C11.5 24.1326 11.4473 24.2598 11.3536 24.3536C11.2598 24.4473 11.1326 24.5 11 24.5H8C7.86739 24.5 7.74021 24.4473 7.64645 24.3536C7.55268 24.2598 7.5 24.1326 7.5 24V8C7.5 7.86739 7.55268 7.74021 7.64645 7.64645C7.74021 7.55268 7.86739 7.5 8 7.5H11C11.1326 7.5 11.2598 7.55268 11.3536 7.64645C11.4473 7.74021 11.5 7.86739 11.5 8V24ZM24.5 24C24.5 24.1326 24.4473 24.2598 24.3536 24.3536C24.2598 24.4473 24.1326 24.5 24 24.5H21C20.8674 24.5 20.7402 24.4473 20.6464 24.3536C20.5527 24.2598 20.5 24.1326 20.5 24V8C20.5 7.86739 20.5527 7.74021 20.6464 7.64645C20.7402 7.55268 20.8674 7.5 21 7.5H24C24.1326 7.5 24.2598 7.55268 24.3536 7.64645C24.4473 7.74021 24.5 7.86739 24.5 8V24ZM28.5 21C28.5 21.1326 28.4473 21.2598 28.3536 21.3536C28.2598 21.4473 28.1326 21.5 28 21.5H25.5V10.5H28C28.1326 10.5 28.2598 10.5527 28.3536 10.6464C28.4473 10.7402 28.5 10.8674 28.5 11V21Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11
|
+
<path d="M31 15H30V11C30 10.4696 29.7893 9.96086 29.4142 9.58579C29.0391 9.21071 28.5304 9 28 9H26V8C26 7.46957 25.7893 6.96086 25.4142 6.58579C25.0391 6.21071 24.5304 6 24 6H21C20.4696 6 19.9609 6.21071 19.5858 6.58579C19.2107 6.96086 19 7.46957 19 8V15H13V8C13 7.46957 12.7893 6.96086 12.4142 6.58579C12.0391 6.21071 11.5304 6 11 6H8C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V9H4C3.46957 9 2.96086 9.21071 2.58579 9.58579C2.21071 9.96086 2 10.4696 2 11V15H1C0.734784 15 0.48043 15.1054 0.292893 15.2929C0.105357 15.4804 0 15.7348 0 16C0 16.2652 0.105357 16.5196 0.292893 16.7071C0.48043 16.8946 0.734784 17 1 17H2V21C2 21.5304 2.21071 22.0391 2.58579 22.4142C2.96086 22.7893 3.46957 23 4 23H6V24C6 24.5304 6.21071 25.0391 6.58579 25.4142C6.96086 25.7893 7.46957 26 8 26H11C11.5304 26 12.0391 25.7893 12.4142 25.4142C12.7893 25.0391 13 24.5304 13 24V17H19V24C19 24.5304 19.2107 25.0391 19.5858 25.4142C19.9609 25.7893 20.4696 26 21 26H24C24.5304 26 25.0391 25.7893 25.4142 25.4142C25.7893 25.0391 26 24.5304 26 24V23H28C28.5304 23 29.0391 22.7893 29.4142 22.4142C29.7893 22.0391 30 21.5304 30 21V17H31C31.2652 17 31.5196 16.8946 31.7071 16.7071C31.8946 16.5196 32 16.2652 32 16C32 15.7348 31.8946 15.4804 31.7071 15.2929C31.5196 15.1054 31.2652 15 31 15ZM4 21V11H6V21H4ZM11 24H8V8H11V24ZM24 24H21V8H24V21.9775C24 21.985 24 21.9925 24 22C24 22.0075 24 22.015 24 22.0225V24ZM28 21H26V11H28V21Z" fill="currentColor"/>
|
|
12
|
+
</svg>
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
16
|
+
<path d="M30.5 14.5V11C30.5 10.337 30.2366 9.70107 29.7678 9.23223C29.2989 8.76339 28.663 8.5 28 8.5H26V8C26 7.33696 25.7366 6.70107 25.2678 6.23223C24.7989 5.76339 24.163 5.5 23.5 5.5H20.5C19.837 5.5 19.2011 5.76339 18.7322 6.23223C18.2634 6.70107 18 7.33696 18 8V14.5H14V8C14 7.33696 13.7366 6.70107 13.2678 6.23223C12.7989 5.76339 12.163 5.5 11.5 5.5H8.5C7.83696 5.5 7.20107 5.76339 6.73223 6.23223C6.26339 6.70107 6 7.33696 6 8V8.5H4C3.33696 8.5 2.70107 8.76339 2.23223 9.23223C1.76339 9.70107 1.5 10.337 1.5 11V14.5C1.10218 14.5 0.720644 14.658 0.43934 14.9393C0.158035 15.2206 0 15.6022 0 16C0 16.3978 0.158035 16.7794 0.43934 17.0607C0.720644 17.342 1.10218 17.5 1.5 17.5V21C1.5 21.663 1.76339 22.2989 2.23223 22.7678C2.70107 23.2366 3.33696 23.5 4 23.5H6V24C6 24.663 6.26339 25.2989 6.73223 25.7678C7.20107 26.2366 7.83696 26.5 8.5 26.5H11.5C12.163 26.5 12.7989 26.2366 13.2678 25.7678C13.7366 25.2989 14 24.663 14 24V17.5H18V24C18 24.663 18.2634 25.2989 18.7322 25.7678C19.2011 26.2366 19.837 26.5 20.5 26.5H23.5C24.163 26.5 24.7989 26.2366 25.2678 25.7678C25.7366 25.2989 26 24.663 26 24V23.5H28C28.663 23.5 29.2989 23.2366 29.7678 22.7678C30.2366 22.2989 30.5 21.663 30.5 21V17.5C30.8978 17.5 31.2794 17.342 31.5607 17.0607C31.842 16.7794 32 16.3978 32 16C32 15.6022 31.842 15.2206 31.5607 14.9393C31.2794 14.658 30.8978 14.5 30.5 14.5ZM4.5 20.5V11.5H6V20.5H4.5ZM11 23.5H9V8.5H11V23.5ZM23 23.5H21V8.5H23V23.5ZM27.5 20.5H26V11.5H27.5V20.5Z" fill="currentColor"/>
|
|
17
|
+
</svg>
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
21
|
+
<path d="M25.0002 8V24C25.0002 24.5304 24.7895 25.0391 24.4145 25.4142C24.0394 25.7893 23.5307 26 23.0002 26H21.0002C20.4698 26 19.9611 25.7893 19.586 25.4142C19.211 25.0391 19.0002 24.5304 19.0002 24V17H13.0002V24C13.0002 24.5304 12.7895 25.0391 12.4145 25.4142C12.0394 25.7893 11.5307 26 11.0002 26H9.00024C8.46981 26 7.9611 25.7893 7.58603 25.4142C7.21096 25.0391 7.00024 24.5304 7.00024 24V8C7.00024 7.46957 7.21096 6.96086 7.58603 6.58579C7.9611 6.21071 8.46981 6 9.00024 6H11.0002C11.5307 6 12.0394 6.21071 12.4145 6.58579C12.7895 6.96086 13.0002 7.46957 13.0002 8V15H19.0002V8C19.0002 7.46957 19.211 6.96086 19.586 6.58579C19.9611 6.21071 20.4698 6 21.0002 6H23.0002C23.5307 6 24.0394 6.21071 24.4145 6.58579C24.7895 6.96086 25.0002 7.46957 25.0002 8ZM4.50024 9H4.00024C3.46981 9 2.9611 9.21071 2.58603 9.58579C2.21096 9.96086 2.00024 10.4696 2.00024 11V15H1.03399C0.775577 14.9962 0.5253 15.0904 0.333511 15.2636C0.141721 15.4368 0.0226482 15.6763 0.000244057 15.9338C-0.00883835 16.0705 0.0103009 16.2077 0.0564729 16.3368C0.102645 16.4659 0.174864 16.5841 0.268643 16.6841C0.362423 16.7841 0.47576 16.8637 0.601616 16.9181C0.727471 16.9724 0.863156 17.0003 1.00024 17H2.00024V21C2.00024 21.5304 2.21096 22.0391 2.58603 22.4142C2.9611 22.7893 3.46981 23 4.00024 23H4.50024C4.63285 23 4.76003 22.9473 4.8538 22.8536C4.94757 22.7598 5.00024 22.6326 5.00024 22.5V9.5C5.00024 9.36739 4.94757 9.24021 4.8538 9.14645C4.76003 9.05268 4.63285 9 4.50024 9ZM32.0002 15.9338C31.9779 15.6767 31.8592 15.4376 31.6679 15.2645C31.4766 15.0913 31.227 14.9968 30.969 15H30.0002V11C30.0002 10.4696 29.7895 9.96086 29.4145 9.58579C29.0394 9.21071 28.5307 9 28.0002 9H27.5002C27.3676 9 27.2405 9.05268 27.1467 9.14645C27.0529 9.24021 27.0002 9.36739 27.0002 9.5V22.5C27.0002 22.6326 27.0529 22.7598 27.1467 22.8536C27.2405 22.9473 27.3676 23 27.5002 23H28.0002C28.5307 23 29.0394 22.7893 29.4145 22.4142C29.7895 22.0391 30.0002 21.5304 30.0002 21V17H31.0002C31.1373 17.0003 31.273 16.9724 31.3989 16.9181C31.5247 16.8637 31.6381 16.7841 31.7318 16.6841C31.8256 16.5841 31.8978 16.4659 31.944 16.3368C31.9902 16.2077 32.0093 16.0705 32.0002 15.9338Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
26
|
+
<path opacity="0.2" d="M12 8V24C12 24.2652 11.8946 24.5196 11.7071 24.7071C11.5196 24.8946 11.2652 25 11 25H8C7.73478 25 7.48043 24.8946 7.29289 24.7071C7.10536 24.5196 7 24.2652 7 24V8C7 7.73478 7.10536 7.48043 7.29289 7.29289C7.48043 7.10536 7.73478 7 8 7H11C11.2652 7 11.5196 7.10536 11.7071 7.29289C11.8946 7.48043 12 7.73478 12 8ZM24 7H21C20.7348 7 20.4804 7.10536 20.2929 7.29289C20.1054 7.48043 20 7.73478 20 8V24C20 24.2652 20.1054 24.5196 20.2929 24.7071C20.4804 24.8946 20.7348 25 21 25H24C24.2652 25 24.5196 24.8946 24.7071 24.7071C24.8946 24.5196 25 24.2652 25 24V8C25 7.73478 24.8946 7.48043 24.7071 7.29289C24.5196 7.10536 24.2652 7 24 7Z" fill="currentColor"/>
|
|
27
|
+
<path d="M31 15H30V11C30 10.4696 29.7893 9.96086 29.4142 9.58579C29.0391 9.21071 28.5304 9 28 9H26V8C26 7.46957 25.7893 6.96086 25.4142 6.58579C25.0391 6.21071 24.5304 6 24 6H21C20.4696 6 19.9609 6.21071 19.5858 6.58579C19.2107 6.96086 19 7.46957 19 8V15H13V8C13 7.46957 12.7893 6.96086 12.4142 6.58579C12.0391 6.21071 11.5304 6 11 6H8C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V9H4C3.46957 9 2.96086 9.21071 2.58579 9.58579C2.21071 9.96086 2 10.4696 2 11V15H1C0.734784 15 0.48043 15.1054 0.292893 15.2929C0.105357 15.4804 0 15.7348 0 16C0 16.2652 0.105357 16.5196 0.292893 16.7071C0.48043 16.8946 0.734784 17 1 17H2V21C2 21.5304 2.21071 22.0391 2.58579 22.4142C2.96086 22.7893 3.46957 23 4 23H6V24C6 24.5304 6.21071 25.0391 6.58579 25.4142C6.96086 25.7893 7.46957 26 8 26H11C11.5304 26 12.0391 25.7893 12.4142 25.4142C12.7893 25.0391 13 24.5304 13 24V17H19V24C19 24.5304 19.2107 25.0391 19.5858 25.4142C19.9609 25.7893 20.4696 26 21 26H24C24.5304 26 25.0391 25.7893 25.4142 25.4142C25.7893 25.0391 26 24.5304 26 24V23H28C28.5304 23 29.0391 22.7893 29.4142 22.4142C29.7893 22.0391 30 21.5304 30 21V17H31C31.2652 17 31.5196 16.8946 31.7071 16.7071C31.8946 16.5196 32 16.2652 32 16C32 15.7348 31.8946 15.4804 31.7071 15.2929C31.5196 15.1054 31.2652 15 31 15ZM4 21V11H6V21H4ZM11 24H8V8H11V24ZM24 24H21V8H24V21.9788C24 21.9862 24 21.9925 24 22C24 22.0075 24 22.015 24 22.0212V24ZM28 21H26V11H28V21Z" fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
}
|
|
30
|
+
return <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
31
|
+
<path d="M31 15.25H29.75V11C29.75 10.5359 29.5656 10.0908 29.2374 9.76256C28.9092 9.43437 28.4641 9.25 28 9.25H25.75V8C25.75 7.53587 25.5656 7.09075 25.2374 6.76256C24.9092 6.43437 24.4641 6.25 24 6.25H21C20.5359 6.25 20.0908 6.43437 19.7626 6.76256C19.4344 7.09075 19.25 7.53587 19.25 8V15.25H12.75V8C12.75 7.53587 12.5656 7.09075 12.2374 6.76256C11.9092 6.43437 11.4641 6.25 11 6.25H8C7.53587 6.25 7.09075 6.43437 6.76256 6.76256C6.43437 7.09075 6.25 7.53587 6.25 8V9.25H4C3.53587 9.25 3.09075 9.43437 2.76256 9.76256C2.43437 10.0908 2.25 10.5359 2.25 11V15.25H1C0.801088 15.25 0.610322 15.329 0.46967 15.4697C0.329018 15.6103 0.25 15.8011 0.25 16C0.25 16.1989 0.329018 16.3897 0.46967 16.5303C0.610322 16.671 0.801088 16.75 1 16.75H2.25V21C2.25 21.4641 2.43437 21.9092 2.76256 22.2374C3.09075 22.5656 3.53587 22.75 4 22.75H6.25V24C6.25 24.4641 6.43437 24.9092 6.76256 25.2374C7.09075 25.5656 7.53587 25.75 8 25.75H11C11.4641 25.75 11.9092 25.5656 12.2374 25.2374C12.5656 24.9092 12.75 24.4641 12.75 24V16.75H19.25V24C19.25 24.4641 19.4344 24.9092 19.7626 25.2374C20.0908 25.5656 20.5359 25.75 21 25.75H24C24.4641 25.75 24.9092 25.5656 25.2374 25.2374C25.5656 24.9092 25.75 24.4641 25.75 24V22.75H28C28.4641 22.75 28.9092 22.5656 29.2374 22.2374C29.5656 21.9092 29.75 21.4641 29.75 21V16.75H31C31.1989 16.75 31.3897 16.671 31.5303 16.5303C31.671 16.3897 31.75 16.1989 31.75 16C31.75 15.8011 31.671 15.6103 31.5303 15.4697C31.3897 15.329 31.1989 15.25 31 15.25ZM4 21.25C3.9337 21.25 3.87011 21.2237 3.82322 21.1768C3.77634 21.1299 3.75 21.0663 3.75 21V11C3.75 10.9337 3.77634 10.8701 3.82322 10.8232C3.87011 10.7763 3.9337 10.75 4 10.75H6.25V21.25H4ZM11.25 24C11.25 24.0663 11.2237 24.1299 11.1768 24.1768C11.1299 24.2237 11.0663 24.25 11 24.25H8C7.9337 24.25 7.87011 24.2237 7.82322 24.1768C7.77634 24.1299 7.75 24.0663 7.75 24V8C7.75 7.9337 7.77634 7.87011 7.82322 7.82322C7.87011 7.77634 7.9337 7.75 8 7.75H11C11.0663 7.75 11.1299 7.77634 11.1768 7.82322C11.2237 7.87011 11.25 7.9337 11.25 8V24ZM24.25 24C24.25 24.0663 24.2237 24.1299 24.1768 24.1768C24.1299 24.2237 24.0663 24.25 24 24.25H21C20.9337 24.25 20.8701 24.2237 20.8232 24.1768C20.7763 24.1299 20.75 24.0663 20.75 24V8C20.75 7.9337 20.7763 7.87011 20.8232 7.82322C20.8701 7.77634 20.9337 7.75 21 7.75H24C24.0663 7.75 24.1299 7.77634 24.1768 7.82322C24.2237 7.87011 24.25 7.9337 24.25 8V24ZM28.25 21C28.25 21.0663 28.2237 21.1299 28.1768 21.1768C28.1299 21.2237 28.0663 21.25 28 21.25H25.75V10.75H28C28.0663 10.75 28.1299 10.7763 28.1768 10.8232C28.2237 10.8701 28.25 10.9337 28.25 11V21Z" fill="currentColor"/>
|
|
32
|
+
</svg>
|
|
33
|
+
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export default Barbell;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Barn = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M240,196H228V118.08l8.74,12.25A4,4,0,0,0,240,132a4,4,0,0,0,3.25-6.32l-40-56a3.77,3.77,0,0,0-1-1L134.66,22a12,12,0,0,0-13.37,0L53.73,68.71a3.77,3.77,0,0,0-1,1l-40,56a4,4,0,1,0,6.51,4.65L28,118.08V196H16a4,4,0,0,0,0,8H240a4,4,0,0,0,0-8ZM36,106.88l22.85-32,66.93-46.23a4,4,0,0,1,4.38,0l67,46.26,22.85,32V196H188V120a4,4,0,0,0-4-4H72a4,4,0,0,0-4,4v76H36Zm92,48.2L84.48,124h87Zm52-27.31v64.46L134.88,160ZM121.12,160,76,192.23V127.77Zm6.88,4.92L171.52,196h-87ZM108,88a4,4,0,0,1,4-4h32a4,4,0,0,1,0,8H112A4,4,0,0,1,108,88Z"></path></svg>
|
|
7
|
+
);
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return (
|
|
11
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M240,192h-8V130.57l1.49,2.08a8,8,0,1,0,13-9.3l-40-56a8,8,0,0,0-2-1.94L137,18.77l-.1-.07a16,16,0,0,0-17.76,0l-.1.07L51.45,65.42a8,8,0,0,0-2,1.94l-40,56a8,8,0,1,0,13,9.3L24,130.57V192H16a8,8,0,0,0,0,16H240a8,8,0,0,0,0-16ZM40,108.17,61.7,77.79,128,32l66.3,45.78L216,108.17V192H192V120a8,8,0,0,0-8-8H72a8,8,0,0,0-8,8v72H40Zm88,42L97,128H159Zm48-14.62v48.91L141.76,160ZM114.24,160,80,184.46V135.55ZM128,169.83,159,192H97ZM104,88a8,8,0,0,1,8-8h32a8,8,0,1,1,0,16H112A8,8,0,0,1,104,88Z"></path></svg>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M100,84a12,12,0,0,1,12-12h32a12,12,0,0,1,0,24H112A12,12,0,0,1,100,84ZM252,200a12,12,0,0,1-12,12H16a12,12,0,0,1,0-24h4V139.31A12,12,0,0,1,6.24,121l40-56a11.91,11.91,0,0,1,2.94-2.9l67.56-46.65.17-.11a19.94,19.94,0,0,1,22.18,0l.17.11,67.56,46.65a11.91,11.91,0,0,1,2.94,2.9l40,56A12,12,0,0,1,236,139.31V188h4A12,12,0,0,1,252,200ZM44,188H64V124a12,12,0,0,1,12-12H180a12,12,0,0,1,12,12v64h20V109.45L191.45,80.69,128,36.87,64.55,80.69,44,109.45Zm124-52H113.9L168,174.07ZM88,188h58.1L88,147.12Z"></path></svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return (
|
|
21
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M240,192h-8V130.57l1.49,2.08a8,8,0,1,0,13-9.3l-40-56a8,8,0,0,0-2-1.94L137,18.77l-.1-.07a16,16,0,0,0-17.76,0l-.1.07L51.45,65.42a8,8,0,0,0-2,1.94l-40,56a8,8,0,1,0,13,9.3L24,130.57V192H16a8,8,0,0,0,0,16H240a8,8,0,0,0,0-16ZM112,80h32a8,8,0,1,1,0,16H112a8,8,0,1,1,0-16Zm52.64,40L128,146.17,91.36,120ZM72,125.83,114.24,156,72,186.17ZM91.36,192,128,165.83,164.64,192ZM184,186.17,141.76,156,184,125.83Z"></path></svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return (
|
|
26
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M240,192h-8V130.57l1.49,2.08a8,8,0,1,0,13-9.3l-40-56a8,8,0,0,0-2-1.94L137,18.77l-.1-.07a16,16,0,0,0-17.76,0l-.1.07L51.45,65.42a8,8,0,0,0-2,1.94l-40,56a8,8,0,1,0,13,9.3L24,130.57V192H16a8,8,0,0,0,0,16H240a8,8,0,0,0,0-16ZM112,80h32a8,8,0,1,1,0,16H112a8,8,0,1,1,0-16Zm52.64,40L128,146.17,91.36,120ZM72,125.83,114.24,156,72,186.17ZM91.36,192,128,165.83,164.64,192ZM184,186.17,141.76,156,184,125.83Z"></path></svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
return (
|
|
30
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M240,194H230V124.32l5.12,7.17a6,6,0,1,0,9.76-7l-40-56a6.14,6.14,0,0,0-1.47-1.45L135.77,20.35a14,14,0,0,0-15.62.06L52.59,67.06a6.14,6.14,0,0,0-1.47,1.45l-40,56a6,6,0,1,0,9.76,7L26,124.32V194H16a6,6,0,0,0,0,12H240a6,6,0,0,0,0-12ZM38,107.52,60.27,76.34l66.62-46a2,2,0,0,1,2.14-.06l66.7,46.06L218,107.52V194H190V120a6,6,0,0,0-6-6H72a6,6,0,0,0-6,6v74H38Zm90,45.11L90.72,126h74.56Zm50-21v56.68L138.32,160ZM117.68,160,78,188.34V131.66ZM128,167.37,165.28,194H90.72ZM106,88a6,6,0,0,1,6-6h32a6,6,0,0,1,0,12H112A6,6,0,0,1,106,88Z"></path></svg>
|
|
31
|
+
);
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default Barn;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Bicycle = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="19" viewBox="0 0 32 19" fill="none">
|
|
7
|
+
<path d="M25.5733 7C24.7687 6.99923 23.9739 7.17638 23.2458 7.51875L19.4483 1H23.5733C23.9711 1 24.3526 1.15804 24.6339 1.43934C24.9152 1.72064 25.0733 2.10218 25.0733 2.5C25.0733 2.63261 25.126 2.75979 25.2197 2.85355C25.3135 2.94732 25.4407 3 25.5733 3C25.7059 3 25.8331 2.94732 25.9268 2.85355C26.0206 2.75979 26.0733 2.63261 26.0733 2.5C26.0733 1.83696 25.8099 1.20107 25.3411 0.732233C24.8722 0.263392 24.2363 0 23.5733 0H18.5733C18.4856 8.99268e-05 18.3994 0.0232583 18.3235 0.0671792C18.2475 0.1111 18.1845 0.174227 18.1407 0.250222C18.0968 0.326216 18.0738 0.412403 18.0738 0.500128C18.0738 0.587853 18.0969 0.674028 18.1408 0.75L20.0358 4H11.6983L9.50578 0.25C9.46194 0.174066 9.3989 0.110995 9.32299 0.0671153C9.24708 0.0232356 9.16097 8.99355e-05 9.07328 0H5.57328C5.44068 0 5.3135 0.0526785 5.21973 0.146447C5.12596 0.240215 5.07328 0.367392 5.07328 0.5C5.07328 0.632608 5.12596 0.759786 5.21973 0.853554C5.3135 0.947322 5.44068 1 5.57328 1H8.78578L10.8095 4.47L8.39453 7.78125C7.17876 7.04301 5.72516 6.80197 4.33617 7.10828C2.94719 7.41459 1.72979 8.24466 0.937293 9.42578C0.144793 10.6069 -0.161781 12.0481 0.0813605 13.4495C0.324502 14.851 1.09863 16.1047 2.24268 16.9498C3.38673 17.7949 4.81259 18.1664 6.22358 17.9869C7.63457 17.8075 8.92202 17.0909 9.81807 15.9862C10.7141 14.8816 11.1497 13.474 11.0343 12.0563C10.9188 10.6387 10.2612 9.32011 9.19828 8.375L11.3595 5.4125L15.6408 12.75C15.6846 12.8259 15.7477 12.889 15.8236 12.9329C15.8995 12.9768 15.9856 12.9999 16.0733 13C16.161 12.9992 16.2471 12.976 16.3233 12.9325C16.3802 12.8994 16.4299 12.8554 16.4698 12.8031C16.5096 12.7507 16.5388 12.691 16.5555 12.6274C16.5722 12.5637 16.5762 12.4974 16.5672 12.4322C16.5583 12.367 16.5366 12.3043 16.5033 12.2475L12.2745 4.9975H20.617L22.3808 8.02125C21.3126 8.78259 20.5518 9.90061 20.2354 11.1736C19.9191 12.4466 20.0681 13.7907 20.6556 14.9635C21.2432 16.1363 22.2305 17.0604 23.4395 17.5693C24.6485 18.0781 25.9995 18.1382 27.2488 17.7385C28.4982 17.3388 29.5635 16.5058 30.2527 15.3898C30.9419 14.2737 31.2096 12.9481 31.0073 11.6521C30.8051 10.3561 30.1464 9.17498 29.1499 8.32193C28.1535 7.46889 26.885 7.00005 25.5733 7ZM10.0733 12.5C10.0738 13.4897 9.74802 14.452 9.14638 15.2379C8.54473 16.0237 7.7008 16.5893 6.74523 16.8471C5.78967 17.1048 4.77578 17.0404 3.86056 16.6637C2.94533 16.287 2.17981 15.6191 1.68254 14.7633C1.18526 13.9076 0.983963 12.9118 1.10981 11.9301C1.23566 10.9485 1.68164 10.0356 2.37868 9.33303C3.07573 8.63042 3.98497 8.17721 4.96563 8.04356C5.94628 7.90991 6.94364 8.10329 7.80328 8.59375L5.16953 12.205C5.09129 12.3121 5.0588 12.4459 5.07919 12.5769C5.09959 12.7079 5.1712 12.8255 5.27828 12.9037C5.38536 12.982 5.51914 13.0145 5.65018 12.9941C5.78122 12.9737 5.89879 12.9021 5.97703 12.795L8.61078 9.1825C9.07179 9.60343 9.43995 10.1159 9.69177 10.6871C9.94359 11.2583 10.0735 11.8757 10.0733 12.5ZM25.5733 17C24.6276 16.9994 23.7062 16.7009 22.9398 16.1469C22.1734 15.5929 21.6011 14.8115 21.304 13.9137C21.0069 13.016 21.0002 12.0474 21.2848 11.1456C21.5694 10.2438 22.1309 9.45458 22.8895 8.89L25.1395 12.7525C25.1834 12.8284 25.2464 12.8915 25.3223 12.9354C25.3982 12.9793 25.4844 13.0024 25.572 13.0025C25.6598 13.0017 25.7458 12.9785 25.822 12.935C25.8789 12.9019 25.9287 12.8579 25.9685 12.8056C26.0084 12.7532 26.0375 12.6935 26.0542 12.6299C26.0709 12.5662 26.0749 12.4999 26.066 12.4347C26.057 12.3695 26.0353 12.3068 26.002 12.25L23.752 8.38875C24.3648 8.11606 25.0307 7.98378 25.7012 8.00159C26.3716 8.0194 27.0296 8.18685 27.627 8.49168C28.2244 8.79652 28.7461 9.23103 29.154 9.76345C29.5618 10.2959 29.8455 10.9127 29.9843 11.5689C30.1231 12.225 30.1134 12.9039 29.956 13.5559C29.7987 14.2078 29.4976 14.8164 29.0747 15.337C28.6519 15.8576 28.1181 16.2771 27.5123 16.5648C26.9064 16.8526 26.244 17.0012 25.5733 17Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
if (type === "regular") {
|
|
13
|
+
return (
|
|
14
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none">
|
|
15
|
+
<path d="M26.0324 14C25.3095 13.9997 24.5924 14.1306 23.9162 14.3862L20.7737 9H24.0324C24.2977 9 24.552 9.10536 24.7396 9.29289C24.9271 9.48043 25.0324 9.73478 25.0324 10C25.0324 10.2652 25.1378 10.5196 25.3253 10.7071C25.5129 10.8946 25.7672 11 26.0324 11C26.2977 11 26.552 10.8946 26.7396 10.7071C26.9271 10.5196 27.0324 10.2652 27.0324 10C27.0324 9.20435 26.7164 8.44129 26.1538 7.87868C25.5912 7.31607 24.8281 7 24.0324 7H19.0324C18.8571 7.0004 18.6849 7.0469 18.5332 7.13483C18.3815 7.22276 18.2556 7.34903 18.1681 7.50098C18.0806 7.65294 18.0346 7.82522 18.0347 8.00057C18.0348 8.17591 18.081 8.34815 18.1687 8.5L19.6249 11H12.4399L10.3962 7.5C10.3086 7.34831 10.1827 7.22229 10.0312 7.13454C9.87957 7.04679 9.7076 7.0004 9.53245 7H6.03245C5.76723 7 5.51288 7.10536 5.32534 7.29289C5.1378 7.48043 5.03245 7.73478 5.03245 8C5.03245 8.26522 5.1378 8.51957 5.32534 8.70711C5.51288 8.89464 5.76723 9 6.03245 9H8.9587L10.6724 11.9388L8.7087 14.6325C7.35947 13.9573 5.8058 13.8137 4.35567 14.2301C2.90553 14.6466 1.6648 15.5927 0.879419 16.8809C0.094036 18.1691 -0.178662 19.7054 0.11538 21.1852C0.409423 22.665 1.24874 23.9803 2.46696 24.8704C3.68517 25.7605 5.19335 26.1604 6.69254 25.9908C8.19172 25.8212 9.57246 25.0945 10.5611 23.9548C11.5496 22.815 12.0739 21.3455 12.03 19.8374C11.986 18.3292 11.377 16.8927 10.3237 15.8125L11.7724 13.825L15.6687 20.5C15.7296 20.6223 15.8149 20.7308 15.9193 20.8189C16.0238 20.9069 16.1451 20.9726 16.276 21.012C16.4068 21.0513 16.5443 21.0634 16.68 21.0475C16.8156 21.0317 16.9466 20.9882 17.0649 20.9198C17.1831 20.8513 17.286 20.7594 17.3674 20.6496C17.4487 20.5399 17.5067 20.4146 17.5377 20.2816C17.5688 20.1485 17.5722 20.0105 17.5479 19.8761C17.5235 19.7417 17.4719 19.6137 17.3962 19.5L13.6062 13H20.7912L22.1899 15.3962C21.107 16.3013 20.3778 17.5592 20.1306 18.9487C19.8833 20.3382 20.1337 21.7704 20.8379 22.9936C21.542 24.2167 22.6548 25.1525 23.9806 25.6363C25.3064 26.1202 26.7604 26.1212 28.0869 25.6392C29.4134 25.1572 30.5275 24.2231 31.2334 23.0009C31.9392 21.7788 32.1917 20.3469 31.9464 18.9571C31.7011 17.5672 30.9737 16.3083 29.892 15.4017C28.8104 14.4951 27.4438 13.9988 26.0324 14ZM10.0324 20C10.0327 20.8556 9.75859 21.6887 9.25043 22.3769C8.74226 23.0652 8.02679 23.5725 7.20908 23.8241C6.39137 24.0758 5.51452 24.0587 4.70727 23.7752C3.90003 23.4918 3.20493 22.957 2.72406 22.2493C2.24318 21.5417 2.00187 20.6985 2.03555 19.8436C2.06923 18.9888 2.37613 18.1672 2.91118 17.4996C3.44624 16.832 4.18125 16.3535 5.00829 16.1344C5.83533 15.9154 6.71082 15.9673 7.5062 16.2825L5.22495 19.4075C5.14189 19.5131 5.08098 19.6344 5.04585 19.7641C5.01071 19.8938 5.00208 20.0293 5.02047 20.1624C5.03886 20.2955 5.08388 20.4236 5.15286 20.5389C5.22183 20.6542 5.31334 20.7544 5.42193 20.8336C5.53051 20.9128 5.65393 20.9692 5.78482 20.9996C5.91572 21.03 6.05139 21.0338 6.18375 21.0106C6.31611 20.9873 6.44243 20.9377 6.55518 20.8646C6.66792 20.7915 6.76477 20.6964 6.83995 20.585L9.1212 17.46C9.71109 18.1749 10.0333 19.0731 10.0324 20ZM26.0324 24C25.2402 23.9994 24.4659 23.7635 23.8079 23.3223C23.1499 22.8811 22.6377 22.2544 22.3363 21.5217C22.0349 20.7891 21.9578 19.9834 22.1149 19.2068C22.272 18.4303 22.6562 17.7179 23.2187 17.16L25.1687 20.5C25.2296 20.6223 25.3149 20.7308 25.4193 20.8189C25.5238 20.9069 25.6451 20.9726 25.776 21.012C25.9068 21.0513 26.0443 21.0634 26.18 21.0475C26.3156 21.0317 26.4466 20.9882 26.5649 20.9198C26.6831 20.8513 26.786 20.7594 26.8674 20.6496C26.9487 20.5399 27.0067 20.4146 27.0377 20.2816C27.0688 20.1485 27.0722 20.0105 27.0479 19.8761C27.0235 19.7417 26.9719 19.6137 26.8962 19.5L24.9449 16.1513C25.4952 15.9955 26.0724 15.9595 26.6377 16.0457C27.203 16.132 27.7432 16.3384 28.222 16.6511C28.7007 16.9639 29.1069 17.3756 29.413 17.8586C29.7191 18.3416 29.9182 18.8846 29.9966 19.451C30.0751 20.0174 30.0312 20.5941 29.868 21.1421C29.7047 21.6902 29.4258 22.1968 29.0501 22.6279C28.6744 23.0591 28.2107 23.4046 27.6901 23.6413C27.1695 23.878 26.6043 24.0003 26.0324 24Z"
|
|
16
|
+
fill="currentColor" />
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
if (type === "bold") {
|
|
21
|
+
return (
|
|
22
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none">
|
|
23
|
+
<path d="M25.5414 13.5C24.9006 13.4997 24.2632 13.5945 23.6502 13.7812L21.1527 9.5H24.0414C24.174 9.5 24.3012 9.55268 24.395 9.64645C24.4888 9.74021 24.5414 9.86739 24.5414 10C24.5414 10.3978 24.6995 10.7794 24.9808 11.0607C25.2621 11.342 25.6436 11.5 26.0414 11.5C26.4393 11.5 26.8208 11.342 27.1021 11.0607C27.3834 10.7794 27.5414 10.3978 27.5414 10C27.5414 9.07174 27.1727 8.1815 26.5163 7.52513C25.8599 6.86875 24.9697 6.5 24.0414 6.5H18.5414C18.2784 6.50049 18.0201 6.57015 17.7924 6.70201C17.5648 6.83386 17.3758 7.02326 17.2445 7.25121C17.1132 7.47915 17.0441 7.73763 17.0442 8.0007C17.0443 8.26377 17.1137 8.52218 17.2452 8.75L18.2627 10.5H13.7364L11.8377 7.25C11.7063 7.02238 11.5174 6.83329 11.2899 6.70166C11.0624 6.57003 10.8043 6.50049 10.5414 6.5H6.54144C6.14362 6.5 5.76208 6.65804 5.48078 6.93934C5.19948 7.22064 5.04144 7.60218 5.04144 8C5.04144 8.39782 5.19948 8.77936 5.48078 9.06066C5.76208 9.34196 6.14362 9.5 6.54144 9.5H9.68019L11.0639 11.875L9.29144 14.1112C7.84407 13.4321 6.19765 13.3083 4.665 13.7634C3.13235 14.2185 1.82029 15.2208 0.978113 16.5797C0.135936 17.9387 -0.177664 19.5598 0.0968989 21.1348C0.371462 22.7098 1.21505 24.1291 2.46739 25.123C3.71972 26.1169 5.29352 26.6161 6.88975 26.5257C8.48598 26.4354 9.99341 25.7618 11.1256 24.633C12.2578 23.5041 12.9359 21.9987 13.031 20.4028C13.1261 18.8068 12.6316 17.2315 11.6414 15.9762L12.6877 14.655L14.7914 18.2563C14.8831 18.4396 15.0114 18.6022 15.1684 18.734C15.3254 18.8658 15.5078 18.964 15.7042 19.0226C15.9006 19.0812 16.107 19.0989 16.3105 19.0746C16.514 19.0504 16.7104 18.9846 16.8876 18.8815C17.0647 18.7784 17.2189 18.6401 17.3405 18.4751C17.4621 18.31 17.5486 18.1219 17.5946 17.9221C17.6407 17.7224 17.6453 17.5153 17.6082 17.3137C17.5711 17.1121 17.4931 16.9203 17.3789 16.75L15.4864 13.5H20.0127L21.0614 15.2975C19.9685 16.3404 19.273 17.7314 19.0944 19.2315C18.9158 20.7315 19.2652 22.247 20.0827 23.5173C20.9002 24.7877 22.1346 25.7337 23.5738 26.1927C25.0131 26.6517 26.5672 26.5951 27.9692 26.0325C29.3713 25.47 30.5336 24.4367 31.2564 23.1102C31.9792 21.7837 32.2175 20.2469 31.9302 18.7638C31.6429 17.2807 30.848 15.944 29.6821 14.9834C28.5162 14.0228 27.0521 13.4983 25.5414 13.5ZM10.0414 20C10.0416 20.7261 9.81586 21.4342 9.39563 22.0263C8.97539 22.6184 8.38143 23.0651 7.696 23.3046C7.01058 23.5441 6.26764 23.5646 5.5701 23.3631C4.87255 23.1616 4.25494 22.7481 3.80283 22.18C3.35071 21.6119 3.08646 20.9172 3.04669 20.1922C3.00693 19.4673 3.19361 18.7479 3.58088 18.1337C3.96815 17.5196 4.53683 17.041 5.20815 16.7644C5.87946 16.4879 6.62018 16.4269 7.32769 16.59L5.36519 19.0688C5.11821 19.3807 5.00527 19.778 5.05121 20.1732C5.09716 20.5685 5.29823 20.9293 5.61019 21.1763C5.92215 21.4232 6.31945 21.5362 6.71468 21.4902C7.10991 21.4443 7.47071 21.2432 7.71769 20.9312L9.68019 18.4525C9.91835 18.9336 10.042 19.4632 10.0414 20ZM25.5414 23.5C24.9048 23.4997 24.2802 23.3258 23.7351 22.9969C23.19 22.668 22.7448 22.1966 22.4477 21.6336C22.1505 21.0705 22.0126 20.4371 22.0487 19.8014C22.0848 19.1658 22.2937 18.552 22.6527 18.0263L24.2452 20.7563C24.4519 21.0859 24.7785 21.3224 25.1563 21.4158C25.534 21.5091 25.9332 21.452 26.2697 21.2565C26.6061 21.0611 26.8534 20.7425 26.9594 20.3681C27.0654 19.9937 27.0217 19.5928 26.8377 19.25L25.2439 16.52C25.3427 16.5113 25.4414 16.5063 25.5414 16.5063C26.4697 16.5063 27.3599 16.875 28.0163 17.5314C28.6727 18.1878 29.0414 19.078 29.0414 20.0063C29.0414 20.9345 28.6727 21.8247 28.0163 22.4811C27.3599 23.1375 26.4697 23.5063 25.5414 23.5063V23.5Z"
|
|
24
|
+
fill="currentColor" />
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
if (type === "fill") {
|
|
29
|
+
return (
|
|
30
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
31
|
+
<path d="M6.81397 20.5888L10.2977 15.8125C11.3475 16.8901 11.9542 18.3228 11.9975 19.8266C12.0409 21.3304 11.5177 22.7956 10.5316 23.9318C9.5456 25.0681 8.1687 25.7925 6.67378 25.9614C5.17886 26.1303 3.67503 25.7315 2.46029 24.844C1.24556 23.9564 0.408573 22.6449 0.115202 21.1694C-0.178168 19.6938 0.0934855 18.1619 0.876331 16.8772C1.65918 15.5925 2.89608 14.6488 4.34193 14.233C5.78777 13.8173 7.33705 13.9598 8.68272 14.6325L5.19897 19.4112C5.11592 19.5169 5.05501 19.6382 5.01987 19.7679C4.98474 19.8976 4.97611 20.033 4.9945 20.1662C5.01288 20.2993 5.05791 20.4273 5.12688 20.5426C5.19586 20.658 5.28737 20.7582 5.39595 20.8374C5.50453 20.9165 5.62796 20.973 5.75885 21.0034C5.88974 21.0338 6.02542 21.0375 6.15778 21.0143C6.29014 20.9911 6.41646 20.9415 6.5292 20.8683C6.64195 20.7952 6.7388 20.7001 6.81397 20.5888ZM26.0065 14C25.2835 13.9997 24.5665 14.1306 23.8902 14.3862L26.8702 19.5C26.9459 19.6137 26.9976 19.7417 27.0219 19.8761C27.0462 20.0105 27.0428 20.1485 27.0117 20.2816C26.9807 20.4146 26.9227 20.5399 26.8414 20.6496C26.7601 20.7594 26.6571 20.8513 26.5389 20.9198C26.4207 20.9882 26.2897 21.0317 26.154 21.0475C26.0183 21.0634 25.8808 21.0513 25.75 21.012C25.6192 20.9726 25.4978 20.9069 25.3933 20.8189C25.2889 20.7308 25.2036 20.6223 25.1427 20.5L22.164 15.3925C21.0801 16.2966 20.3497 17.5538 20.1011 18.9431C19.8525 20.3325 20.1016 21.765 20.8047 22.9888C21.5077 24.2126 22.6197 25.1494 23.9452 25.6345C25.2706 26.1196 26.7246 26.1219 28.0515 25.641C29.3785 25.1601 30.4935 24.2268 31.2004 23.0053C31.9073 21.7837 32.161 20.3519 31.9168 18.9618C31.6726 17.5717 30.9461 16.3122 29.8651 15.4047C28.7842 14.4972 27.4179 13.9998 26.0065 14ZM20.7477 9H24.0065C24.2717 9 24.526 9.10536 24.7136 9.29289C24.9011 9.48043 25.0065 9.73478 25.0065 10C25.0065 10.2652 25.1118 10.5196 25.2994 10.7071C25.4869 10.8946 25.7413 11 26.0065 11C26.2717 11 26.526 10.8946 26.7136 10.7071C26.9011 10.5196 27.0065 10.2652 27.0065 10C27.0065 9.20435 26.6904 8.44129 26.1278 7.87868C25.5652 7.31607 24.8021 7 24.0065 7H19.0065C18.8311 7.0004 18.659 7.0469 18.5073 7.13483C18.3556 7.22276 18.2297 7.34903 18.1422 7.50098C18.0547 7.65294 18.0086 7.82522 18.0087 8.00057C18.0088 8.17591 18.055 8.34815 18.1427 8.5L19.599 11H12.414L10.3702 7.5C10.2826 7.34831 10.1568 7.22229 10.0052 7.13454C9.8536 7.04679 9.68162 7.0004 9.50647 7H6.00647C5.74126 7 5.4869 7.10536 5.29937 7.29289C5.11183 7.48043 5.00647 7.73478 5.00647 8C5.00647 8.26522 5.11183 8.51957 5.29937 8.70711C5.4869 8.89464 5.74126 9 6.00647 9H8.93272L10.6465 11.9388L8.68272 14.6325C9.28345 14.9324 9.82941 15.3313 10.2977 15.8125L11.7465 13.825L15.6427 20.5C15.7036 20.6223 15.7889 20.7308 15.8933 20.8189C15.9978 20.9069 16.1192 20.9726 16.25 21.012C16.3808 21.0513 16.5183 21.0634 16.654 21.0475C16.7897 21.0317 16.9207 20.9882 17.0389 20.9198C17.1571 20.8513 17.2601 20.7594 17.3414 20.6496C17.4227 20.5399 17.4807 20.4146 17.5117 20.2816C17.5428 20.1485 17.5462 20.0105 17.5219 19.8761C17.4976 19.7417 17.4459 19.6137 17.3702 19.5L13.5802 13H20.7652L22.164 15.3962C22.679 14.9656 23.2625 14.6242 23.8902 14.3862L20.7477 9Z"
|
|
32
|
+
fill="currentColor" />
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
if (type === "duotone") {
|
|
37
|
+
return (
|
|
38
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32" fill="none">
|
|
39
|
+
<path opacity="0.2" d="M31.0332 20C31.0332 20.9889 30.74 21.9556 30.1906 22.7779C29.6411 23.6001 28.8603 24.241 27.9466 24.6194C27.033 24.9978 26.0277 25.0969 25.0578 24.9039C24.0878 24.711 23.1969 24.2348 22.4977 23.5355C21.7984 22.8363 21.3222 21.9454 21.1293 20.9755C20.9364 20.0055 21.0354 19.0002 21.4138 18.0866C21.7922 17.173 22.4331 16.3921 23.2554 15.8427C24.0776 15.2932 25.0443 15 26.0332 15C27.3593 15 28.6311 15.5268 29.5687 16.4645C30.5064 17.4021 31.0332 18.6739 31.0332 20ZM6.03321 15C5.0443 15 4.0776 15.2932 3.25535 15.8427C2.43311 16.3921 1.79225 17.173 1.41381 18.0866C1.03537 19.0002 0.936353 20.0055 1.12928 20.9755C1.32221 21.9454 1.79841 22.8363 2.49767 23.5355C3.19693 24.2348 4.08785 24.711 5.05775 24.9039C6.02766 25.0969 7.03299 24.9978 7.94662 24.6194C8.86025 24.241 9.64115 23.6001 10.1906 22.7779C10.74 21.9556 11.0332 20.9889 11.0332 20C11.0332 18.6739 10.5064 17.4021 9.56874 16.4645C8.63106 15.5268 7.35929 15 6.03321 15Z"
|
|
40
|
+
fill="currentColor" />
|
|
41
|
+
<path d="M26.0324 14C25.3095 13.9997 24.5924 14.1306 23.9162 14.3862L20.7737 9H24.0324C24.2977 9 24.552 9.10536 24.7396 9.29289C24.9271 9.48043 25.0324 9.73478 25.0324 10C25.0324 10.2652 25.1378 10.5196 25.3253 10.7071C25.5129 10.8946 25.7672 11 26.0324 11C26.2977 11 26.552 10.8946 26.7396 10.7071C26.9271 10.5196 27.0324 10.2652 27.0324 10C27.0324 9.20435 26.7164 8.44129 26.1538 7.87868C25.5912 7.31607 24.8281 7 24.0324 7H19.0324C18.8571 7.0004 18.6849 7.0469 18.5332 7.13483C18.3815 7.22276 18.2556 7.34903 18.1681 7.50098C18.0806 7.65294 18.0346 7.82522 18.0347 8.00057C18.0348 8.17591 18.081 8.34815 18.1687 8.5L19.6249 11H12.4399L10.3962 7.5C10.3086 7.34831 10.1827 7.22229 10.0312 7.13454C9.87957 7.04679 9.7076 7.0004 9.53245 7H6.03245C5.76723 7 5.51288 7.10536 5.32534 7.29289C5.1378 7.48043 5.03245 7.73478 5.03245 8C5.03245 8.26522 5.1378 8.51957 5.32534 8.70711C5.51288 8.89464 5.76723 9 6.03245 9H8.9587L10.6724 11.9388L8.7087 14.6325C7.35947 13.9573 5.8058 13.8137 4.35567 14.2301C2.90553 14.6466 1.6648 15.5927 0.879419 16.8809C0.094036 18.1691 -0.178662 19.7054 0.11538 21.1852C0.409423 22.665 1.24874 23.9803 2.46696 24.8704C3.68517 25.7605 5.19335 26.1604 6.69254 25.9908C8.19172 25.8212 9.57246 25.0945 10.5611 23.9548C11.5496 22.815 12.0739 21.3455 12.03 19.8374C11.986 18.3292 11.377 16.8927 10.3237 15.8125L11.7724 13.825L15.6687 20.5C15.7296 20.6223 15.8149 20.7308 15.9193 20.8189C16.0238 20.9069 16.1451 20.9726 16.276 21.012C16.4068 21.0513 16.5443 21.0634 16.68 21.0475C16.8156 21.0317 16.9466 20.9882 17.0649 20.9198C17.1831 20.8513 17.286 20.7594 17.3674 20.6496C17.4487 20.5399 17.5067 20.4146 17.5377 20.2816C17.5688 20.1485 17.5722 20.0105 17.5479 19.8761C17.5235 19.7417 17.4719 19.6137 17.3962 19.5L13.6062 13H20.7912L22.1899 15.3962C21.107 16.3013 20.3778 17.5592 20.1306 18.9487C19.8833 20.3382 20.1337 21.7704 20.8379 22.9936C21.542 24.2167 22.6548 25.1525 23.9806 25.6363C25.3064 26.1202 26.7604 26.1212 28.0869 25.6392C29.4134 25.1572 30.5275 24.2231 31.2334 23.0009C31.9392 21.7788 32.1917 20.3469 31.9464 18.9571C31.7011 17.5672 30.9737 16.3083 29.892 15.4017C28.8104 14.4951 27.4438 13.9988 26.0324 14ZM10.0324 20C10.0327 20.8556 9.75859 21.6887 9.25043 22.3769C8.74226 23.0652 8.02679 23.5725 7.20908 23.8241C6.39137 24.0758 5.51452 24.0587 4.70727 23.7752C3.90003 23.4918 3.20493 22.957 2.72406 22.2493C2.24318 21.5417 2.00187 20.6985 2.03555 19.8436C2.06923 18.9888 2.37613 18.1672 2.91118 17.4996C3.44624 16.832 4.18125 16.3535 5.00829 16.1344C5.83533 15.9154 6.71082 15.9673 7.5062 16.2825L5.22495 19.4075C5.14189 19.5131 5.08098 19.6344 5.04585 19.7641C5.01071 19.8938 5.00208 20.0293 5.02047 20.1624C5.03886 20.2955 5.08388 20.4236 5.15286 20.5389C5.22183 20.6542 5.31334 20.7544 5.42193 20.8336C5.53051 20.9128 5.65393 20.9692 5.78482 20.9996C5.91572 21.03 6.05139 21.0338 6.18375 21.0106C6.31611 20.9873 6.44243 20.9377 6.55518 20.8646C6.66792 20.7915 6.76477 20.6964 6.83995 20.585L9.1212 17.46C9.71109 18.1749 10.0333 19.0731 10.0324 20ZM26.0324 24C25.2402 23.9994 24.4659 23.7635 23.8079 23.3223C23.1499 22.8811 22.6377 22.2544 22.3363 21.5217C22.0349 20.7891 21.9578 19.9834 22.1149 19.2068C22.272 18.4303 22.6562 17.7179 23.2187 17.16L25.1687 20.5C25.2296 20.6223 25.3149 20.7308 25.4193 20.8189C25.5238 20.9069 25.6451 20.9726 25.776 21.012C25.9068 21.0513 26.0443 21.0634 26.18 21.0475C26.3156 21.0317 26.4466 20.9882 26.5649 20.9198C26.6831 20.8513 26.786 20.7594 26.8674 20.6496C26.9487 20.5399 27.0067 20.4146 27.0377 20.2816C27.0688 20.1485 27.0722 20.0105 27.0479 19.8761C27.0235 19.7417 26.9719 19.6137 26.8962 19.5L24.9449 16.1513C25.4952 15.9955 26.0724 15.9595 26.6377 16.0457C27.203 16.132 27.7432 16.3384 28.222 16.6511C28.7007 16.9639 29.1069 17.3756 29.413 17.8586C29.7191 18.3416 29.9182 18.8846 29.9966 19.451C30.0751 20.0174 30.0312 20.5941 29.868 21.1421C29.7047 21.6902 29.4258 22.1968 29.0501 22.6279C28.6744 23.0591 28.2107 23.4046 27.6901 23.6413C27.1695 23.878 26.6043 24.0003 26.0324 24Z"
|
|
42
|
+
fill="currentColor" />
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
return (
|
|
47
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
48
|
+
<path d="M26.0009 14.25C25.2368 14.2495 24.4803 14.4016 23.7759 14.6975L20.3071 8.75H24.0009C24.3324 8.75 24.6504 8.8817 24.8848 9.11612C25.1192 9.35054 25.2509 9.66848 25.2509 10C25.2509 10.1989 25.3299 10.3897 25.4706 10.5303C25.6112 10.671 25.802 10.75 26.0009 10.75C26.1998 10.75 26.3906 10.671 26.5312 10.5303C26.6719 10.3897 26.7509 10.1989 26.7509 10C26.7509 9.27065 26.4612 8.57118 25.9454 8.05546C25.4297 7.53973 24.7302 7.25 24.0009 7.25H19.0009C18.8694 7.25035 18.7403 7.28527 18.6266 7.35124C18.5129 7.41721 18.4185 7.51192 18.3529 7.62587C18.2873 7.73983 18.2528 7.86902 18.2529 8.0005C18.253 8.13199 18.2876 8.26113 18.3534 8.375L20.0284 11.25H12.2646L10.1484 7.625C10.0827 7.51128 9.98837 7.41679 9.87474 7.35098C9.76111 7.28518 9.6322 7.25035 9.50089 7.25H6.00089C5.80197 7.25 5.61121 7.32902 5.47056 7.46967C5.3299 7.61032 5.25089 7.80109 5.25089 8C5.25089 8.19891 5.3299 8.38968 5.47056 8.53033C5.61121 8.67098 5.80197 8.75 6.00089 8.75H9.06964L10.9446 11.955L8.75089 14.9525C7.46467 14.2465 5.95802 14.0563 4.5367 14.4205C3.11538 14.7847 1.88588 15.6761 1.09772 16.9137C0.309556 18.1512 0.0217775 19.6423 0.292787 21.0843C0.563797 22.5263 1.37329 23.8112 2.55699 24.6782C3.74069 25.5452 5.2099 25.9293 6.66647 25.7527C8.12304 25.576 9.45784 24.8518 10.4 23.727C11.3421 22.6022 11.821 21.1611 11.7394 19.6961C11.6579 18.2311 11.022 16.852 9.96089 15.8387L11.7646 13.375L15.8534 20.375C15.9191 20.4889 16.0137 20.5835 16.1276 20.6493C16.2414 20.7151 16.3706 20.7499 16.5021 20.75C16.634 20.7499 16.7635 20.7145 16.8771 20.6475C17.0488 20.5473 17.1736 20.3831 17.2242 20.1909C17.2748 19.9987 17.2471 19.7943 17.1471 19.6225L13.1384 12.7475H20.9021L22.4809 15.455C21.4047 16.289 20.6593 17.4778 20.3775 18.8099C20.0957 20.1419 20.2958 21.5308 20.942 22.7292C21.5882 23.9276 22.6387 24.8578 23.9065 25.3542C25.1744 25.8506 26.5772 25.881 27.8653 25.4401C29.1535 24.9991 30.2433 24.1153 30.9409 22.9461C31.6385 21.7769 31.8986 20.398 31.6748 19.055C31.4511 17.712 30.758 16.4919 29.719 15.612C28.68 14.7321 27.3624 14.2495 26.0009 14.25ZM10.2509 20C10.251 20.9227 9.95092 21.8204 9.39584 22.5575C8.84076 23.2945 8.06088 23.8309 7.17403 24.0856C6.28718 24.3403 5.34153 24.2995 4.47994 23.9693C3.61834 23.6391 2.88762 23.0374 2.39815 22.2552C1.90868 21.4731 1.68707 20.5528 1.76677 19.6336C1.84648 18.7143 2.22319 17.846 2.83998 17.1597C3.45678 16.4735 4.28016 16.0066 5.18572 15.8296C6.09129 15.6527 7.02986 15.7752 7.85964 16.1787L5.39464 19.5537C5.27728 19.7145 5.2286 19.9154 5.25931 20.112C5.29002 20.3087 5.3976 20.4851 5.55839 20.6025C5.71917 20.7199 5.92 20.7685 6.11668 20.7378C6.31335 20.7071 6.48978 20.5995 6.60714 20.4387L9.06964 17.0637C9.82806 17.8531 10.2514 18.9054 10.2509 20ZM26.0009 24.25C25.1326 24.2481 24.2856 23.9803 23.5741 23.4826C22.8626 22.9849 22.3205 22.2811 22.021 21.4661C21.7215 20.6511 21.6788 19.7638 21.8986 18.9238C22.1185 18.0838 22.5904 17.3313 23.2509 16.7675L25.3534 20.375C25.4191 20.4889 25.5137 20.5835 25.6276 20.6493C25.7414 20.7151 25.8706 20.7499 26.0021 20.75C26.134 20.7499 26.2635 20.7145 26.3771 20.6475C26.5488 20.5473 26.6736 20.3831 26.7242 20.1909C26.7749 19.9987 26.7471 19.7943 26.6471 19.6225L24.5396 16.0088C25.1227 15.7954 25.7454 15.7124 26.364 15.7656C26.9826 15.8188 27.582 16.0069 28.1201 16.3166C28.6582 16.6263 29.1219 17.0502 29.4785 17.5584C29.8352 18.0665 30.0763 18.6467 30.1846 19.258C30.293 19.8693 30.2662 20.497 30.106 21.0968C29.9457 21.6966 29.656 22.2541 29.2572 22.7299C28.8584 23.2058 28.3602 23.5885 27.7976 23.8511C27.235 24.1137 26.6217 24.2499 26.0009 24.25Z"
|
|
49
|
+
fill="currentColor" />
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export default Bicycle;
|