@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,49 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const FloppyDisk = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M27.0613 10.3538L21.6463 4.93875C21.5073 4.79926 21.3421 4.68867 21.1601 4.61337C20.9782 4.53806 20.7832 4.49954 20.5863 4.5H6C5.60218 4.5 5.22064 4.65804 4.93934 4.93934C4.65804 5.22065 4.5 5.60218 4.5 6V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H26C26.3978 27.5 26.7794 27.342 27.0607 27.0607C27.342 26.7794 27.5 26.3978 27.5 26V11.4138C27.5005 11.2169 27.4619 11.0218 27.3866 10.8399C27.3113 10.6579 27.2007 10.4927 27.0613 10.3538ZM21.5 26.5H10.5V19C10.5 18.8674 10.5527 18.7402 10.6464 18.6465C10.7402 18.5527 10.8674 18.5 11 18.5H21C21.1326 18.5 21.2598 18.5527 21.3536 18.6465C21.4473 18.7402 21.5 18.8674 21.5 19V26.5ZM26.5 26C26.5 26.1326 26.4473 26.2598 26.3536 26.3536C26.2598 26.4473 26.1326 26.5 26 26.5H22.5V19C22.5 18.6022 22.342 18.2207 22.0607 17.9393C21.7794 17.658 21.3978 17.5 21 17.5H11C10.6022 17.5 10.2206 17.658 9.93934 17.9393C9.65804 18.2207 9.5 18.6022 9.5 19V26.5H6C5.86739 26.5 5.74022 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V6C5.5 5.8674 5.55268 5.74022 5.64645 5.64645C5.74022 5.55268 5.86739 5.5 6 5.5H20.5863C20.7185 5.50023 20.8452 5.55282 20.9388 5.64625L26.3538 11.0613C26.4472 11.1548 26.4998 11.2815 26.5 11.4138V26ZM19.5 9C19.5 9.13261 19.4473 9.25979 19.3536 9.35356C19.2598 9.44733 19.1326 9.5 19 9.5H12C11.8674 9.5 11.7402 9.44733 11.6464 9.35356C11.5527 9.25979 11.5 9.13261 11.5 9C11.5 8.8674 11.5527 8.74022 11.6464 8.64645C11.7402 8.55268 11.8674 8.5 12 8.5H19C19.1326 8.5 19.2598 8.55268 19.3536 8.64645C19.4473 8.74022 19.5 8.8674 19.5 9Z"
|
|
8
|
+
fill="currentColor" />
|
|
9
|
+
</svg>;
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path
|
|
14
|
+
d="M27.4137 10L22 4.58626C21.815 4.39973 21.5947 4.25185 21.352 4.15121C21.1093 4.05057 20.849 3.99917 20.5863 4.00001H6C5.46957 4.00001 4.96086 4.21072 4.58579 4.5858C4.21071 4.96087 4 5.46958 4 6.00001V26C4 26.5304 4.21071 27.0392 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0392 28 26.5304 28 26V11.4138C28.0008 11.151 27.9494 10.8907 27.8488 10.648C27.7482 10.4053 27.6003 10.1851 27.4137 10ZM21 26H11V19H21V26ZM26 26H23V19C23 18.4696 22.7893 17.9609 22.4142 17.5858C22.0391 17.2107 21.5304 17 21 17H11C10.4696 17 9.96086 17.2107 9.58579 17.5858C9.21071 17.9609 9 18.4696 9 19V26H6V6.00001H20.5863L26 11.4138V26ZM20 9.00001C20 9.26523 19.8946 9.51958 19.7071 9.70712C19.5196 9.89465 19.2652 10 19 10H12C11.7348 10 11.4804 9.89465 11.2929 9.70712C11.1054 9.51958 11 9.26523 11 9.00001C11 8.73479 11.1054 8.48044 11.2929 8.2929C11.4804 8.10537 11.7348 8.00001 12 8.00001H19C19.2652 8.00001 19.5196 8.10537 19.7071 8.2929C19.8946 8.48044 20 8.73479 20 9.00001Z"
|
|
15
|
+
fill="currentColor" />
|
|
16
|
+
</svg>;
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path
|
|
21
|
+
d="M27.7675 9.64626L22.3538 4.23251C22.1222 3.99957 21.8468 3.81488 21.5434 3.68914C21.24 3.56341 20.9147 3.49912 20.5863 3.50001H6C5.33696 3.50001 4.70107 3.7634 4.23223 4.23224C3.76339 4.70108 3.5 5.33697 3.5 6.00001V26C3.5 26.6631 3.76339 27.2989 4.23223 27.7678C4.70107 28.2366 5.33696 28.5 6 28.5H26C26.663 28.5 27.2989 28.2366 27.7678 27.7678C28.2366 27.2989 28.5 26.6631 28.5 26V11.4138C28.5009 11.0853 28.4366 10.76 28.3109 10.4566C28.1851 10.1532 28.0004 9.87777 27.7675 9.64626ZM20.5 25.5H11.5V19.5H20.5V25.5ZM25.5 25.5H23.5V19C23.5 18.337 23.2366 17.7011 22.7678 17.2322C22.2989 16.7634 21.663 16.5 21 16.5H11C10.337 16.5 9.70107 16.7634 9.23223 17.2322C8.76339 17.7011 8.5 18.337 8.5 19V25.5H6.5V6.50001H20.375L25.5 11.625V25.5ZM20.5 10C20.5 10.3978 20.342 10.7794 20.0607 11.0607C19.7794 11.342 19.3978 11.5 19 11.5H12C11.6022 11.5 11.2206 11.342 10.9393 11.0607C10.658 10.7794 10.5 10.3978 10.5 10C10.5 9.60218 10.658 9.22065 10.9393 8.93935C11.2206 8.65804 11.6022 8.50001 12 8.50001H19C19.3978 8.50001 19.7794 8.65804 20.0607 8.93935C20.342 9.22065 20.5 9.60218 20.5 10Z"
|
|
22
|
+
fill="currentColor" />
|
|
23
|
+
</svg>;
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path
|
|
28
|
+
d="M27.4137 10L22 4.58626C21.815 4.39973 21.5947 4.25185 21.352 4.15121C21.1093 4.05057 20.849 3.99917 20.5863 4.00001H6C5.46957 4.00001 4.96086 4.21072 4.58579 4.5858C4.21071 4.96087 4 5.46958 4 6.00001V26C4 26.5304 4.21071 27.0392 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0392 28 26.5304 28 26V11.4138C28.0008 11.151 27.9494 10.8907 27.8488 10.648C27.7482 10.4053 27.6003 10.1851 27.4137 10ZM26 26H23V19C23 18.4696 22.7893 17.9609 22.4142 17.5858C22.0391 17.2107 21.5304 17 21 17H11C10.4696 17 9.96086 17.2107 9.58579 17.5858C9.21071 17.9609 9 18.4696 9 19V26H6V6.00001H20.5863L26 11.4138V26ZM20 9.00001C20 9.26523 19.8946 9.51958 19.7071 9.70712C19.5196 9.89465 19.2652 10 19 10H12C11.7348 10 11.4804 9.89465 11.2929 9.70712C11.1054 9.51958 11 9.26523 11 9.00001C11 8.73479 11.1054 8.48044 11.2929 8.2929C11.4804 8.10537 11.7348 8.00001 12 8.00001H19C19.2652 8.00001 19.5196 8.10537 19.7071 8.2929C19.8946 8.48044 20 8.73479 20 9.00001Z"
|
|
29
|
+
fill="currentColor" />
|
|
30
|
+
</svg>;
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path opacity="0.2"
|
|
35
|
+
d="M27 11.4137V26C27 26.2652 26.8946 26.5196 26.7071 26.7071C26.5196 26.8946 26.2652 27 26 27H22V19C22 18.7348 21.8946 18.4804 21.7071 18.2929C21.5196 18.1054 21.2652 18 21 18H11C10.7348 18 10.4804 18.1054 10.2929 18.2929C10.1054 18.4804 10 18.7348 10 19V27H6C5.73478 27 5.48043 26.8946 5.29289 26.7071C5.10536 26.5196 5 26.2652 5 26V6C5 5.73478 5.10536 5.48043 5.29289 5.29289C5.48043 5.10536 5.73478 5 6 5H20.5863C20.8511 5.00012 21.1051 5.10532 21.2925 5.2925L26.7075 10.7063C26.8003 10.7992 26.8739 10.9095 26.9241 11.0309C26.9743 11.1523 27.0001 11.2824 27 11.4137Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
<path
|
|
38
|
+
d="M27.4137 10L22 4.58626C21.815 4.39973 21.5947 4.25185 21.352 4.15121C21.1093 4.05057 20.849 3.99917 20.5863 4.00001H6C5.46957 4.00001 4.96086 4.21072 4.58579 4.5858C4.21071 4.96087 4 5.46958 4 6.00001V26C4 26.5304 4.21071 27.0392 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0392 28 26.5304 28 26V11.4138C28.0008 11.151 27.9494 10.8907 27.8488 10.648C27.7482 10.4053 27.6003 10.1851 27.4137 10ZM21 26H11V19H21V26ZM26 26H23V19C23 18.4696 22.7893 17.9609 22.4142 17.5858C22.0391 17.2107 21.5304 17 21 17H11C10.4696 17 9.96086 17.2107 9.58579 17.5858C9.21071 17.9609 9 18.4696 9 19V26H6V6.00001H20.5863L26 11.4138V26ZM20 9.00001C20 9.26523 19.8946 9.51958 19.7071 9.70712C19.5196 9.89465 19.2652 10 19 10H12C11.7348 10 11.4804 9.89465 11.2929 9.70712C11.1054 9.51958 11 9.26523 11 9.00001C11 8.73479 11.1054 8.48044 11.2929 8.2929C11.4804 8.10537 11.7348 8.00001 12 8.00001H19C19.2652 8.00001 19.5196 8.10537 19.7071 8.2929C19.8946 8.48044 20 8.73479 20 9.00001Z"
|
|
39
|
+
fill="currentColor" />
|
|
40
|
+
</svg>;
|
|
41
|
+
}
|
|
42
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path
|
|
44
|
+
d="M27.2375 10.1775L21.8225 4.7625C21.6605 4.5996 21.4679 4.47043 21.2557 4.38246C21.0435 4.29449 20.816 4.24947 20.5863 4.25H6C5.53587 4.25 5.09075 4.43438 4.76256 4.76257C4.43437 5.09076 4.25 5.53588 4.25 6.00001V26C4.25 26.4641 4.43437 26.9093 4.76256 27.2374C5.09075 27.5656 5.53587 27.75 6 27.75H26C26.4641 27.75 26.9093 27.5656 27.2374 27.2374C27.5656 26.9093 27.75 26.4641 27.75 26V11.4138C27.7505 11.184 27.7055 10.9565 27.6175 10.7443C27.5296 10.5321 27.4004 10.3395 27.2375 10.1775ZM21.25 26.25H10.75V19C10.75 18.9337 10.7763 18.8701 10.8232 18.8232C10.8701 18.7763 10.9337 18.75 11 18.75H21C21.0663 18.75 21.1299 18.7763 21.1768 18.8232C21.2237 18.8701 21.25 18.9337 21.25 19V26.25ZM26.25 26C26.25 26.0663 26.2237 26.1299 26.1768 26.1768C26.1299 26.2237 26.0663 26.25 26 26.25H22.75V19C22.75 18.5359 22.5656 18.0908 22.2374 17.7626C21.9093 17.4344 21.4641 17.25 21 17.25H11C10.5359 17.25 10.0908 17.4344 9.76256 17.7626C9.43437 18.0908 9.25 18.5359 9.25 19V26.25H6C5.9337 26.25 5.87011 26.2237 5.82322 26.1768C5.77634 26.1299 5.75 26.0663 5.75 26V6.00001C5.75 5.9337 5.77634 5.87011 5.82322 5.82323C5.87011 5.77634 5.9337 5.75001 6 5.75001H20.5863C20.6523 5.74995 20.7156 5.77602 20.7625 5.82251L26.1775 11.2375C26.224 11.2844 26.2501 11.3477 26.25 11.4138V26ZM19.75 9.00001C19.75 9.19892 19.671 9.38968 19.5303 9.53033C19.3897 9.67099 19.1989 9.75001 19 9.75001H12C11.8011 9.75001 11.6103 9.67099 11.4697 9.53033C11.329 9.38968 11.25 9.19892 11.25 9.00001C11.25 8.80109 11.329 8.61033 11.4697 8.46968C11.6103 8.32902 11.8011 8.25001 12 8.25001H19C19.1989 8.25001 19.3897 8.32902 19.5303 8.46968C19.671 8.61033 19.75 8.80109 19.75 9.00001Z"
|
|
45
|
+
fill="currentColor" />
|
|
46
|
+
</svg>;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default FloppyDisk;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Folder = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M27 9.50001H16.2075L12.6462 5.94001C12.5075 5.80012 12.3424 5.68919 12.1604 5.61366C11.9784 5.53812 11.7833 5.49949 11.5863 5.50001H5C4.60218 5.50001 4.22064 5.65804 3.93934 5.93934C3.65804 6.22065 3.5 6.60218 3.5 7.00001V25.0775C3.50066 25.4546 3.65074 25.816 3.91737 26.0826C4.184 26.3493 4.54543 26.4993 4.9225 26.5H27.1112C27.4795 26.4997 27.8325 26.3533 28.0929 26.0929C28.3532 25.8325 28.4997 25.4795 28.5 25.1113V11C28.5 10.6022 28.342 10.2206 28.0607 9.93934C27.7794 9.65804 27.3978 9.50001 27 9.50001ZM4.5 7.00001C4.5 6.8674 4.55268 6.74022 4.64645 6.64645C4.74021 6.55268 4.86739 6.50001 5 6.50001H11.5863C11.7185 6.50023 11.8452 6.55282 11.9388 6.64625L14.7925 9.50001H4.5V7.00001ZM27.5 25.1113C27.4997 25.2143 27.4586 25.3129 27.3858 25.3858C27.3129 25.4586 27.2143 25.4997 27.1112 25.5H4.9225C4.81055 25.4997 4.70327 25.4551 4.62411 25.3759C4.54495 25.2967 4.50033 25.1895 4.5 25.0775V10.5H27C27.1326 10.5 27.2598 10.5527 27.3536 10.6465C27.4473 10.7402 27.5 10.8674 27.5 11V25.1113Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M27 9.00001H16.4137L13 5.58626C12.815 5.39973 12.5947 5.25185 12.352 5.15121C12.1093 5.05057 11.849 4.99917 11.5863 5.00001H5C4.46957 5.00001 3.96086 5.21072 3.58579 5.5858C3.21071 5.96087 3 6.46958 3 7.00001V25.0775C3.00066 25.5872 3.20342 26.0758 3.56382 26.4362C3.92421 26.7966 4.41282 26.9993 4.9225 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1113V11C29 10.4696 28.7893 9.96087 28.4142 9.5858C28.0391 9.21072 27.5304 9.00001 27 9.00001ZM5 7.00001H11.5863L13.5863 9.00001H5V7.00001ZM27 25H5V11H27V25Z"
|
|
18
|
+
fill="currentColor"/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M27 8.50001H16.6737L13.4237 4.83876C13.1884 4.57414 12.8996 4.36252 12.5764 4.21792C12.2531 4.07333 11.9029 3.99905 11.5487 4.00001H5C4.33696 4.00001 3.70107 4.2634 3.23223 4.73224C2.76339 5.20108 2.5 5.83697 2.5 6.50001V25.0775C2.50099 25.7197 2.75654 26.3353 3.21063 26.7894C3.66472 27.2435 4.28032 27.499 4.9225 27.5H27.1112C27.7446 27.4993 28.3518 27.2475 28.7996 26.7996C29.2475 26.3518 29.4993 25.7446 29.5 25.1113V11C29.5 10.337 29.2366 9.70108 28.7678 9.23224C28.2989 8.7634 27.663 8.50001 27 8.50001ZM5.5 7.00001H11.3263L12.66 8.50001H5.5V7.00001ZM26.5 24.5H5.5V11.5H26.5V24.5Z"
|
|
27
|
+
fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M27 9.00001H16.4137L13 5.58626C12.8149 5.39984 12.5946 5.25203 12.3519 5.1514C12.1092 5.05077 11.849 4.99931 11.5863 5.00001H5C4.46957 5.00001 3.96086 5.21072 3.58579 5.58579C3.21071 5.96087 3 6.46957 3 7.00001V25.0775C3.00099 25.5873 3.20403 26.0759 3.56462 26.4363C3.92522 26.7966 4.41396 26.9993 4.92375 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1113V11C29 10.4696 28.7893 9.96087 28.4142 9.58579C28.0391 9.21072 27.5304 9.00001 27 9.00001ZM5 7.00001H11.5863L13.5863 9.00001H5V7.00001Z"
|
|
36
|
+
fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2"
|
|
44
|
+
d="M16 10H4V7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H11.5863C11.8511 6.00012 12.1051 6.10532 12.2925 6.2925L16 10Z"
|
|
45
|
+
fill="currentColor"/>
|
|
46
|
+
<path
|
|
47
|
+
d="M27 9.00001H16.4137L13 5.58626C12.815 5.39973 12.5947 5.25185 12.352 5.15121C12.1093 5.05057 11.849 4.99917 11.5863 5.00001H5C4.46957 5.00001 3.96086 5.21072 3.58579 5.5858C3.21071 5.96087 3 6.46958 3 7.00001V25.0775C3.00066 25.5872 3.20342 26.0758 3.56382 26.4362C3.92421 26.7966 4.41282 26.9993 4.9225 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1113V11C29 10.4696 28.7893 9.96087 28.4142 9.5858C28.0391 9.21072 27.5304 9.00001 27 9.00001ZM11.5863 7.00001L13.5863 9.00001H5V7.00001H11.5863ZM27 25H5V11H27V25Z"
|
|
48
|
+
fill="currentColor"/>
|
|
49
|
+
</svg>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
return (
|
|
53
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
54
|
+
<path
|
|
55
|
+
d="M27 9.25H16.3113L12.8237 5.7625C12.6615 5.59967 12.4686 5.47056 12.2562 5.3826C12.0438 5.29464 11.8161 5.24958 11.5863 5.25H5C4.53587 5.25 4.09075 5.43438 3.76256 5.76257C3.43437 6.09075 3.25 6.53587 3.25 7V25.0775C3.25033 25.521 3.42665 25.9462 3.74023 26.2598C4.05381 26.5734 4.47903 26.7497 4.9225 26.75H27.1112C27.5458 26.7497 27.9624 26.5769 28.2697 26.2697C28.5769 25.9624 28.7497 25.5458 28.75 25.1113V11C28.75 10.5359 28.5656 10.0908 28.2374 9.76257C27.9092 9.43438 27.4641 9.25 27 9.25ZM5 6.75H11.5863C11.6524 6.75028 11.7158 6.7768 11.7625 6.82375L14.1888 9.25H4.75V7C4.75 6.9337 4.77634 6.87011 4.82322 6.82323C4.87011 6.77634 4.9337 6.75 5 6.75ZM27.25 25.1113C27.25 25.1481 27.2354 25.1833 27.2094 25.2094C27.1833 25.2354 27.148 25.25 27.1112 25.25H4.9225C4.87695 25.2494 4.83345 25.231 4.80124 25.1988C4.76903 25.1666 4.75065 25.1231 4.75 25.0775V10.75H27C27.0663 10.75 27.1299 10.7763 27.1768 10.8232C27.2237 10.8701 27.25 10.9337 27.25 11V25.1113Z"
|
|
56
|
+
fill="currentColor"/>
|
|
57
|
+
</svg>
|
|
58
|
+
);
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export default Folder;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const FolderSimplePlus = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path d="M27 9.5H16.3337C16.2256 9.5 16.1203 9.46491 16.0338 9.4L12.5662 6.8C12.3064 6.60567 11.9907 6.50045 11.6663 6.5H5C4.60218 6.5 4.22064 6.65804 3.93934 6.93934C3.65804 7.22064 3.5 7.60218 3.5 8V25C3.5 25.3978 3.65804 25.7794 3.93934 26.0607C4.22064 26.342 4.60218 26.5 5 26.5H27.1112C27.4795 26.4997 27.8325 26.3532 28.0929 26.0929C28.3532 25.8325 28.4997 25.4795 28.5 25.1112V11C28.5 10.6022 28.342 10.2206 28.0607 9.93934C27.7794 9.65804 27.3978 9.5 27 9.5ZM27.5 25.1112C27.4997 25.2143 27.4586 25.3129 27.3858 25.3858C27.3129 25.4586 27.2143 25.4997 27.1112 25.5H5C4.86739 25.5 4.74021 25.4473 4.64645 25.3536C4.55268 25.2598 4.5 25.1326 4.5 25V8C4.5 7.86739 4.55268 7.74021 4.64645 7.64645C4.74021 7.55268 4.86739 7.5 5 7.5H11.6663C11.7744 7.5 11.8797 7.53509 11.9663 7.6L15.4338 10.2C15.6936 10.3943 16.0093 10.4996 16.3337 10.5H27C27.1326 10.5 27.2598 10.5527 27.3536 10.6464C27.4473 10.7402 27.5 10.8674 27.5 11V25.1112ZM19.5 18C19.5 18.1326 19.4473 18.2598 19.3536 18.3536C19.2598 18.4473 19.1326 18.5 19 18.5H16.5V21C16.5 21.1326 16.4473 21.2598 16.3536 21.3536C16.2598 21.4473 16.1326 21.5 16 21.5C15.8674 21.5 15.7402 21.4473 15.6464 21.3536C15.5527 21.2598 15.5 21.1326 15.5 21V18.5H13C12.8674 18.5 12.7402 18.4473 12.6464 18.3536C12.5527 18.2598 12.5 18.1326 12.5 18C12.5 17.8674 12.5527 17.7402 12.6464 17.6464C12.7402 17.5527 12.8674 17.5 13 17.5H15.5V15C15.5 14.8674 15.5527 14.7402 15.6464 14.6464C15.7402 14.5527 15.8674 14.5 16 14.5C16.1326 14.5 16.2598 14.5527 16.3536 14.6464C16.4473 14.7402 16.5 14.8674 16.5 15V17.5H19C19.1326 17.5 19.2598 17.5527 19.3536 17.6464C19.4473 17.7402 19.5 17.8674 19.5 18Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
}
|
|
9
|
+
if (type === "regular") {
|
|
10
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
11
|
+
<path d="M27 9H16.3337L12.8663 6.4C12.5196 6.14132 12.0988 6.00107 11.6663 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1112V11C29 10.4696 28.7893 9.96086 28.4142 9.58579C28.0391 9.21071 27.5304 9 27 9ZM27 25H5V8H11.6663L15.1337 10.6C15.4804 10.8587 15.9012 10.9989 16.3337 11H27V25ZM20 18C20 18.2652 19.8946 18.5196 19.7071 18.7071C19.5196 18.8946 19.2652 19 19 19H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V19H13C12.7348 19 12.4804 18.8946 12.2929 18.7071C12.1054 18.5196 12 18.2652 12 18C12 17.7348 12.1054 17.4804 12.2929 17.2929C12.4804 17.1054 12.7348 17 13 17H15V15C15 14.7348 15.1054 14.4804 15.2929 14.2929C15.4804 14.1054 15.7348 14 16 14C16.2652 14 16.5196 14.1054 16.7071 14.2929C16.8946 14.4804 17 14.7348 17 15V17H19C19.2652 17 19.5196 17.1054 19.7071 17.2929C19.8946 17.4804 20 17.7348 20 18Z" fill="currentColor"/>
|
|
12
|
+
</svg>
|
|
13
|
+
}
|
|
14
|
+
if (type === "bold") {
|
|
15
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path d="M27 8.5H16.5L13.1663 6C12.733 5.67641 12.207 5.50107 11.6663 5.5H5C4.33696 5.5 3.70107 5.76339 3.23223 6.23223C2.76339 6.70107 2.5 7.33696 2.5 8V25C2.5 25.663 2.76339 26.2989 3.23223 26.7678C3.70107 27.2366 4.33696 27.5 5 27.5H27.1112C27.7446 27.4993 28.3518 27.2475 28.7996 26.7996C29.2475 26.3518 29.4993 25.7446 29.5 25.1112V11C29.5 10.337 29.2366 9.70107 28.7678 9.23223C28.2989 8.76339 27.663 8.5 27 8.5ZM26.5 24.5H5.5V8.5H11.5L14.8337 11C15.267 11.3236 15.793 11.4989 16.3337 11.5H26.5V24.5ZM16 13.5C16.3978 13.5 16.7794 13.658 17.0607 13.9393C17.342 14.2206 17.5 14.6022 17.5 15V16.5H19C19.3978 16.5 19.7794 16.658 20.0607 16.9393C20.342 17.2206 20.5 17.6022 20.5 18C20.5 18.3978 20.342 18.7794 20.0607 19.0607C19.7794 19.342 19.3978 19.5 19 19.5H17.5V21C17.5 21.3978 17.342 21.7794 17.0607 22.0607C16.7794 22.342 16.3978 22.5 16 22.5C15.6022 22.5 15.2206 22.342 14.9393 22.0607C14.658 21.7794 14.5 21.3978 14.5 21V19.5H13C12.6022 19.5 12.2206 19.342 11.9393 19.0607C11.658 18.7794 11.5 18.3978 11.5 18C11.5 17.6022 11.658 17.2206 11.9393 16.9393C12.2206 16.658 12.6022 16.5 13 16.5H14.5V15C14.5 14.6022 14.658 14.2206 14.9393 13.9393C15.2206 13.658 15.6022 13.5 16 13.5Z" fill="currentColor"/>
|
|
17
|
+
</svg>
|
|
18
|
+
}
|
|
19
|
+
if (type === "fill") {
|
|
20
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
21
|
+
<path d="M27 9H16.3337L12.865 6.4C12.5195 6.14087 12.0994 6.00054 11.6675 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1112V11C29 10.4696 28.7893 9.96086 28.4142 9.58579C28.0391 9.21071 27.5304 9 27 9ZM19 19H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V19H13C12.7348 19 12.4804 18.8946 12.2929 18.7071C12.1054 18.5196 12 18.2652 12 18C12 17.7348 12.1054 17.4804 12.2929 17.2929C12.4804 17.1054 12.7348 17 13 17H15V15C15 14.7348 15.1054 14.4804 15.2929 14.2929C15.4804 14.1054 15.7348 14 16 14C16.2652 14 16.5196 14.1054 16.7071 14.2929C16.8946 14.4804 17 14.7348 17 15V17H19C19.2652 17 19.5196 17.1054 19.7071 17.2929C19.8946 17.4804 20 17.7348 20 18C20 18.2652 19.8946 18.5196 19.7071 18.7071C19.5196 18.8946 19.2652 19 19 19Z" fill="currentColor"/>
|
|
22
|
+
</svg>
|
|
23
|
+
}
|
|
24
|
+
if (type === "duotone") {
|
|
25
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path opacity="0.2" d="M28 11V25.1112C28 25.347 27.9064 25.573 27.7397 25.7397C27.573 25.9064 27.347 26 27.1112 26H5C4.73478 26 4.48043 25.8946 4.29289 25.7071C4.10536 25.5196 4 25.2652 4 25V8C4 7.73478 4.10536 7.48043 4.29289 7.29289C4.48043 7.10536 4.73478 7 5 7H11.6663C11.8826 7 12.0932 7.07018 12.2662 7.2L15.7338 9.8C15.9068 9.92982 16.1174 10 16.3337 10H27C27.2652 10 27.5196 10.1054 27.7071 10.2929C27.8946 10.4804 28 10.7348 28 11Z" fill="currentColor"/>
|
|
27
|
+
<path d="M27 9H16.3337L12.8663 6.4C12.5196 6.14132 12.0988 6.00107 11.6663 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1112V11C29 10.4696 28.7893 9.96086 28.4142 9.58579C28.0391 9.21071 27.5304 9 27 9ZM27 25H5V8H11.6663L15.1337 10.6C15.4804 10.8587 15.9012 10.9989 16.3337 11H27V25ZM20 18C20 18.2652 19.8946 18.5196 19.7071 18.7071C19.5196 18.8946 19.2652 19 19 19H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V19H13C12.7348 19 12.4804 18.8946 12.2929 18.7071C12.1054 18.5196 12 18.2652 12 18C12 17.7348 12.1054 17.4804 12.2929 17.2929C12.4804 17.1054 12.7348 17 13 17H15V15C15 14.7348 15.1054 14.4804 15.2929 14.2929C15.4804 14.1054 15.7348 14 16 14C16.2652 14 16.5196 14.1054 16.7071 14.2929C16.8946 14.4804 17 14.7348 17 15V17H19C19.2652 17 19.5196 17.1054 19.7071 17.2929C19.8946 17.4804 20 17.7348 20 18Z" fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
}
|
|
30
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
31
|
+
<path d="M27 9.25H16.3337C16.2797 9.25 16.227 9.23246 16.1838 9.2L12.7163 6.6C12.4133 6.37281 12.0449 6.25 11.6663 6.25H5C4.53587 6.25 4.09075 6.43437 3.76256 6.76256C3.43437 7.09075 3.25 7.53587 3.25 8V25C3.25 25.4641 3.43437 25.9092 3.76256 26.2374C4.09075 26.5656 4.53587 26.75 5 26.75H27.1112C27.5458 26.7497 27.9624 26.5769 28.2697 26.2697C28.5769 25.9624 28.7497 25.5458 28.75 25.1112V11C28.75 10.5359 28.5656 10.0908 28.2374 9.76256C27.9092 9.43437 27.4641 9.25 27 9.25ZM27.25 25.1112C27.25 25.148 27.2354 25.1833 27.2094 25.2094C27.1833 25.2354 27.148 25.25 27.1112 25.25H5C4.9337 25.25 4.87011 25.2237 4.82322 25.1768C4.77634 25.1299 4.75 25.0663 4.75 25V8C4.75 7.9337 4.77634 7.87011 4.82322 7.82322C4.87011 7.77634 4.9337 7.75 5 7.75H11.6663C11.7203 7.75 11.773 7.76754 11.8162 7.8L15.2837 10.4C15.5867 10.6272 15.9551 10.75 16.3337 10.75H27C27.0663 10.75 27.1299 10.7763 27.1768 10.8232C27.2237 10.8701 27.25 10.9337 27.25 11V25.1112ZM19.75 18C19.75 18.1989 19.671 18.3897 19.5303 18.5303C19.3897 18.671 19.1989 18.75 19 18.75H16.75V21C16.75 21.1989 16.671 21.3897 16.5303 21.5303C16.3897 21.671 16.1989 21.75 16 21.75C15.8011 21.75 15.6103 21.671 15.4697 21.5303C15.329 21.3897 15.25 21.1989 15.25 21V18.75H13C12.8011 18.75 12.6103 18.671 12.4697 18.5303C12.329 18.3897 12.25 18.1989 12.25 18C12.25 17.8011 12.329 17.6103 12.4697 17.4697C12.6103 17.329 12.8011 17.25 13 17.25H15.25V15C15.25 14.8011 15.329 14.6103 15.4697 14.4697C15.6103 14.329 15.8011 14.25 16 14.25C16.1989 14.25 16.3897 14.329 16.5303 14.4697C16.671 14.6103 16.75 14.8011 16.75 15V17.25H19C19.1989 17.25 19.3897 17.329 19.5303 17.4697C19.671 17.6103 19.75 17.8011 19.75 18Z" fill="currentColor"/>
|
|
32
|
+
</svg>
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export default FolderSimplePlus;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Folders = ({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 8.5H19.3337C19.2256 8.5 19.1203 8.46491 19.0338 8.4L15.5662 5.8C15.3064 5.60567 14.9907 5.50045 14.6663 5.5H9C8.60218 5.5 8.22064 5.65804 7.93934 5.93934C7.65804 6.22064 7.5 6.60218 7.5 7V9.5H5C4.60218 9.5 4.22064 9.65804 3.93934 9.93934C3.65804 10.2206 3.5 10.6022 3.5 11V25C3.5 25.3978 3.65804 25.7794 3.93934 26.0607C4.22064 26.342 4.60218 26.5 5 26.5H24.1112C24.4795 26.4997 24.8325 26.3532 25.0929 26.0929C25.3532 25.8325 25.4997 25.4795 25.5 25.1112V22.5H28.1112C28.4795 22.4997 28.8325 22.3532 29.0929 22.0929C29.3532 21.8325 29.4997 21.4795 29.5 21.1112V10C29.5 9.60218 29.342 9.22064 29.0607 8.93934C28.7794 8.65804 28.3978 8.5 28 8.5ZM24.5 25.1112C24.4997 25.2143 24.4586 25.3129 24.3858 25.3858C24.3129 25.4586 24.2143 25.4997 24.1112 25.5H5C4.86739 25.5 4.74021 25.4473 4.64645 25.3536C4.55268 25.2598 4.5 25.1326 4.5 25V11C4.5 10.8674 4.55268 10.7402 4.64645 10.6464C4.74021 10.5527 4.86739 10.5 5 10.5H10.6663C10.7744 10.5 10.8797 10.5351 10.9663 10.6L14.4338 13.2C14.6936 13.3943 15.0093 13.4996 15.3337 13.5H24C24.1326 13.5 24.2598 13.5527 24.3536 13.6464C24.4473 13.7402 24.5 13.8674 24.5 14V25.1112ZM28.5 21.1112C28.4997 21.2143 28.4586 21.3129 28.3858 21.3858C28.3129 21.4586 28.2143 21.4997 28.1112 21.5H25.5V14C25.5 13.6022 25.342 13.2206 25.0607 12.9393C24.7794 12.658 24.3978 12.5 24 12.5H15.3337C15.2256 12.5 15.1203 12.4649 15.0337 12.4L11.5662 9.8C11.3064 9.60567 10.9907 9.50045 10.6663 9.5H8.5V7C8.5 6.86739 8.55268 6.74021 8.64645 6.64645C8.74021 6.55268 8.86739 6.5 9 6.5H14.6663C14.7744 6.5 14.8797 6.53509 14.9663 6.6L18.4338 9.2C18.6936 9.39433 19.0093 9.49955 19.3337 9.5H28C28.1326 9.5 28.2598 9.55268 28.3536 9.64645C28.4473 9.74021 28.5 9.86739 28.5 10V21.1112Z" 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 8H19.3337L15.8663 5.4C15.5196 5.14132 15.0988 5.00107 14.6663 5H9C8.46957 5 7.96086 5.21071 7.58579 5.58579C7.21071 5.96086 7 6.46957 7 7V9H5C4.46957 9 3.96086 9.21071 3.58579 9.58579C3.21071 9.96086 3 10.4696 3 11V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H24.1112C24.612 26.9993 25.092 26.8001 25.4461 26.4461C25.8001 26.092 25.9993 25.612 26 25.1112V23H28.1112C28.612 22.9993 29.092 22.8001 29.4461 22.4461C29.8001 22.092 29.9993 21.612 30 21.1112V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8ZM24 25H5V11H10.6663L14.1337 13.6C14.4804 13.8587 14.9012 13.9989 15.3337 14H24V25ZM28 21H26V14C26 13.4696 25.7893 12.9609 25.4142 12.5858C25.0391 12.2107 24.5304 12 24 12H15.3337L11.8663 9.4C11.5196 9.14132 11.0988 9.00107 10.6663 9H9V7H14.6663L18.1338 9.6C18.4804 9.85868 18.9012 9.99893 19.3337 10H28V21Z" 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="M28.5 7H20L16.6663 4.5C16.233 4.17641 15.707 4.00107 15.1663 4H9.5C8.83696 4 8.20107 4.26339 7.73223 4.73223C7.26339 5.20107 7 5.83696 7 6.5V9H4.5C3.83696 9 3.20107 9.26339 2.73223 9.73223C2.26339 10.2011 2 10.837 2 11.5V25.5C2 26.163 2.26339 26.7989 2.73223 27.2678C3.20107 27.7366 3.83696 28 4.5 28H23.6112C24.2446 27.9993 24.8518 27.7475 25.2996 27.2996C25.7475 26.8518 25.9993 26.2446 26 25.6112V23H28.6112C29.2446 22.9993 29.8518 22.7475 30.2996 22.2996C30.7475 21.8518 30.9993 21.2446 31 20.6112V9.5C31 8.83696 30.7366 8.20107 30.2678 7.73223C29.7989 7.26339 29.163 7 28.5 7ZM23 25H5V12H10L13.3337 14.5C13.767 14.8236 14.293 14.9989 14.8337 15H23V25ZM28 20H26V14.5C26 13.837 25.7366 13.2011 25.2678 12.7322C24.7989 12.2634 24.163 12 23.5 12H15L11.6663 9.5C11.233 9.17641 10.707 9.00107 10.1663 9H10V7H15L18.3337 9.5C18.767 9.82359 19.293 9.99893 19.8337 10H28V20Z" 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 8H19.3337L15.8663 5.4C15.5196 5.14132 15.0988 5.00107 14.6663 5H9C8.46957 5 7.96086 5.21071 7.58579 5.58579C7.21071 5.96086 7 6.46957 7 7V9H5C4.46957 9 3.96086 9.21071 3.58579 9.58579C3.21071 9.96086 3 10.4696 3 11V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H24.1112C24.612 26.9993 25.092 26.8001 25.4461 26.4461C25.8001 26.092 25.9993 25.612 26 25.1112V23H28.1112C28.612 22.9993 29.092 22.8001 29.4461 22.4461C29.8001 22.092 29.9993 21.612 30 21.1112V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8ZM28 21H26V14C26 13.4696 25.7893 12.9609 25.4142 12.5858C25.0391 12.2107 24.5304 12 24 12H15.3337L11.8663 9.4C11.5196 9.14132 11.0988 9.00107 10.6663 9H9V7H14.6663L18.1338 9.6C18.4804 9.85868 18.9012 9.99893 19.3337 10H28V21Z" 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="M29 10V21.1112C29 21.347 28.9064 21.573 28.7397 21.7397C28.573 21.9064 28.347 22 28.1112 22H25V14C25 13.7348 24.8946 13.4804 24.7071 13.2929C24.5196 13.1054 24.2652 13 24 13H15.3337C15.1174 13 14.9068 12.9298 14.7338 12.8L11.2662 10.2C11.0932 10.0702 10.8826 10 10.6663 10H8V7C8 6.73478 8.10536 6.48043 8.29289 6.29289C8.48043 6.10536 8.73478 6 9 6H14.6663C14.8826 6 15.0932 6.07018 15.2662 6.2L18.7337 8.8C18.9068 8.92982 19.1174 9 19.3337 9H28C28.2652 9 28.5196 9.10536 28.7071 9.29289C28.8946 9.48043 29 9.73478 29 10Z" fill="currentColor"/>
|
|
36
|
+
<path d="M28 8H19.3337L15.8663 5.4C15.5196 5.14132 15.0988 5.00107 14.6663 5H9C8.46957 5 7.96086 5.21071 7.58579 5.58579C7.21071 5.96086 7 6.46957 7 7V9H5C4.46957 9 3.96086 9.21071 3.58579 9.58579C3.21071 9.96086 3 10.4696 3 11V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H24.1112C24.612 26.9993 25.092 26.8001 25.4461 26.4461C25.8001 26.092 25.9993 25.612 26 25.1112V23H28.1112C28.612 22.9993 29.092 22.8001 29.4461 22.4461C29.8001 22.092 29.9993 21.612 30 21.1112V10C30 9.46957 29.7893 8.96086 29.4142 8.58579C29.0391 8.21071 28.5304 8 28 8ZM24 25H5V11H10.6663L14.1337 13.6C14.4804 13.8587 14.9012 13.9989 15.3337 14H24V25ZM28 21H26V14C26 13.4696 25.7893 12.9609 25.4142 12.5858C25.0391 12.2107 24.5304 12 24 12H15.3337L11.8663 9.4C11.5196 9.14132 11.0988 9.00107 10.6663 9H9V7H14.6663L18.1338 9.6C18.4804 9.85868 18.9012 9.99893 19.3337 10H28V21Z" 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 8.25H19.3337C19.2797 8.25 19.227 8.23246 19.1838 8.2L15.7163 5.6C15.4133 5.37281 15.0449 5.25 14.6663 5.25H9C8.53587 5.25 8.09075 5.43437 7.76256 5.76256C7.43437 6.09075 7.25 6.53587 7.25 7V9.25H5C4.53587 9.25 4.09075 9.43437 3.76256 9.76256C3.43437 10.0908 3.25 10.5359 3.25 11V25C3.25 25.4641 3.43437 25.9092 3.76256 26.2374C4.09075 26.5656 4.53587 26.75 5 26.75H24.1112C24.5458 26.7497 24.9624 26.5769 25.2697 26.2697C25.5769 25.9624 25.7497 25.5458 25.75 25.1112V22.75H28.1112C28.5458 22.7497 28.9624 22.5769 29.2697 22.2697C29.5769 21.9624 29.7497 21.5458 29.75 21.1112V10C29.75 9.53587 29.5656 9.09075 29.2374 8.76256C28.9092 8.43437 28.4641 8.25 28 8.25ZM24.25 25.1112C24.25 25.148 24.2354 25.1833 24.2094 25.2094C24.1833 25.2354 24.148 25.25 24.1112 25.25H5C4.9337 25.25 4.87011 25.2237 4.82322 25.1768C4.77634 25.1299 4.75 25.0663 4.75 25V11C4.75 10.9337 4.77634 10.8701 4.82322 10.8232C4.87011 10.7763 4.9337 10.75 5 10.75H10.6663C10.7203 10.75 10.773 10.7675 10.8162 10.8L14.2837 13.4C14.5867 13.6272 14.9551 13.75 15.3337 13.75H24C24.0663 13.75 24.1299 13.7763 24.1768 13.8232C24.2237 13.8701 24.25 13.9337 24.25 14V25.1112ZM28.25 21.1112C28.25 21.1295 28.2464 21.1475 28.2394 21.1643C28.2325 21.1812 28.2222 21.1965 28.2094 21.2094C28.1965 21.2222 28.1812 21.2325 28.1643 21.2394C28.1475 21.2464 28.1295 21.25 28.1112 21.25H25.75V14C25.75 13.5359 25.5656 13.0908 25.2374 12.7626C24.9092 12.4344 24.4641 12.25 24 12.25H15.3337C15.2797 12.25 15.227 12.2325 15.1838 12.2L11.7163 9.6C11.4133 9.37281 11.0449 9.25 10.6663 9.25H8.75V7C8.75 6.9337 8.77634 6.87011 8.82322 6.82322C8.87011 6.77634 8.9337 6.75 9 6.75H14.6663C14.7203 6.75 14.773 6.76754 14.8162 6.8L18.2838 9.4C18.5867 9.62719 18.9551 9.75 19.3337 9.75H28C28.0663 9.75 28.1299 9.77634 28.1768 9.82322C28.2237 9.87011 28.25 9.9337 28.25 10V21.1112Z" fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export default Folders;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const List = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M27.5 16C27.5 16.1326 27.4473 16.2598 27.3536 16.3536C27.2598 16.4473 27.1326 16.5 27 16.5H5C4.86739 16.5 4.74021 16.4473 4.64645 16.3536C4.55268 16.2598 4.5 16.1326 4.5 16C4.5 15.8674 4.55268 15.7402 4.64645 15.6464C4.74021 15.5527 4.86739 15.5 5 15.5H27C27.1326 15.5 27.2598 15.5527 27.3536 15.6464C27.4473 15.7402 27.5 15.8674 27.5 16ZM5 8.5H27C27.1326 8.5 27.2598 8.44732 27.3536 8.35355C27.4473 8.25979 27.5 8.13261 27.5 8C27.5 7.86739 27.4473 7.74021 27.3536 7.64645C27.2598 7.55268 27.1326 7.5 27 7.5H5C4.86739 7.5 4.74021 7.55268 4.64645 7.64645C4.55268 7.74021 4.5 7.86739 4.5 8C4.5 8.13261 4.55268 8.25979 4.64645 8.35355C4.74021 8.44732 4.86739 8.5 5 8.5ZM27 23.5H5C4.86739 23.5 4.74021 23.5527 4.64645 23.6464C4.55268 23.7402 4.5 23.8674 4.5 24C4.5 24.1326 4.55268 24.2598 4.64645 24.3536C4.74021 24.4473 4.86739 24.5 5 24.5H27C27.1326 24.5 27.2598 24.4473 27.3536 24.3536C27.4473 24.2598 27.5 24.1326 27.5 24C27.5 23.8674 27.4473 23.7402 27.3536 23.6464C27.2598 23.5527 27.1326 23.5 27 23.5Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
if (type === "regular") {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path
|
|
14
|
+
d="M28 16C28 16.2652 27.8946 16.5196 27.7071 16.7071C27.5196 16.8946 27.2652 17 27 17H5C4.73478 17 4.48043 16.8946 4.29289 16.7071C4.10536 16.5196 4 16.2652 4 16C4 15.7348 4.10536 15.4804 4.29289 15.2929C4.48043 15.1054 4.73478 15 5 15H27C27.2652 15 27.5196 15.1054 27.7071 15.2929C27.8946 15.4804 28 15.7348 28 16ZM5 9H27C27.2652 9 27.5196 8.89464 27.7071 8.70711C27.8946 8.51957 28 8.26522 28 8C28 7.73478 27.8946 7.48043 27.7071 7.29289C27.5196 7.10536 27.2652 7 27 7H5C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8C4 8.26522 4.10536 8.51957 4.29289 8.70711C4.48043 8.89464 4.73478 9 5 9ZM27 23H5C4.73478 23 4.48043 23.1054 4.29289 23.2929C4.10536 23.4804 4 23.7348 4 24C4 24.2652 4.10536 24.5196 4.29289 24.7071C4.48043 24.8946 4.73478 25 5 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23Z"
|
|
15
|
+
fill="currentColor"/>
|
|
16
|
+
</svg>
|
|
17
|
+
}
|
|
18
|
+
if (type === "bold") {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path
|
|
21
|
+
d="M28.5 16C28.5 16.3978 28.342 16.7794 28.0607 17.0607C27.7794 17.342 27.3978 17.5 27 17.5H5C4.60218 17.5 4.22064 17.342 3.93934 17.0607C3.65804 16.7794 3.5 16.3978 3.5 16C3.5 15.6022 3.65804 15.2206 3.93934 14.9393C4.22064 14.658 4.60218 14.5 5 14.5H27C27.3978 14.5 27.7794 14.658 28.0607 14.9393C28.342 15.2206 28.5 15.6022 28.5 16ZM5 9.5H27C27.3978 9.5 27.7794 9.34196 28.0607 9.06066C28.342 8.77936 28.5 8.39782 28.5 8C28.5 7.60218 28.342 7.22064 28.0607 6.93934C27.7794 6.65804 27.3978 6.5 27 6.5H5C4.60218 6.5 4.22064 6.65804 3.93934 6.93934C3.65804 7.22064 3.5 7.60218 3.5 8C3.5 8.39782 3.65804 8.77936 3.93934 9.06066C4.22064 9.34196 4.60218 9.5 5 9.5ZM27 22.5H5C4.60218 22.5 4.22064 22.658 3.93934 22.9393C3.65804 23.2206 3.5 23.6022 3.5 24C3.5 24.3978 3.65804 24.7794 3.93934 25.0607C4.22064 25.342 4.60218 25.5 5 25.5H27C27.3978 25.5 27.7794 25.342 28.0607 25.0607C28.342 24.7794 28.5 24.3978 28.5 24C28.5 23.6022 28.342 23.2206 28.0607 22.9393C27.7794 22.658 27.3978 22.5 27 22.5Z"
|
|
22
|
+
fill="currentColor"/>
|
|
23
|
+
</svg>
|
|
24
|
+
}
|
|
25
|
+
if (type === "fill") {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path
|
|
28
|
+
d="M28 15V17C28 17.2652 27.8946 17.5196 27.7071 17.7071C27.5196 17.8946 27.2652 18 27 18H5C4.73478 18 4.48043 17.8946 4.29289 17.7071C4.10536 17.5196 4 17.2652 4 17V15C4 14.7348 4.10536 14.4804 4.29289 14.2929C4.48043 14.1054 4.73478 14 5 14H27C27.2652 14 27.5196 14.1054 27.7071 14.2929C27.8946 14.4804 28 14.7348 28 15ZM27 22H5C4.73478 22 4.48043 22.1054 4.29289 22.2929C4.10536 22.4804 4 22.7348 4 23V25C4 25.2652 4.10536 25.5196 4.29289 25.7071C4.48043 25.8946 4.73478 26 5 26H27C27.2652 26 27.5196 25.8946 27.7071 25.7071C27.8946 25.5196 28 25.2652 28 25V23C28 22.7348 27.8946 22.4804 27.7071 22.2929C27.5196 22.1054 27.2652 22 27 22ZM27 6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7V9C4 9.26522 4.10536 9.51957 4.29289 9.70711C4.48043 9.89464 4.73478 10 5 10H27C27.2652 10 27.5196 9.89464 27.7071 9.70711C27.8946 9.51957 28 9.26522 28 9V7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6Z"
|
|
29
|
+
fill="currentColor"/>
|
|
30
|
+
</svg>
|
|
31
|
+
}
|
|
32
|
+
if (type === "duotone") {
|
|
33
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M27.75 16C27.75 16.1989 27.671 16.3897 27.5303 16.5303C27.3897 16.671 27.1989 16.75 27 16.75H5C4.80109 16.75 4.61032 16.671 4.46967 16.5303C4.32902 16.3897 4.25 16.1989 4.25 16C4.25 15.8011 4.32902 15.6103 4.46967 15.4697C4.61032 15.329 4.80109 15.25 5 15.25H27C27.1989 15.25 27.3897 15.329 27.5303 15.4697C27.671 15.6103 27.75 15.8011 27.75 16ZM5 8.75H27C27.1989 8.75 27.3897 8.67098 27.5303 8.53033C27.671 8.38968 27.75 8.19891 27.75 8C27.75 7.80109 27.671 7.61032 27.5303 7.46967C27.3897 7.32902 27.1989 7.25 27 7.25H5C4.80109 7.25 4.61032 7.32902 4.46967 7.46967C4.32902 7.61032 4.25 7.80109 4.25 8C4.25 8.19891 4.32902 8.38968 4.46967 8.53033C4.61032 8.67098 4.80109 8.75 5 8.75ZM27 23.25H5C4.80109 23.25 4.61032 23.329 4.46967 23.4697C4.32902 23.6103 4.25 23.8011 4.25 24C4.25 24.1989 4.32902 24.3897 4.46967 24.5303C4.61032 24.671 4.80109 24.75 5 24.75H27C27.1989 24.75 27.3897 24.671 27.5303 24.5303C27.671 24.3897 27.75 24.1989 27.75 24C27.75 23.8011 27.671 23.6103 27.5303 23.4697C27.3897 23.329 27.1989 23.25 27 23.25Z"
|
|
36
|
+
fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
}
|
|
39
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
40
|
+
<path
|
|
41
|
+
d="M27.75 16C27.75 16.1989 27.671 16.3897 27.5303 16.5303C27.3897 16.671 27.1989 16.75 27 16.75H5C4.80109 16.75 4.61032 16.671 4.46967 16.5303C4.32902 16.3897 4.25 16.1989 4.25 16C4.25 15.8011 4.32902 15.6103 4.46967 15.4697C4.61032 15.329 4.80109 15.25 5 15.25H27C27.1989 15.25 27.3897 15.329 27.5303 15.4697C27.671 15.6103 27.75 15.8011 27.75 16ZM5 8.75H27C27.1989 8.75 27.3897 8.67098 27.5303 8.53033C27.671 8.38968 27.75 8.19891 27.75 8C27.75 7.80109 27.671 7.61032 27.5303 7.46967C27.3897 7.32902 27.1989 7.25 27 7.25H5C4.80109 7.25 4.61032 7.32902 4.46967 7.46967C4.32902 7.61032 4.25 7.80109 4.25 8C4.25 8.19891 4.32902 8.38968 4.46967 8.53033C4.61032 8.67098 4.80109 8.75 5 8.75ZM27 23.25H5C4.80109 23.25 4.61032 23.329 4.46967 23.4697C4.32902 23.6103 4.25 23.8011 4.25 24C4.25 24.1989 4.32902 24.3897 4.46967 24.5303C4.61032 24.671 4.80109 24.75 5 24.75H27C27.1989 24.75 27.3897 24.671 27.5303 24.5303C27.671 24.3897 27.75 24.1989 27.75 24C27.75 23.8011 27.671 23.6103 27.5303 23.4697C27.3897 23.329 27.1989 23.25 27 23.25Z"
|
|
42
|
+
fill="currentColor"/>
|
|
43
|
+
</svg>
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export default List;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ListBullets = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M10.5 8C10.5 7.86739 10.5527 7.74021 10.6464 7.64645C10.7402 7.55268 10.8674 7.5 11 7.5H27C27.1326 7.5 27.2598 7.55268 27.3536 7.64645C27.4473 7.74021 27.5 7.86739 27.5 8C27.5 8.13261 27.4473 8.25979 27.3536 8.35355C27.2598 8.44732 27.1326 8.5 27 8.5H11C10.8674 8.5 10.7402 8.44732 10.6464 8.35355C10.5527 8.25979 10.5 8.13261 10.5 8ZM27 15.5H11C10.8674 15.5 10.7402 15.5527 10.6464 15.6464C10.5527 15.7402 10.5 15.8674 10.5 16C10.5 16.1326 10.5527 16.2598 10.6464 16.3536C10.7402 16.4473 10.8674 16.5 11 16.5H27C27.1326 16.5 27.2598 16.4473 27.3536 16.3536C27.4473 16.2598 27.5 16.1326 27.5 16C27.5 15.8674 27.4473 15.7402 27.3536 15.6464C27.2598 15.5527 27.1326 15.5 27 15.5ZM27 23.5H11C10.8674 23.5 10.7402 23.5527 10.6464 23.6464C10.5527 23.7402 10.5 23.8674 10.5 24C10.5 24.1326 10.5527 24.2598 10.6464 24.3536C10.7402 24.4473 10.8674 24.5 11 24.5H27C27.1326 24.5 27.2598 24.4473 27.3536 24.3536C27.4473 24.2598 27.5 24.1326 27.5 24C27.5 23.8674 27.4473 23.7402 27.3536 23.6464C27.2598 23.5527 27.1326 23.5 27 23.5ZM5.5 15C5.30222 15 5.10888 15.0586 4.94443 15.1685C4.77998 15.2784 4.65181 15.4346 4.57612 15.6173C4.50043 15.8 4.48063 16.0011 4.51922 16.1951C4.5578 16.3891 4.65304 16.5673 4.79289 16.7071C4.93275 16.847 5.11093 16.9422 5.30491 16.9808C5.49889 17.0194 5.69996 16.9996 5.88268 16.9239C6.06541 16.8482 6.22159 16.72 6.33147 16.5556C6.44135 16.3911 6.5 16.1978 6.5 16C6.5 15.7348 6.39464 15.4804 6.20711 15.2929C6.01957 15.1054 5.76522 15 5.5 15ZM5.5 7C5.30222 7 5.10888 7.05865 4.94443 7.16853C4.77998 7.27841 4.65181 7.43459 4.57612 7.61732C4.50043 7.80004 4.48063 8.00111 4.51922 8.19509C4.5578 8.38907 4.65304 8.56725 4.79289 8.70711C4.93275 8.84696 5.11093 8.9422 5.30491 8.98079C5.49889 9.01937 5.69996 8.99957 5.88268 8.92388C6.06541 8.84819 6.22159 8.72002 6.33147 8.55557C6.44135 8.39112 6.5 8.19778 6.5 8C6.5 7.73478 6.39464 7.48043 6.20711 7.29289C6.01957 7.10536 5.76522 7 5.5 7ZM5.5 23C5.30222 23 5.10888 23.0586 4.94443 23.1685C4.77998 23.2784 4.65181 23.4346 4.57612 23.6173C4.50043 23.8 4.48063 24.0011 4.51922 24.1951C4.5578 24.3891 4.65304 24.5673 4.79289 24.7071C4.93275 24.847 5.11093 24.9422 5.30491 24.9808C5.49889 25.0194 5.69996 24.9996 5.88268 24.9239C6.06541 24.8482 6.22159 24.72 6.33147 24.5556C6.44135 24.3911 6.5 24.1978 6.5 24C6.5 23.7348 6.39464 23.4804 6.20711 23.2929C6.01957 23.1054 5.76522 23 5.5 23Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M10 8C10 7.73478 10.1054 7.48043 10.2929 7.29289C10.4804 7.10536 10.7348 7 11 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H11C10.7348 9 10.4804 8.89464 10.2929 8.70711C10.1054 8.51957 10 8.26522 10 8ZM27 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16C10 16.2652 10.1054 16.5196 10.2929 16.7071C10.4804 16.8946 10.7348 17 11 17H27C27.2652 17 27.5196 16.8946 27.7071 16.7071C27.8946 16.5196 28 16.2652 28 16C28 15.7348 27.8946 15.4804 27.7071 15.2929C27.5196 15.1054 27.2652 15 27 15ZM27 23H11C10.7348 23 10.4804 23.1054 10.2929 23.2929C10.1054 23.4804 10 23.7348 10 24C10 24.2652 10.1054 24.5196 10.2929 24.7071C10.4804 24.8946 10.7348 25 11 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23ZM5.5 6.5C5.20333 6.5 4.91332 6.58797 4.66665 6.7528C4.41997 6.91762 4.22771 7.15189 4.11418 7.42597C4.00065 7.70006 3.97094 8.00166 4.02882 8.29264C4.0867 8.58361 4.22956 8.85088 4.43934 9.06066C4.64912 9.27044 4.91639 9.4133 5.20737 9.47118C5.49834 9.52906 5.79994 9.49935 6.07403 9.38582C6.34811 9.27229 6.58238 9.08003 6.74721 8.83335C6.91203 8.58668 7 8.29667 7 8C7 7.60218 6.84197 7.22064 6.56066 6.93934C6.27936 6.65804 5.89783 6.5 5.5 6.5ZM5.5 14.5C5.20333 14.5 4.91332 14.588 4.66665 14.7528C4.41997 14.9176 4.22771 15.1519 4.11418 15.426C4.00065 15.7001 3.97094 16.0017 4.02882 16.2926C4.0867 16.5836 4.22956 16.8509 4.43934 17.0607C4.64912 17.2704 4.91639 17.4133 5.20737 17.4712C5.49834 17.5291 5.79994 17.4993 6.07403 17.3858C6.34811 17.2723 6.58238 17.08 6.74721 16.8334C6.91203 16.5867 7 16.2967 7 16C7 15.6022 6.84197 15.2206 6.56066 14.9393C6.27936 14.658 5.89783 14.5 5.5 14.5ZM5.5 22.5C5.20333 22.5 4.91332 22.588 4.66665 22.7528C4.41997 22.9176 4.22771 23.1519 4.11418 23.426C4.00065 23.7001 3.97094 24.0017 4.02882 24.2926C4.0867 24.5836 4.22956 24.8509 4.43934 25.0607C4.64912 25.2704 4.91639 25.4133 5.20737 25.4712C5.49834 25.5291 5.79994 25.4993 6.07403 25.3858C6.34811 25.2723 6.58238 25.08 6.74721 24.8334C6.91203 24.5867 7 24.2967 7 24C7 23.6022 6.84197 23.2206 6.56066 22.9393C6.27936 22.658 5.89783 22.5 5.5 22.5Z"
|
|
18
|
+
fill="currentColor"/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M9.5 8C9.5 7.60218 9.65804 7.22064 9.93934 6.93934C10.2206 6.65804 10.6022 6.5 11 6.5H27C27.3978 6.5 27.7794 6.65804 28.0607 6.93934C28.342 7.22064 28.5 7.60218 28.5 8C28.5 8.39782 28.342 8.77936 28.0607 9.06066C27.7794 9.34196 27.3978 9.5 27 9.5H11C10.6022 9.5 10.2206 9.34196 9.93934 9.06066C9.65804 8.77936 9.5 8.39782 9.5 8ZM27 14.5H11C10.6022 14.5 10.2206 14.658 9.93934 14.9393C9.65804 15.2206 9.5 15.6022 9.5 16C9.5 16.3978 9.65804 16.7794 9.93934 17.0607C10.2206 17.342 10.6022 17.5 11 17.5H27C27.3978 17.5 27.7794 17.342 28.0607 17.0607C28.342 16.7794 28.5 16.3978 28.5 16C28.5 15.6022 28.342 15.2206 28.0607 14.9393C27.7794 14.658 27.3978 14.5 27 14.5ZM27 22.5H11C10.6022 22.5 10.2206 22.658 9.93934 22.9393C9.65804 23.2206 9.5 23.6022 9.5 24C9.5 24.3978 9.65804 24.7794 9.93934 25.0607C10.2206 25.342 10.6022 25.5 11 25.5H27C27.3978 25.5 27.7794 25.342 28.0607 25.0607C28.342 24.7794 28.5 24.3978 28.5 24C28.5 23.6022 28.342 23.2206 28.0607 22.9393C27.7794 22.658 27.3978 22.5 27 22.5ZM5.5 14C5.10444 14 4.71776 14.1173 4.38886 14.3371C4.05996 14.5568 3.80362 14.8692 3.65224 15.2346C3.50087 15.6001 3.46126 16.0022 3.53843 16.3902C3.6156 16.7781 3.80608 17.1345 4.08579 17.4142C4.36549 17.6939 4.72186 17.8844 5.10982 17.9616C5.49778 18.0387 5.89992 17.9991 6.26537 17.8478C6.63082 17.6964 6.94318 17.44 7.16294 17.1111C7.3827 16.7822 7.5 16.3956 7.5 16C7.5 15.4696 7.28929 14.9609 6.91421 14.5858C6.53914 14.2107 6.03043 14 5.5 14ZM5.5 6C5.10444 6 4.71776 6.1173 4.38886 6.33706C4.05996 6.55682 3.80362 6.86918 3.65224 7.23463C3.50087 7.60009 3.46126 8.00222 3.53843 8.39018C3.6156 8.77814 3.80608 9.13451 4.08579 9.41421C4.36549 9.69392 4.72186 9.8844 5.10982 9.96157C5.49778 10.0387 5.89992 9.99913 6.26537 9.84776C6.63082 9.69638 6.94318 9.44004 7.16294 9.11114C7.3827 8.78224 7.5 8.39556 7.5 8C7.5 7.46957 7.28929 6.96086 6.91421 6.58579C6.53914 6.21071 6.03043 6 5.5 6ZM5.5 22C5.10444 22 4.71776 22.1173 4.38886 22.3371C4.05996 22.5568 3.80362 22.8692 3.65224 23.2346C3.50087 23.6001 3.46126 24.0022 3.53843 24.3902C3.6156 24.7781 3.80608 25.1345 4.08579 25.4142C4.36549 25.6939 4.72186 25.8844 5.10982 25.9616C5.49778 26.0387 5.89992 25.9991 6.26537 25.8478C6.63082 25.6964 6.94318 25.44 7.16294 25.1111C7.3827 24.7822 7.5 24.3956 7.5 24C7.5 23.4696 7.28929 22.9609 6.91421 22.5858C6.53914 22.2107 6.03043 22 5.5 22Z"
|
|
27
|
+
fill="currentColor"/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M7 16C7 16.3956 6.8827 16.7822 6.66294 17.1111C6.44318 17.44 6.13082 17.6964 5.76537 17.8478C5.39992 17.9991 4.99778 18.0387 4.60982 17.9616C4.22186 17.8844 3.86549 17.6939 3.58579 17.4142C3.30608 17.1345 3.1156 16.7781 3.03843 16.3902C2.96126 16.0022 3.00087 15.6001 3.15224 15.2346C3.30362 14.8692 3.55996 14.5568 3.88886 14.3371C4.21776 14.1173 4.60444 14 5 14C5.53043 14 6.03914 14.2107 6.41421 14.5858C6.78929 14.9609 7 15.4696 7 16ZM5 6C4.60444 6 4.21776 6.1173 3.88886 6.33706C3.55996 6.55682 3.30362 6.86918 3.15224 7.23463C3.00087 7.60009 2.96126 8.00222 3.03843 8.39018C3.1156 8.77814 3.30608 9.13451 3.58579 9.41421C3.86549 9.69392 4.22186 9.8844 4.60982 9.96157C4.99778 10.0387 5.39992 9.99913 5.76537 9.84776C6.13082 9.69638 6.44318 9.44004 6.66294 9.11114C6.8827 8.78224 7 8.39556 7 8C7 7.46957 6.78929 6.96086 6.41421 6.58579C6.03914 6.21071 5.53043 6 5 6ZM5 22C4.60444 22 4.21776 22.1173 3.88886 22.3371C3.55996 22.5568 3.30362 22.8692 3.15224 23.2346C3.00087 23.6001 2.96126 24.0022 3.03843 24.3902C3.1156 24.7781 3.30608 25.1345 3.58579 25.4142C3.86549 25.6939 4.22186 25.8844 4.60982 25.9616C4.99778 26.0387 5.39992 25.9991 5.76537 25.8478C6.13082 25.6964 6.44318 25.44 6.66294 25.1111C6.8827 24.7822 7 24.3956 7 24C7 23.4696 6.78929 22.9609 6.41421 22.5858C6.03914 22.2107 5.53043 22 5 22ZM27 14H11C10.7348 14 10.4804 14.1054 10.2929 14.2929C10.1054 14.4804 10 14.7348 10 15V17C10 17.2652 10.1054 17.5196 10.2929 17.7071C10.4804 17.8946 10.7348 18 11 18H27C27.2652 18 27.5196 17.8946 27.7071 17.7071C27.8946 17.5196 28 17.2652 28 17V15C28 14.7348 27.8946 14.4804 27.7071 14.2929C27.5196 14.1054 27.2652 14 27 14ZM27 6H11C10.7348 6 10.4804 6.10536 10.2929 6.29289C10.1054 6.48043 10 6.73478 10 7V9C10 9.26522 10.1054 9.51957 10.2929 9.70711C10.4804 9.89464 10.7348 10 11 10H27C27.2652 10 27.5196 9.89464 27.7071 9.70711C27.8946 9.51957 28 9.26522 28 9V7C28 6.73478 27.8946 6.48043 27.7071 6.29289C27.5196 6.10536 27.2652 6 27 6ZM27 22H11C10.7348 22 10.4804 22.1054 10.2929 22.2929C10.1054 22.4804 10 22.7348 10 23V25C10 25.2652 10.1054 25.5196 10.2929 25.7071C10.4804 25.8946 10.7348 26 11 26H27C27.2652 26 27.5196 25.8946 27.7071 25.7071C27.8946 25.5196 28 25.2652 28 25V23C28 22.7348 27.8946 22.4804 27.7071 22.2929C27.5196 22.1054 27.2652 22 27 22Z"
|
|
36
|
+
fill="currentColor"/>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2" d="M27 8V24H5.5V8H27Z" fill="currentColor"/>
|
|
44
|
+
<path
|
|
45
|
+
d="M10 8C10 7.73478 10.1054 7.48043 10.2929 7.29289C10.4804 7.10536 10.7348 7 11 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H11C10.7348 9 10.4804 8.89464 10.2929 8.70711C10.1054 8.51957 10 8.26522 10 8ZM27 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16C10 16.2652 10.1054 16.5196 10.2929 16.7071C10.4804 16.8946 10.7348 17 11 17H27C27.2652 17 27.5196 16.8946 27.7071 16.7071C27.8946 16.5196 28 16.2652 28 16C28 15.7348 27.8946 15.4804 27.7071 15.2929C27.5196 15.1054 27.2652 15 27 15ZM27 23H11C10.7348 23 10.4804 23.1054 10.2929 23.2929C10.1054 23.4804 10 23.7348 10 24C10 24.2652 10.1054 24.5196 10.2929 24.7071C10.4804 24.8946 10.7348 25 11 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23ZM5.5 6.5C5.20333 6.5 4.91332 6.58797 4.66665 6.7528C4.41997 6.91762 4.22771 7.15189 4.11418 7.42597C4.00065 7.70006 3.97094 8.00166 4.02882 8.29264C4.0867 8.58361 4.22956 8.85088 4.43934 9.06066C4.64912 9.27044 4.91639 9.4133 5.20737 9.47118C5.49834 9.52906 5.79994 9.49935 6.07403 9.38582C6.34811 9.27229 6.58238 9.08003 6.74721 8.83335C6.91203 8.58668 7 8.29667 7 8C7 7.60218 6.84197 7.22064 6.56066 6.93934C6.27936 6.65804 5.89783 6.5 5.5 6.5ZM5.5 14.5C5.20333 14.5 4.91332 14.588 4.66665 14.7528C4.41997 14.9176 4.22771 15.1519 4.11418 15.426C4.00065 15.7001 3.97094 16.0017 4.02882 16.2926C4.0867 16.5836 4.22956 16.8509 4.43934 17.0607C4.64912 17.2704 4.91639 17.4133 5.20737 17.4712C5.49834 17.5291 5.79994 17.4993 6.07403 17.3858C6.34811 17.2723 6.58238 17.08 6.74721 16.8334C6.91203 16.5867 7 16.2967 7 16C7 15.6022 6.84197 15.2206 6.56066 14.9393C6.27936 14.658 5.89783 14.5 5.5 14.5ZM5.5 22.5C5.20333 22.5 4.91332 22.588 4.66665 22.7528C4.41997 22.9176 4.22771 23.1519 4.11418 23.426C4.00065 23.7001 3.97094 24.0017 4.02882 24.2926C4.0867 24.5836 4.22956 24.8509 4.43934 25.0607C4.64912 25.2704 4.91639 25.4133 5.20737 25.4712C5.49834 25.5291 5.79994 25.4993 6.07403 25.3858C6.34811 25.2723 6.58238 25.08 6.74721 24.8334C6.91203 24.5867 7 24.2967 7 24C7 23.6022 6.84197 23.2206 6.56066 22.9393C6.27936 22.658 5.89783 22.5 5.5 22.5Z"
|
|
46
|
+
fill="currentColor"/>
|
|
47
|
+
</svg>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
return (
|
|
51
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
52
|
+
<path
|
|
53
|
+
d="M10.25 8C10.25 7.80109 10.329 7.61032 10.4697 7.46967C10.6103 7.32902 10.8011 7.25 11 7.25H27C27.1989 7.25 27.3897 7.32902 27.5303 7.46967C27.671 7.61032 27.75 7.80109 27.75 8C27.75 8.19891 27.671 8.38968 27.5303 8.53033C27.3897 8.67098 27.1989 8.75 27 8.75H11C10.8011 8.75 10.6103 8.67098 10.4697 8.53033C10.329 8.38968 10.25 8.19891 10.25 8ZM27 15.25H11C10.8011 15.25 10.6103 15.329 10.4697 15.4697C10.329 15.6103 10.25 15.8011 10.25 16C10.25 16.1989 10.329 16.3897 10.4697 16.5303C10.6103 16.671 10.8011 16.75 11 16.75H27C27.1989 16.75 27.3897 16.671 27.5303 16.5303C27.671 16.3897 27.75 16.1989 27.75 16C27.75 15.8011 27.671 15.6103 27.5303 15.4697C27.3897 15.329 27.1989 15.25 27 15.25ZM27 23.25H11C10.8011 23.25 10.6103 23.329 10.4697 23.4697C10.329 23.6103 10.25 23.8011 10.25 24C10.25 24.1989 10.329 24.3897 10.4697 24.5303C10.6103 24.671 10.8011 24.75 11 24.75H27C27.1989 24.75 27.3897 24.671 27.5303 24.5303C27.671 24.3897 27.75 24.1989 27.75 24C27.75 23.8011 27.671 23.6103 27.5303 23.4697C27.3897 23.329 27.1989 23.25 27 23.25ZM5.5 6.75C5.25277 6.75 5.0111 6.82331 4.80554 6.96066C4.59998 7.09801 4.43976 7.29324 4.34515 7.52165C4.25054 7.75005 4.22579 8.00139 4.27402 8.24386C4.32225 8.48634 4.4413 8.70907 4.61612 8.88388C4.79093 9.0587 5.01366 9.17775 5.25614 9.22598C5.49861 9.27421 5.74995 9.24946 5.97836 9.15485C6.20676 9.06024 6.40199 8.90002 6.53934 8.69446C6.67669 8.4889 6.75 8.24723 6.75 8C6.75 7.66848 6.6183 7.35054 6.38388 7.11612C6.14946 6.8817 5.83152 6.75 5.5 6.75ZM5.5 22.75C5.25277 22.75 5.0111 22.8233 4.80554 22.9607C4.59998 23.098 4.43976 23.2932 4.34515 23.5216C4.25054 23.7501 4.22579 24.0014 4.27402 24.2439C4.32225 24.4863 4.4413 24.7091 4.61612 24.8839C4.79093 25.0587 5.01366 25.1777 5.25614 25.226C5.49861 25.2742 5.74995 25.2495 5.97836 25.1549C6.20676 25.0602 6.40199 24.9 6.53934 24.6945C6.67669 24.4889 6.75 24.2472 6.75 24C6.75 23.6685 6.6183 23.3505 6.38388 23.1161C6.14946 22.8817 5.83152 22.75 5.5 22.75ZM5.5 14.75C5.25277 14.75 5.0111 14.8233 4.80554 14.9607C4.59998 15.098 4.43976 15.2932 4.34515 15.5216C4.25054 15.7501 4.22579 16.0014 4.27402 16.2439C4.32225 16.4863 4.4413 16.7091 4.61612 16.8839C4.79093 17.0587 5.01366 17.1777 5.25614 17.226C5.49861 17.2742 5.74995 17.2495 5.97836 17.1549C6.20676 17.0602 6.40199 16.9 6.53934 16.6945C6.67669 16.4889 6.75 16.2472 6.75 16C6.75 15.6685 6.6183 15.3505 6.38388 15.1161C6.14946 14.8817 5.83152 14.75 5.5 14.75Z"
|
|
54
|
+
fill="currentColor"/>
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export default ListBullets;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const ListDashes = ({ type = "light" }: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M11.5 8C11.5 7.86739 11.5527 7.74021 11.6464 7.64645C11.7402 7.55268 11.8674 7.5 12 7.5H27C27.1326 7.5 27.2598 7.55268 27.3536 7.64645C27.4473 7.74021 27.5 7.86739 27.5 8C27.5 8.13261 27.4473 8.25979 27.3536 8.35355C27.2598 8.44732 27.1326 8.5 27 8.5H12C11.8674 8.5 11.7402 8.44732 11.6464 8.35355C11.5527 8.25979 11.5 8.13261 11.5 8ZM27 15.5H12C11.8674 15.5 11.7402 15.5527 11.6464 15.6464C11.5527 15.7402 11.5 15.8674 11.5 16C11.5 16.1326 11.5527 16.2598 11.6464 16.3536C11.7402 16.4473 11.8674 16.5 12 16.5H27C27.1326 16.5 27.2598 16.4473 27.3536 16.3536C27.4473 16.2598 27.5 16.1326 27.5 16C27.5 15.8674 27.4473 15.7402 27.3536 15.6464C27.2598 15.5527 27.1326 15.5 27 15.5ZM27 23.5H12C11.8674 23.5 11.7402 23.5527 11.6464 23.6464C11.5527 23.7402 11.5 23.8674 11.5 24C11.5 24.1326 11.5527 24.2598 11.6464 24.3536C11.7402 24.4473 11.8674 24.5 12 24.5H27C27.1326 24.5 27.2598 24.4473 27.3536 24.3536C27.4473 24.2598 27.5 24.1326 27.5 24C27.5 23.8674 27.4473 23.7402 27.3536 23.6464C27.2598 23.5527 27.1326 23.5 27 23.5ZM7 7.5H5C4.86739 7.5 4.74021 7.55268 4.64645 7.64645C4.55268 7.74021 4.5 7.86739 4.5 8C4.5 8.13261 4.55268 8.25979 4.64645 8.35355C4.74021 8.44732 4.86739 8.5 5 8.5H7C7.13261 8.5 7.25979 8.44732 7.35355 8.35355C7.44732 8.25979 7.5 8.13261 7.5 8C7.5 7.86739 7.44732 7.74021 7.35355 7.64645C7.25979 7.55268 7.13261 7.5 7 7.5ZM7 15.5H5C4.86739 15.5 4.74021 15.5527 4.64645 15.6464C4.55268 15.7402 4.5 15.8674 4.5 16C4.5 16.1326 4.55268 16.2598 4.64645 16.3536C4.74021 16.4473 4.86739 16.5 5 16.5H7C7.13261 16.5 7.25979 16.4473 7.35355 16.3536C7.44732 16.2598 7.5 16.1326 7.5 16C7.5 15.8674 7.44732 15.7402 7.35355 15.6464C7.25979 15.5527 7.13261 15.5 7 15.5ZM7 23.5H5C4.86739 23.5 4.74021 23.5527 4.64645 23.6464C4.55268 23.7402 4.5 23.8674 4.5 24C4.5 24.1326 4.55268 24.2598 4.64645 24.3536C4.74021 24.4473 4.86739 24.5 5 24.5H7C7.13261 24.5 7.25979 24.4473 7.35355 24.3536C7.44732 24.2598 7.5 24.1326 7.5 24C7.5 23.8674 7.44732 23.7402 7.35355 23.6464C7.25979 23.5527 7.13261 23.5 7 23.5Z"
|
|
9
|
+
fill="currentColor" />
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
if (type === "regular") {
|
|
14
|
+
return (
|
|
15
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
16
|
+
<path
|
|
17
|
+
d="M11 8C11 7.73478 11.1054 7.48043 11.2929 7.29289C11.4804 7.10536 11.7348 7 12 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H12C11.7348 9 11.4804 8.89464 11.2929 8.70711C11.1054 8.51957 11 8.26522 11 8ZM27 15H12C11.7348 15 11.4804 15.1054 11.2929 15.2929C11.1054 15.4804 11 15.7348 11 16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17H27C27.2652 17 27.5196 16.8946 27.7071 16.7071C27.8946 16.5196 28 16.2652 28 16C28 15.7348 27.8946 15.4804 27.7071 15.2929C27.5196 15.1054 27.2652 15 27 15ZM27 23H12C11.7348 23 11.4804 23.1054 11.2929 23.2929C11.1054 23.4804 11 23.7348 11 24C11 24.2652 11.1054 24.5196 11.2929 24.7071C11.4804 24.8946 11.7348 25 12 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23ZM7 7H5C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8C4 8.26522 4.10536 8.51957 4.29289 8.70711C4.48043 8.89464 4.73478 9 5 9H7C7.26522 9 7.51957 8.89464 7.70711 8.70711C7.89464 8.51957 8 8.26522 8 8C8 7.73478 7.89464 7.48043 7.70711 7.29289C7.51957 7.10536 7.26522 7 7 7ZM7 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16C4 16.2652 4.10536 16.5196 4.29289 16.7071C4.48043 16.8946 4.73478 17 5 17H7C7.26522 17 7.51957 16.8946 7.70711 16.7071C7.89464 16.5196 8 16.2652 8 16C8 15.7348 7.89464 15.4804 7.70711 15.2929C7.51957 15.1054 7.26522 15 7 15ZM7 23H5C4.73478 23 4.48043 23.1054 4.29289 23.2929C4.10536 23.4804 4 23.7348 4 24C4 24.2652 4.10536 24.5196 4.29289 24.7071C4.48043 24.8946 4.73478 25 5 25H7C7.26522 25 7.51957 24.8946 7.70711 24.7071C7.89464 24.5196 8 24.2652 8 24C8 23.7348 7.89464 23.4804 7.70711 23.2929C7.51957 23.1054 7.26522 23 7 23Z"
|
|
18
|
+
fill="currentColor" />
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
if (type === "bold") {
|
|
23
|
+
return (
|
|
24
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
25
|
+
<path
|
|
26
|
+
d="M10.5 8C10.5 7.60218 10.658 7.22064 10.9393 6.93934C11.2206 6.65804 11.6022 6.5 12 6.5H27C27.3978 6.5 27.7794 6.65804 28.0607 6.93934C28.342 7.22064 28.5 7.60218 28.5 8C28.5 8.39782 28.342 8.77936 28.0607 9.06066C27.7794 9.34196 27.3978 9.5 27 9.5H12C11.6022 9.5 11.2206 9.34196 10.9393 9.06066C10.658 8.77936 10.5 8.39782 10.5 8ZM27 14.5H12C11.6022 14.5 11.2206 14.658 10.9393 14.9393C10.658 15.2206 10.5 15.6022 10.5 16C10.5 16.3978 10.658 16.7794 10.9393 17.0607C11.2206 17.342 11.6022 17.5 12 17.5H27C27.3978 17.5 27.7794 17.342 28.0607 17.0607C28.342 16.7794 28.5 16.3978 28.5 16C28.5 15.6022 28.342 15.2206 28.0607 14.9393C27.7794 14.658 27.3978 14.5 27 14.5ZM27 22.5H12C11.6022 22.5 11.2206 22.658 10.9393 22.9393C10.658 23.2206 10.5 23.6022 10.5 24C10.5 24.3978 10.658 24.7794 10.9393 25.0607C11.2206 25.342 11.6022 25.5 12 25.5H27C27.3978 25.5 27.7794 25.342 28.0607 25.0607C28.342 24.7794 28.5 24.3978 28.5 24C28.5 23.6022 28.342 23.2206 28.0607 22.9393C27.7794 22.658 27.3978 22.5 27 22.5ZM7 6.5H5C4.60218 6.5 4.22064 6.65804 3.93934 6.93934C3.65804 7.22064 3.5 7.60218 3.5 8C3.5 8.39782 3.65804 8.77936 3.93934 9.06066C4.22064 9.34196 4.60218 9.5 5 9.5H7C7.39782 9.5 7.77936 9.34196 8.06066 9.06066C8.34196 8.77936 8.5 8.39782 8.5 8C8.5 7.60218 8.34196 7.22064 8.06066 6.93934C7.77936 6.65804 7.39782 6.5 7 6.5ZM7 14.5H5C4.60218 14.5 4.22064 14.658 3.93934 14.9393C3.65804 15.2206 3.5 15.6022 3.5 16C3.5 16.3978 3.65804 16.7794 3.93934 17.0607C4.22064 17.342 4.60218 17.5 5 17.5H7C7.39782 17.5 7.77936 17.342 8.06066 17.0607C8.34196 16.7794 8.5 16.3978 8.5 16C8.5 15.6022 8.34196 15.2206 8.06066 14.9393C7.77936 14.658 7.39782 14.5 7 14.5ZM7 22.5H5C4.60218 22.5 4.22064 22.658 3.93934 22.9393C3.65804 23.2206 3.5 23.6022 3.5 24C3.5 24.3978 3.65804 24.7794 3.93934 25.0607C4.22064 25.342 4.60218 25.5 5 25.5H7C7.39782 25.5 7.77936 25.342 8.06066 25.0607C8.34196 24.7794 8.5 24.3978 8.5 24C8.5 23.6022 8.34196 23.2206 8.06066 22.9393C7.77936 22.658 7.39782 22.5 7 22.5Z"
|
|
27
|
+
fill="currentColor" />
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
if (type === "fill") {
|
|
32
|
+
return (
|
|
33
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path
|
|
35
|
+
d="M28 7V9C28 9.26522 27.8946 9.51957 27.7071 9.70711C27.5196 9.89464 27.2652 10 27 10H12C11.7348 10 11.4804 9.89464 11.2929 9.70711C11.1054 9.51957 11 9.26522 11 9V7C11 6.73478 11.1054 6.48043 11.2929 6.29289C11.4804 6.10536 11.7348 6 12 6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7ZM7 6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7V9C4 9.26522 4.10536 9.51957 4.29289 9.70711C4.48043 9.89464 4.73478 10 5 10H7C7.26522 10 7.51957 9.89464 7.70711 9.70711C7.89464 9.51957 8 9.26522 8 9V7C8 6.73478 7.89464 6.48043 7.70711 6.29289C7.51957 6.10536 7.26522 6 7 6ZM27 14H12C11.7348 14 11.4804 14.1054 11.2929 14.2929C11.1054 14.4804 11 14.7348 11 15V17C11 17.2652 11.1054 17.5196 11.2929 17.7071C11.4804 17.8946 11.7348 18 12 18H27C27.2652 18 27.5196 17.8946 27.7071 17.7071C27.8946 17.5196 28 17.2652 28 17V15C28 14.7348 27.8946 14.4804 27.7071 14.2929C27.5196 14.1054 27.2652 14 27 14ZM7 14H5C4.73478 14 4.48043 14.1054 4.29289 14.2929C4.10536 14.4804 4 14.7348 4 15V17C4 17.2652 4.10536 17.5196 4.29289 17.7071C4.48043 17.8946 4.73478 18 5 18H7C7.26522 18 7.51957 17.8946 7.70711 17.7071C7.89464 17.5196 8 17.2652 8 17V15C8 14.7348 7.89464 14.4804 7.70711 14.2929C7.51957 14.1054 7.26522 14 7 14ZM27 22H12C11.7348 22 11.4804 22.1054 11.2929 22.2929C11.1054 22.4804 11 22.7348 11 23V25C11 25.2652 11.1054 25.5196 11.2929 25.7071C11.4804 25.8946 11.7348 26 12 26H27C27.2652 26 27.5196 25.8946 27.7071 25.7071C27.8946 25.5196 28 25.2652 28 25V23C28 22.7348 27.8946 22.4804 27.7071 22.2929C27.5196 22.1054 27.2652 22 27 22ZM7 22H5C4.73478 22 4.48043 22.1054 4.29289 22.2929C4.10536 22.4804 4 22.7348 4 23V25C4 25.2652 4.10536 25.5196 4.29289 25.7071C4.48043 25.8946 4.73478 26 5 26H7C7.26522 26 7.51957 25.8946 7.70711 25.7071C7.89464 25.5196 8 25.2652 8 25V23C8 22.7348 7.89464 22.4804 7.70711 22.2929C7.51957 22.1054 7.26522 22 7 22Z"
|
|
36
|
+
fill="currentColor" />
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
if (type === "duotone") {
|
|
41
|
+
return (
|
|
42
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
43
|
+
<path opacity="0.2" d="M27 8V24H5V8H27Z" fill="currentColor" />
|
|
44
|
+
<path
|
|
45
|
+
d="M11 8C11 7.73478 11.1054 7.48043 11.2929 7.29289C11.4804 7.10536 11.7348 7 12 7H27C27.2652 7 27.5196 7.10536 27.7071 7.29289C27.8946 7.48043 28 7.73478 28 8C28 8.26522 27.8946 8.51957 27.7071 8.70711C27.5196 8.89464 27.2652 9 27 9H12C11.7348 9 11.4804 8.89464 11.2929 8.70711C11.1054 8.51957 11 8.26522 11 8ZM27 15H12C11.7348 15 11.4804 15.1054 11.2929 15.2929C11.1054 15.4804 11 15.7348 11 16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17H27C27.2652 17 27.5196 16.8946 27.7071 16.7071C27.8946 16.5196 28 16.2652 28 16C28 15.7348 27.8946 15.4804 27.7071 15.2929C27.5196 15.1054 27.2652 15 27 15ZM27 23H12C11.7348 23 11.4804 23.1054 11.2929 23.2929C11.1054 23.4804 11 23.7348 11 24C11 24.2652 11.1054 24.5196 11.2929 24.7071C11.4804 24.8946 11.7348 25 12 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24C28 23.7348 27.8946 23.4804 27.7071 23.2929C27.5196 23.1054 27.2652 23 27 23ZM7 7H5C4.73478 7 4.48043 7.10536 4.29289 7.29289C4.10536 7.48043 4 7.73478 4 8C4 8.26522 4.10536 8.51957 4.29289 8.70711C4.48043 8.89464 4.73478 9 5 9H7C7.26522 9 7.51957 8.89464 7.70711 8.70711C7.89464 8.51957 8 8.26522 8 8C8 7.73478 7.89464 7.48043 7.70711 7.29289C7.51957 7.10536 7.26522 7 7 7ZM7 15H5C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16C4 16.2652 4.10536 16.5196 4.29289 16.7071C4.48043 16.8946 4.73478 17 5 17H7C7.26522 17 7.51957 16.8946 7.70711 16.7071C7.89464 16.5196 8 16.2652 8 16C8 15.7348 7.89464 15.4804 7.70711 15.2929C7.51957 15.1054 7.26522 15 7 15ZM7 23H5C4.73478 23 4.48043 23.1054 4.29289 23.2929C4.10536 23.4804 4 23.7348 4 24C4 24.2652 4.10536 24.5196 4.29289 24.7071C4.48043 24.8946 4.73478 25 5 25H7C7.26522 25 7.51957 24.8946 7.70711 24.7071C7.89464 24.5196 8 24.2652 8 24C8 23.7348 7.89464 23.4804 7.70711 23.2929C7.51957 23.1054 7.26522 23 7 23Z"
|
|
46
|
+
fill="currentColor" />
|
|
47
|
+
</svg>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
return (
|
|
51
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
52
|
+
<path
|
|
53
|
+
d="M11.25 8C11.25 7.80109 11.329 7.61032 11.4697 7.46967C11.6103 7.32902 11.8011 7.25 12 7.25H27C27.1989 7.25 27.3897 7.32902 27.5303 7.46967C27.671 7.61032 27.75 7.80109 27.75 8C27.75 8.19891 27.671 8.38968 27.5303 8.53033C27.3897 8.67098 27.1989 8.75 27 8.75H12C11.8011 8.75 11.6103 8.67098 11.4697 8.53033C11.329 8.38968 11.25 8.19891 11.25 8ZM27 15.25H12C11.8011 15.25 11.6103 15.329 11.4697 15.4697C11.329 15.6103 11.25 15.8011 11.25 16C11.25 16.1989 11.329 16.3897 11.4697 16.5303C11.6103 16.671 11.8011 16.75 12 16.75H27C27.1989 16.75 27.3897 16.671 27.5303 16.5303C27.671 16.3897 27.75 16.1989 27.75 16C27.75 15.8011 27.671 15.6103 27.5303 15.4697C27.3897 15.329 27.1989 15.25 27 15.25ZM27 23.25H12C11.8011 23.25 11.6103 23.329 11.4697 23.4697C11.329 23.6103 11.25 23.8011 11.25 24C11.25 24.1989 11.329 24.3897 11.4697 24.5303C11.6103 24.671 11.8011 24.75 12 24.75H27C27.1989 24.75 27.3897 24.671 27.5303 24.5303C27.671 24.3897 27.75 24.1989 27.75 24C27.75 23.8011 27.671 23.6103 27.5303 23.4697C27.3897 23.329 27.1989 23.25 27 23.25ZM7 7.25H5C4.80109 7.25 4.61032 7.32902 4.46967 7.46967C4.32902 7.61032 4.25 7.80109 4.25 8C4.25 8.19891 4.32902 8.38968 4.46967 8.53033C4.61032 8.67098 4.80109 8.75 5 8.75H7C7.19891 8.75 7.38968 8.67098 7.53033 8.53033C7.67098 8.38968 7.75 8.19891 7.75 8C7.75 7.80109 7.67098 7.61032 7.53033 7.46967C7.38968 7.32902 7.19891 7.25 7 7.25ZM7 15.25H5C4.80109 15.25 4.61032 15.329 4.46967 15.4697C4.32902 15.6103 4.25 15.8011 4.25 16C4.25 16.1989 4.32902 16.3897 4.46967 16.5303C4.61032 16.671 4.80109 16.75 5 16.75H7C7.19891 16.75 7.38968 16.671 7.53033 16.5303C7.67098 16.3897 7.75 16.1989 7.75 16C7.75 15.8011 7.67098 15.6103 7.53033 15.4697C7.38968 15.329 7.19891 15.25 7 15.25ZM7 23.25H5C4.80109 23.25 4.61032 23.329 4.46967 23.4697C4.32902 23.6103 4.25 23.8011 4.25 24C4.25 24.1989 4.32902 24.3897 4.46967 24.5303C4.61032 24.671 4.80109 24.75 5 24.75H7C7.19891 24.75 7.38968 24.671 7.53033 24.5303C7.67098 24.3897 7.75 24.1989 7.75 24C7.75 23.8011 7.67098 23.6103 7.53033 23.4697C7.38968 23.329 7.19891 23.25 7 23.25Z"
|
|
54
|
+
fill="currentColor" />
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export default ListDashes;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const Printer = ({type}: IconProps) => {
|
|
4
|
+
if (type === 'thin') {
|
|
5
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
6
|
+
<path
|
|
7
|
+
d="M26.8337 9.5H24.5V5C24.5 4.86739 24.4473 4.74021 24.3536 4.64645C24.2598 4.55268 24.1326 4.5 24 4.5H8C7.86739 4.5 7.74021 4.55268 7.64645 4.64645C7.55268 4.74021 7.5 4.86739 7.5 5V9.5H5.16625C3.69625 9.5 2.5 10.625 2.5 12V22C2.5 22.1326 2.55268 22.2598 2.64645 22.3536C2.74021 22.4473 2.86739 22.5 3 22.5H7.5V27C7.5 27.1326 7.55268 27.2598 7.64645 27.3536C7.74021 27.4473 7.86739 27.5 8 27.5H24C24.1326 27.5 24.2598 27.4473 24.3536 27.3536C24.4473 27.2598 24.5 27.1326 24.5 27V22.5H29C29.1326 22.5 29.2598 22.4473 29.3536 22.3536C29.4473 22.2598 29.5 22.1326 29.5 22V12C29.5 10.625 28.3037 9.5 26.8337 9.5ZM8.5 5.5H23.5V9.5H8.5V5.5ZM23.5 26.5H8.5V19.5H23.5V26.5ZM28.5 21.5H24.5V19C24.5 18.8674 24.4473 18.7402 24.3536 18.6464C24.2598 18.5527 24.1326 18.5 24 18.5H8C7.86739 18.5 7.74021 18.5527 7.64645 18.6464C7.55268 18.7402 7.5 18.8674 7.5 19V21.5H3.5V12C3.5 11.1725 4.25 10.5 5.16625 10.5H26.8337C27.75 10.5 28.5 11.1725 28.5 12V21.5ZM24.5 14.5C24.5 14.6978 24.4414 14.8911 24.3315 15.0556C24.2216 15.22 24.0654 15.3482 23.8827 15.4239C23.7 15.4996 23.4989 15.5194 23.3049 15.4808C23.1109 15.4422 22.9327 15.347 22.7929 15.2071C22.653 15.0673 22.5578 14.8891 22.5192 14.6951C22.4806 14.5011 22.5004 14.3 22.5761 14.1173C22.6518 13.9346 22.78 13.7784 22.9444 13.6685C23.1089 13.5586 23.3022 13.5 23.5 13.5C23.7652 13.5 24.0196 13.6054 24.2071 13.7929C24.3946 13.9804 24.5 14.2348 24.5 14.5Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
}
|
|
11
|
+
if (type === 'regular') {
|
|
12
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
13
|
+
<path
|
|
14
|
+
d="M26.8337 9H25V5C25 4.73478 24.8946 4.48043 24.7071 4.29289C24.5196 4.10536 24.2652 4 24 4H8C7.73478 4 7.48043 4.10536 7.29289 4.29289C7.10536 4.48043 7 4.73478 7 5V9H5.16625C3.42 9 2 10.3463 2 12V22C2 22.2652 2.10536 22.5196 2.29289 22.7071C2.48043 22.8946 2.73478 23 3 23H7V27C7 27.2652 7.10536 27.5196 7.29289 27.7071C7.48043 27.8946 7.73478 28 8 28H24C24.2652 28 24.5196 27.8946 24.7071 27.7071C24.8946 27.5196 25 27.2652 25 27V23H29C29.2652 23 29.5196 22.8946 29.7071 22.7071C29.8946 22.5196 30 22.2652 30 22V12C30 10.3463 28.58 9 26.8337 9ZM9 6H23V9H9V6ZM23 26H9V20H23V26ZM28 21H25V19C25 18.7348 24.8946 18.4804 24.7071 18.2929C24.5196 18.1054 24.2652 18 24 18H8C7.73478 18 7.48043 18.1054 7.29289 18.2929C7.10536 18.4804 7 18.7348 7 19V21H4V12C4 11.4488 4.52375 11 5.16625 11H26.8337C27.4762 11 28 11.4488 28 12V21ZM25 14.5C25 14.7967 24.912 15.0867 24.7472 15.3334C24.5824 15.58 24.3481 15.7723 24.074 15.8858C23.7999 15.9994 23.4983 16.0291 23.2074 15.9712C22.9164 15.9133 22.6491 15.7704 22.4393 15.5607C22.2296 15.3509 22.0867 15.0836 22.0288 14.7926C21.9709 14.5017 22.0007 14.2001 22.1142 13.926C22.2277 13.6519 22.42 13.4176 22.6666 13.2528C22.9133 13.088 23.2033 13 23.5 13C23.8978 13 24.2794 13.158 24.5607 13.4393C24.842 13.7206 25 14.1022 25 14.5Z"
|
|
15
|
+
fill="currentColor"/>
|
|
16
|
+
</svg>
|
|
17
|
+
}
|
|
18
|
+
if (type === 'bold') {
|
|
19
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
20
|
+
<path
|
|
21
|
+
d="M26.8337 8.5H25.5V5C25.5 4.60218 25.342 4.22064 25.0607 3.93934C24.7794 3.65804 24.3978 3.5 24 3.5H8C7.60218 3.5 7.22064 3.65804 6.93934 3.93934C6.65804 4.22064 6.5 4.60218 6.5 5V8.5H5.16625C3.145 8.5 1.5 10.07 1.5 12V22C1.5 22.3978 1.65804 22.7794 1.93934 23.0607C2.22064 23.342 2.60218 23.5 3 23.5H6.5V27C6.5 27.3978 6.65804 27.7794 6.93934 28.0607C7.22064 28.342 7.60218 28.5 8 28.5H24C24.3978 28.5 24.7794 28.342 25.0607 28.0607C25.342 27.7794 25.5 27.3978 25.5 27V23.5H29C29.3978 23.5 29.7794 23.342 30.0607 23.0607C30.342 22.7794 30.5 22.3978 30.5 22V12C30.5 10.07 28.855 8.5 26.8337 8.5ZM9.5 6.5H22.5V8.5H9.5V6.5ZM22.5 25.5H9.5V21.5H22.5V25.5ZM27.5 20.5H25.5V20C25.5 19.6022 25.342 19.2206 25.0607 18.9393C24.7794 18.658 24.3978 18.5 24 18.5H8C7.60218 18.5 7.22064 18.658 6.93934 18.9393C6.65804 19.2206 6.5 19.6022 6.5 20V20.5H4.5V12C4.5 11.7288 4.805 11.5 5.16625 11.5H26.8337C27.195 11.5 27.5 11.7288 27.5 12V20.5ZM25.5 15C25.5 15.3956 25.3827 15.7822 25.1629 16.1111C24.9432 16.44 24.6308 16.6964 24.2654 16.8478C23.8999 16.9991 23.4978 17.0387 23.1098 16.9616C22.7219 16.8844 22.3655 16.6939 22.0858 16.4142C21.8061 16.1345 21.6156 15.7781 21.5384 15.3902C21.4613 15.0022 21.5009 14.6001 21.6522 14.2346C21.8036 13.8692 22.06 13.5568 22.3889 13.3371C22.7178 13.1173 23.1044 13 23.5 13C24.0304 13 24.5391 13.2107 24.9142 13.5858C25.2893 13.9609 25.5 14.4696 25.5 15Z"
|
|
22
|
+
fill="currentColor"/>
|
|
23
|
+
</svg>
|
|
24
|
+
}
|
|
25
|
+
if (type === 'fill') {
|
|
26
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
27
|
+
<path
|
|
28
|
+
d="M30 12V22C30 22.2652 29.8946 22.5196 29.7071 22.7071C29.5196 22.8946 29.2652 23 29 23H25V27C25 27.2652 24.8946 27.5196 24.7071 27.7071C24.5196 27.8946 24.2652 28 24 28H8C7.73478 28 7.48043 27.8946 7.29289 27.7071C7.10536 27.5196 7 27.2652 7 27V23H3C2.73478 23 2.48043 22.8946 2.29289 22.7071C2.10536 22.5196 2 22.2652 2 22V12C2 10.3463 3.42 9 5.16625 9H7V5C7 4.73478 7.10536 4.48043 7.29289 4.29289C7.48043 4.10536 7.73478 4 8 4H24C24.2652 4 24.5196 4.10536 24.7071 4.29289C24.8946 4.48043 25 4.73478 25 5V9H26.8337C28.58 9 30 10.3463 30 12ZM9 9H23V6H9V9ZM23 20H9V26H23V20ZM25 14.5C25 14.2033 24.912 13.9133 24.7472 13.6666C24.5824 13.42 24.3481 13.2277 24.074 13.1142C23.7999 13.0006 23.4983 12.9709 23.2074 13.0288C22.9164 13.0867 22.6491 13.2296 22.4393 13.4393C22.2296 13.6491 22.0867 13.9164 22.0288 14.2074C21.9709 14.4983 22.0007 14.7999 22.1142 15.074C22.2277 15.3481 22.42 15.5824 22.6666 15.7472C22.9133 15.912 23.2033 16 23.5 16C23.8978 16 24.2794 15.842 24.5607 15.5607C24.842 15.2794 25 14.8978 25 14.5Z"
|
|
29
|
+
fill="currentColor"/>
|
|
30
|
+
</svg>
|
|
31
|
+
}
|
|
32
|
+
if (type === 'duotone') {
|
|
33
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
34
|
+
<path opacity="0.2" d="M29 12V22H24V19H8V22H3V12C3 10.895 3.97 10 5.16625 10H26.8337C28.03 10 29 10.895 29 12Z"
|
|
35
|
+
fill="currentColor"/>
|
|
36
|
+
<path
|
|
37
|
+
d="M26.8337 9H25V5C25 4.73478 24.8946 4.48043 24.7071 4.29289C24.5196 4.10536 24.2652 4 24 4H8C7.73478 4 7.48043 4.10536 7.29289 4.29289C7.10536 4.48043 7 4.73478 7 5V9H5.16625C3.42 9 2 10.3463 2 12V22C2 22.2652 2.10536 22.5196 2.29289 22.7071C2.48043 22.8946 2.73478 23 3 23H7V27C7 27.2652 7.10536 27.5196 7.29289 27.7071C7.48043 27.8946 7.73478 28 8 28H24C24.2652 28 24.5196 27.8946 24.7071 27.7071C24.8946 27.5196 25 27.2652 25 27V23H29C29.2652 23 29.5196 22.8946 29.7071 22.7071C29.8946 22.5196 30 22.2652 30 22V12C30 10.3463 28.58 9 26.8337 9ZM9 6H23V9H9V6ZM23 26H9V20H23V26ZM28 21H25V19C25 18.7348 24.8946 18.4804 24.7071 18.2929C24.5196 18.1054 24.2652 18 24 18H8C7.73478 18 7.48043 18.1054 7.29289 18.2929C7.10536 18.4804 7 18.7348 7 19V21H4V12C4 11.4488 4.52375 11 5.16625 11H26.8337C27.4762 11 28 11.4488 28 12V21ZM25 14.5C25 14.7967 24.912 15.0867 24.7472 15.3334C24.5824 15.58 24.3481 15.7723 24.074 15.8858C23.7999 15.9994 23.4983 16.0291 23.2074 15.9712C22.9164 15.9133 22.6491 15.7704 22.4393 15.5607C22.2296 15.3509 22.0867 15.0836 22.0288 14.7926C21.9709 14.5017 22.0007 14.2001 22.1142 13.926C22.2277 13.6519 22.42 13.4176 22.6666 13.2528C22.9133 13.088 23.2033 13 23.5 13C23.8978 13 24.2794 13.158 24.5607 13.4393C24.842 13.7206 25 14.1022 25 14.5Z"
|
|
38
|
+
fill="currentColor"/>
|
|
39
|
+
</svg>
|
|
40
|
+
}
|
|
41
|
+
return <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
42
|
+
<path
|
|
43
|
+
d="M26.8337 9.25H24.75V5C24.75 4.80109 24.671 4.61032 24.5303 4.46967C24.3897 4.32902 24.1989 4.25 24 4.25H8C7.80109 4.25 7.61032 4.32902 7.46967 4.46967C7.32902 4.61032 7.25 4.80109 7.25 5V9.25H5.16625C3.55875 9.25 2.25 10.4837 2.25 12V22C2.25 22.1989 2.32902 22.3897 2.46967 22.5303C2.61032 22.671 2.80109 22.75 3 22.75H7.25V27C7.25 27.1989 7.32902 27.3897 7.46967 27.5303C7.61032 27.671 7.80109 27.75 8 27.75H24C24.1989 27.75 24.3897 27.671 24.5303 27.5303C24.671 27.3897 24.75 27.1989 24.75 27V22.75H29C29.1989 22.75 29.3897 22.671 29.5303 22.5303C29.671 22.3897 29.75 22.1989 29.75 22V12C29.75 10.4837 28.4412 9.25 26.8337 9.25ZM8.75 5.75H23.25V9.25H8.75V5.75ZM23.25 26.25H8.75V19.75H23.25V26.25ZM28.25 21.25H24.75V19C24.75 18.8011 24.671 18.6103 24.5303 18.4697C24.3897 18.329 24.1989 18.25 24 18.25H8C7.80109 18.25 7.61032 18.329 7.46967 18.4697C7.32902 18.6103 7.25 18.8011 7.25 19V21.25H3.75V12C3.75 11.3112 4.385 10.75 5.16625 10.75H26.8337C27.615 10.75 28.25 11.3112 28.25 12V21.25ZM24.75 14.5C24.75 14.7472 24.6767 14.9889 24.5393 15.1945C24.402 15.4 24.2068 15.5602 23.9784 15.6548C23.7499 15.7495 23.4986 15.7742 23.2561 15.726C23.0137 15.6778 22.7909 15.5587 22.6161 15.3839C22.4413 15.2091 22.3223 14.9863 22.274 14.7439C22.2258 14.5014 22.2505 14.2501 22.3451 14.0216C22.4398 13.7932 22.6 13.598 22.8055 13.4607C23.0111 13.3233 23.2528 13.25 23.5 13.25C23.8315 13.25 24.1495 13.3817 24.3839 13.6161C24.6183 13.8505 24.75 14.1685 24.75 14.5Z"
|
|
44
|
+
fill="currentColor"/>
|
|
45
|
+
</svg>
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export default Printer;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import IconProps from "../../IconProps";
|
|
2
|
+
|
|
3
|
+
const TextAa = ({type = "light"}: IconProps) => {
|
|
4
|
+
if (type === "thin") {
|
|
5
|
+
return (
|
|
6
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
7
|
+
<path
|
|
8
|
+
d="M10.4524 6.78754C10.4121 6.70164 10.3481 6.62901 10.2679 6.57813C10.1878 6.52726 10.0948 6.50024 9.99993 6.50024C9.90501 6.50024 9.81206 6.52726 9.73193 6.57813C9.6518 6.62901 9.58781 6.70164 9.54743 6.78754L1.54743 23.7875C1.49398 23.9071 1.48959 24.0429 1.53521 24.1657C1.58082 24.2885 1.6728 24.3885 1.79137 24.4442C1.90993 24.4998 2.04561 24.5068 2.16923 24.4634C2.29285 24.4201 2.39454 24.33 2.45243 24.2125L4.66993 19.5H15.3299L17.5474 24.2125C17.5745 24.2732 17.6135 24.3279 17.662 24.3733C17.7104 24.4187 17.7675 24.4541 17.8298 24.4772C17.8921 24.5003 17.9583 24.5108 18.0247 24.5081C18.0911 24.5053 18.1563 24.4893 18.2164 24.4611C18.2766 24.4328 18.3305 24.3929 18.375 24.3436C18.4196 24.2942 18.4538 24.2365 18.4758 24.1738C18.4978 24.1111 18.507 24.0447 18.503 23.9783C18.499 23.912 18.4818 23.8471 18.4524 23.7875L10.4524 6.78754ZM5.14118 18.5L9.99993 8.17379L14.8587 18.5H5.14118ZM24.9999 12.5C23.5412 12.5 22.4137 12.885 21.6474 13.645C21.6008 13.6913 21.5638 13.7463 21.5384 13.807C21.5131 13.8676 21.4999 13.9326 21.4997 13.9983C21.4992 14.131 21.5514 14.2584 21.6449 14.3525C21.7384 14.4467 21.8655 14.4998 21.9982 14.5003C22.1308 14.5008 22.2583 14.4485 22.3524 14.355C22.9237 13.7875 23.8149 13.5 24.9999 13.5C26.9299 13.5 28.4999 14.8463 28.4999 16.5V17.99C28.0517 17.5126 27.5091 17.1336 26.9066 16.8771C26.3041 16.6205 25.6547 16.4922 24.9999 16.5C22.5187 16.5 20.4999 18.2938 20.4999 20.5C20.4999 22.7063 22.5187 24.5 24.9999 24.5C25.6547 24.5079 26.3041 24.3795 26.9066 24.123C27.5091 23.8665 28.0517 23.4875 28.4999 23.01V24C28.4999 24.1326 28.5526 24.2598 28.6464 24.3536C28.7401 24.4474 28.8673 24.5 28.9999 24.5C29.1325 24.5 29.2597 24.4474 29.3535 24.3536C29.4473 24.2598 29.4999 24.1326 29.4999 24V16.5C29.4999 14.295 27.4812 12.5 24.9999 12.5ZM24.9999 23.5C23.0699 23.5 21.4999 22.1538 21.4999 20.5C21.4999 18.8463 23.0699 17.5 24.9999 17.5C26.9299 17.5 28.4999 18.8463 28.4999 20.5C28.4999 22.1538 26.9299 23.5 24.9999 23.5Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
if (type === "regular") {
|
|
15
|
+
return (
|
|
16
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
17
|
+
<path
|
|
18
|
+
d="M10.9051 6.57386C10.8243 6.40206 10.6963 6.2568 10.5361 6.15505C10.3758 6.0533 10.1899 5.99927 10.0001 5.99927C9.81026 5.99927 9.62435 6.0533 9.46409 6.15505C9.30383 6.2568 9.17585 6.40206 9.09509 6.57386L1.09509 23.5739C1.0392 23.6927 1.00726 23.8214 1.0011 23.9526C0.994942 24.0838 1.01468 24.2149 1.0592 24.3385C1.1491 24.588 1.33444 24.7916 1.57447 24.9045C1.81449 25.0174 2.08952 25.0303 2.33906 24.9404C2.5886 24.8505 2.79221 24.6651 2.90509 24.4251L4.98759 20.0001H15.0126L17.0951 24.4251C17.151 24.544 17.2297 24.6506 17.3269 24.739C17.424 24.8274 17.5376 24.8959 17.6611 24.9404C17.7847 24.9849 17.9158 25.0046 18.047 24.9985C18.1782 24.9923 18.3069 24.9604 18.4257 24.9045C18.5446 24.8486 18.6512 24.7698 18.7396 24.6727C18.8281 24.5756 18.8965 24.462 18.941 24.3385C18.9855 24.2149 19.0052 24.0838 18.9991 23.9526C18.9929 23.8214 18.961 23.6927 18.9051 23.5739L10.9051 6.57386ZM5.92884 18.0001L10.0001 9.34886L14.0713 18.0001H5.92884ZM25.0001 12.0001C23.4051 12.0001 22.1588 12.4339 21.2963 13.2901C21.1158 13.4784 21.0159 13.7297 21.018 13.9905C21.0202 14.2514 21.1241 14.5011 21.3078 14.6863C21.4914 14.8716 21.7402 14.9778 22.001 14.9822C22.2618 14.9867 22.514 14.889 22.7038 14.7101C23.1788 14.2389 23.9538 14.0001 25.0001 14.0001C26.6538 14.0001 28.0001 15.1251 28.0001 16.5001V16.9026C27.1127 16.3089 26.0678 15.9945 25.0001 16.0001C22.2426 16.0001 20.0001 18.0189 20.0001 20.5001C20.0001 22.9814 22.2426 25.0001 25.0001 25.0001C26.0682 25.0048 27.1132 24.6891 28.0001 24.0939C28.0125 24.3591 28.1298 24.6085 28.3261 24.7872C28.5225 24.966 28.7817 25.0594 29.047 25.047C29.3122 25.0345 29.5616 24.9173 29.7403 24.7209C29.9191 24.5246 30.0125 24.2653 30.0001 24.0001V16.5001C30.0001 14.0189 27.7576 12.0001 25.0001 12.0001ZM25.0001 23.0001C23.3463 23.0001 22.0001 21.8751 22.0001 20.5001C22.0001 19.1251 23.3463 18.0001 25.0001 18.0001C26.6538 18.0001 28.0001 19.1251 28.0001 20.5001C28.0001 21.8751 26.6538 23.0001 25.0001 23.0001Z"
|
|
19
|
+
fill="currentColor"/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
if (type === "bold") {
|
|
24
|
+
return (
|
|
25
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
26
|
+
<path
|
|
27
|
+
d="M11.3571 6.36115C11.236 6.10346 11.044 5.88556 10.8036 5.73294C10.5633 5.58032 10.2844 5.49927 9.99965 5.49927C9.7149 5.49927 9.43604 5.58032 9.19565 5.73294C8.95526 5.88556 8.76328 6.10346 8.64215 6.36115L0.642147 23.3612C0.481999 23.7197 0.468819 24.1267 0.605437 24.4948C0.742055 24.863 1.01758 25.1628 1.37284 25.3301C1.72811 25.4973 2.13479 25.5186 2.50556 25.3893C2.87633 25.26 3.18163 24.9905 3.3559 24.6387L5.30465 20.4999H14.6946L16.6421 24.6387C16.8116 24.9987 17.117 25.2767 17.4914 25.4115C17.8658 25.5463 18.2784 25.5268 18.6384 25.3574C18.9984 25.188 19.2764 24.8825 19.4112 24.5081C19.546 24.1338 19.5266 23.7212 19.3571 23.3612L11.3571 6.36115ZM6.71715 17.4999L9.99965 10.5224L13.2834 17.4999H6.71715ZM24.9996 11.4999C23.2684 11.4999 21.9034 11.9824 20.9434 12.9349C20.7924 13.0709 20.6707 13.2362 20.5855 13.4206C20.5003 13.6051 20.4535 13.805 20.448 14.0081C20.4424 14.2112 20.4781 14.4133 20.553 14.6022C20.6279 14.7911 20.7404 14.9628 20.8836 15.1069C21.0269 15.251 21.1979 15.3645 21.3863 15.4405C21.5748 15.5165 21.7767 15.5534 21.9798 15.549C22.183 15.5446 22.3831 15.499 22.5681 15.4149C22.753 15.3308 22.919 15.2101 23.0559 15.0599C23.4309 14.6849 24.0884 14.4949 24.9996 14.4949C26.1671 14.4949 27.1484 15.1399 27.4209 16.0074C26.6586 15.6695 25.8335 15.4965 24.9996 15.4999C21.9671 15.4999 19.4996 17.7424 19.4996 20.4999C19.4996 23.2574 21.9671 25.4999 24.9996 25.4999C25.9573 25.5023 26.9012 25.2715 27.7496 24.8274C27.9277 25.0958 28.1874 25.2998 28.4904 25.4091C28.7933 25.5185 29.1234 25.5274 29.4319 25.4346C29.7403 25.3418 30.0107 25.1522 30.203 24.8938C30.3953 24.6354 30.4993 24.322 30.4996 23.9999V16.4999C30.4996 13.7424 28.0321 11.4999 24.9996 11.4999ZM24.9996 22.4999C23.6246 22.4999 22.4996 21.6024 22.4996 20.4999C22.4996 19.3974 23.6246 18.4999 24.9996 18.4999C26.3746 18.4999 27.4996 19.3974 27.4996 20.4999C27.4996 21.6024 26.3746 22.4999 24.9996 22.4999Z"
|
|
28
|
+
fill="currentColor"/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
if (type === "fill") {
|
|
33
|
+
return (
|
|
34
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
35
|
+
<path
|
|
36
|
+
d="M25 19.5C25 20.3125 24.0837 21 23 21C21.9163 21 21 20.3125 21 19.5C21 18.6875 21.9163 18 23 18C24.0837 18 25 18.6875 25 19.5ZM9.20125 17H13.7987L11.5 11.5662L9.20125 17ZM29 7V25C29 25.5304 28.7893 26.0391 28.4142 26.4142C28.0391 26.7893 27.5304 27 27 27H5C4.46957 27 3.96086 26.7893 3.58579 26.4142C3.21071 26.0391 3 25.5304 3 25V7C3 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 7ZM17.9212 21.61L12.4213 8.61C12.3448 8.42886 12.2166 8.27429 12.0527 8.16561C11.8889 8.05693 11.6966 7.99897 11.5 7.99897C11.3034 7.99897 11.1111 8.05693 10.9473 8.16561C10.7834 8.27429 10.6552 8.42886 10.5787 8.61L5.07875 21.61C4.97532 21.8543 4.97318 22.1297 5.07281 22.3757C5.17244 22.6216 5.36567 22.8178 5.61 22.9212C5.85433 23.0247 6.12974 23.0268 6.37565 22.9272C6.62156 22.8276 6.81782 22.6343 6.92125 22.39L8.355 19H14.645L16.0788 22.39C16.1822 22.6343 16.3784 22.8276 16.6243 22.9272C16.8703 23.0268 17.1457 23.0247 17.39 22.9212C17.6343 22.8178 17.8276 22.6216 17.9272 22.3757C18.0268 22.1297 18.0247 21.8543 17.9212 21.61ZM27 16.5C27 14.57 25.205 13 23 13C22.0671 12.9931 21.1566 13.2858 20.4025 13.835C20.1898 13.9935 20.0488 14.2299 20.0105 14.4924C19.9722 14.7548 20.0397 15.0217 20.1981 15.2344C20.3566 15.447 20.5931 15.5881 20.8555 15.6264C21.1179 15.6647 21.3848 15.5972 21.5975 15.4388C22.0062 15.1466 22.4977 14.9929 23 15C24.07 15 24.975 15.67 25 16.47C24.3797 16.1579 23.6944 15.9968 23 16C20.795 16 19 17.57 19 19.5C19 21.43 20.795 23 23 23C23.739 23.0034 24.4669 22.8202 25.1162 22.4675C25.2207 22.6648 25.3882 22.8214 25.592 22.9125C25.7958 23.0036 26.0242 23.0239 26.2409 22.9701C26.4575 22.9163 26.65 22.7916 26.7875 22.6158C26.9251 22.44 26.9999 22.2232 27 22V16.5Z"
|
|
37
|
+
fill="currentColor"/>
|
|
38
|
+
</svg>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
if (type === "duotone") {
|
|
42
|
+
return (
|
|
43
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
44
|
+
<path opacity="0.2"
|
|
45
|
+
d="M28.9991 20.5C28.9991 22.4325 27.2078 24 24.9991 24C22.7903 24 20.9991 22.4325 20.9991 20.5C20.9991 18.5675 22.7903 17 24.9991 17C27.2078 17 28.9991 18.5675 28.9991 20.5ZM4.35156 19H15.6466L9.99906 7L4.35156 19Z"
|
|
46
|
+
fill="currentColor"/>
|
|
47
|
+
<path
|
|
48
|
+
d="M10.9051 6.57386C10.8243 6.40206 10.6963 6.2568 10.5361 6.15505C10.3758 6.0533 10.1899 5.99927 10.0001 5.99927C9.81026 5.99927 9.62435 6.0533 9.46409 6.15505C9.30383 6.2568 9.17585 6.40206 9.09509 6.57386L1.09509 23.5739C1.0392 23.6927 1.00726 23.8214 1.0011 23.9526C0.994942 24.0838 1.01468 24.2149 1.0592 24.3385C1.1491 24.588 1.33444 24.7916 1.57447 24.9045C1.81449 25.0174 2.08952 25.0303 2.33906 24.9404C2.5886 24.8505 2.79221 24.6651 2.90509 24.4251L4.98759 20.0001H15.0126L17.0951 24.4251C17.151 24.544 17.2297 24.6506 17.3269 24.739C17.424 24.8274 17.5376 24.8959 17.6611 24.9404C17.7847 24.9849 17.9158 25.0046 18.047 24.9985C18.1782 24.9923 18.3069 24.9604 18.4257 24.9045C18.5446 24.8486 18.6512 24.7698 18.7396 24.6727C18.8281 24.5756 18.8965 24.462 18.941 24.3385C18.9855 24.2149 19.0052 24.0838 18.9991 23.9526C18.9929 23.8214 18.961 23.6927 18.9051 23.5739L10.9051 6.57386ZM5.92884 18.0001L10.0001 9.34886L14.0713 18.0001H5.92884ZM25.0001 12.0001C23.4051 12.0001 22.1588 12.4339 21.2963 13.2901C21.1158 13.4784 21.0159 13.7297 21.018 13.9905C21.0202 14.2514 21.1241 14.5011 21.3078 14.6863C21.4914 14.8716 21.7402 14.9778 22.001 14.9822C22.2618 14.9867 22.514 14.889 22.7038 14.7101C23.1788 14.2389 23.9538 14.0001 25.0001 14.0001C26.6538 14.0001 28.0001 15.1251 28.0001 16.5001V16.9026C27.1127 16.3089 26.0678 15.9945 25.0001 16.0001C22.2426 16.0001 20.0001 18.0189 20.0001 20.5001C20.0001 22.9814 22.2426 25.0001 25.0001 25.0001C26.0682 25.0048 27.1132 24.6891 28.0001 24.0939C28.0125 24.3591 28.1298 24.6085 28.3261 24.7872C28.5225 24.966 28.7817 25.0594 29.047 25.047C29.3122 25.0345 29.5616 24.9173 29.7403 24.7209C29.9191 24.5246 30.0125 24.2653 30.0001 24.0001V16.5001C30.0001 14.0189 27.7576 12.0001 25.0001 12.0001ZM25.0001 23.0001C23.3463 23.0001 22.0001 21.8751 22.0001 20.5001C22.0001 19.1251 23.3463 18.0001 25.0001 18.0001C26.6538 18.0001 28.0001 19.1251 28.0001 20.5001C28.0001 21.8751 26.6538 23.0001 25.0001 23.0001Z"
|
|
49
|
+
fill="currentColor"/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
return (
|
|
55
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
|
|
56
|
+
<path
|
|
57
|
+
d="M10.6789 6.68119C10.6183 6.55234 10.5223 6.44339 10.4021 6.36708C10.2819 6.29077 10.1425 6.25024 10.0001 6.25024C9.85776 6.25024 9.71833 6.29077 9.59814 6.36708C9.47794 6.44339 9.38195 6.55234 9.32139 6.68119L1.32138 23.6812C1.23668 23.8612 1.22696 24.0675 1.29435 24.2547C1.36175 24.4419 1.50074 24.5946 1.68076 24.6793C1.86078 24.764 2.06707 24.7737 2.25425 24.7063C2.44144 24.6389 2.59418 24.5 2.67888 24.3199L4.82889 19.7499H15.1714L17.3214 24.3187C17.3633 24.4078 17.4224 24.4878 17.4953 24.5541C17.5681 24.6204 17.6533 24.6717 17.746 24.7051C17.8387 24.7385 17.9371 24.7533 18.0355 24.7486C18.1339 24.744 18.2304 24.72 18.3195 24.6781C18.4086 24.6361 18.4886 24.577 18.5549 24.5042C18.6212 24.4313 18.6725 24.3461 18.7059 24.2534C18.7393 24.1607 18.7541 24.0624 18.7494 23.964C18.7448 23.8656 18.7208 23.7691 18.6789 23.6799L10.6789 6.68119ZM5.53513 18.2499L10.0001 8.76119L14.4651 18.2499H5.53513ZM25.0001 12.2499C23.4739 12.2499 22.2864 12.6599 21.4714 13.4674C21.4015 13.5369 21.3459 13.6194 21.3079 13.7103C21.2698 13.8012 21.2501 13.8987 21.2497 13.9973C21.2494 14.0958 21.2684 14.1935 21.3058 14.2847C21.3432 14.3758 21.3982 14.4588 21.4676 14.5287C21.6079 14.6699 21.7985 14.7497 21.9975 14.7504C22.096 14.7507 22.1937 14.7316 22.2849 14.6942C22.376 14.6569 22.459 14.6019 22.5289 14.5324C23.0514 14.0137 23.8839 13.7499 25.0001 13.7499C26.7926 13.7499 28.2501 14.9837 28.2501 16.4999V17.4049C27.3361 16.6501 26.1855 16.2412 25.0001 16.2499C22.3814 16.2499 20.2501 18.1562 20.2501 20.4999C20.2501 22.8437 22.3814 24.7499 25.0001 24.7499C26.1855 24.7587 27.3361 24.3498 28.2501 23.5949V23.9999C28.2501 24.1988 28.3292 24.3896 28.4698 24.5303C28.6105 24.6709 28.8012 24.7499 29.0001 24.7499C29.199 24.7499 29.3898 24.6709 29.5305 24.5303C29.6711 24.3896 29.7501 24.1988 29.7501 23.9999V16.4999C29.7501 14.1562 27.6251 12.2499 25.0001 12.2499ZM25.0001 23.2499C23.2076 23.2499 21.7501 22.0162 21.7501 20.4999C21.7501 18.9837 23.2076 17.7499 25.0001 17.7499C26.7926 17.7499 28.2501 18.9837 28.2501 20.4999C28.2501 22.0162 26.7926 23.2499 25.0001 23.2499Z"
|
|
58
|
+
fill="currentColor"/>
|
|
59
|
+
</svg>
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
export default TextAa;
|