@openameba/spindle-ui 0.25.0 → 0.26.1-alpha.0
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/Button/Button.css +1 -1
- package/Button/Button.mjs +7 -0
- package/Button/index.mjs +1 -0
- package/ButtonGroup/ButtonGroup.mjs +13 -0
- package/ButtonGroup/index.mjs +1 -0
- package/CHANGELOG.md +55 -0
- package/Form/Checkbox.mjs +11 -0
- package/Form/DropDown.mjs +38 -0
- package/Form/InlineDropDown.mjs +30 -0
- package/Form/InputLabel.mjs +5 -0
- package/Form/InvalidMessage.mjs +9 -0
- package/Form/Radio.mjs +11 -0
- package/Form/TextArea.mjs +5 -0
- package/Form/TextField.mjs +9 -0
- package/Form/ToggleSwitch.mjs +8 -0
- package/Form/index.mjs +8 -0
- package/HeroCarousel/HeroCarousel.css +1 -0
- package/HeroCarousel/HeroCarousel.d.ts +8 -0
- package/HeroCarousel/HeroCarousel.d.ts.map +1 -0
- package/HeroCarousel/HeroCarousel.js +35 -0
- package/HeroCarousel/HeroCarousel.js.map +1 -0
- package/HeroCarousel/HeroCarousel.mjs +27 -0
- package/HeroCarousel/HeroCarouselItem.css +1 -0
- package/HeroCarousel/HeroCarouselItem.d.ts +15 -0
- package/HeroCarousel/HeroCarouselItem.d.ts.map +1 -0
- package/HeroCarousel/HeroCarouselItem.js +47 -0
- package/HeroCarousel/HeroCarouselItem.js.map +1 -0
- package/HeroCarousel/HeroCarouselItem.mjs +21 -0
- package/HeroCarousel/hooks/useAutoPlayCarousel.d.ts +27 -0
- package/HeroCarousel/hooks/useAutoPlayCarousel.d.ts.map +1 -0
- package/HeroCarousel/hooks/useAutoPlayCarousel.js +168 -0
- package/HeroCarousel/hooks/useAutoPlayCarousel.js.map +1 -0
- package/HeroCarousel/hooks/useAutoPlayCarousel.mjs +158 -0
- package/HeroCarousel/hooks/useAutoSlide.d.ts +13 -0
- package/HeroCarousel/hooks/useAutoSlide.d.ts.map +1 -0
- package/HeroCarousel/hooks/useAutoSlide.js +46 -0
- package/HeroCarousel/hooks/useAutoSlide.js.map +1 -0
- package/HeroCarousel/hooks/useAutoSlide.mjs +40 -0
- package/HeroCarousel/hooks/useCarouselFocus.d.ts +11 -0
- package/HeroCarousel/hooks/useCarouselFocus.d.ts.map +1 -0
- package/HeroCarousel/hooks/useCarouselFocus.js +28 -0
- package/HeroCarousel/hooks/useCarouselFocus.js.map +1 -0
- package/HeroCarousel/hooks/useCarouselFocus.mjs +22 -0
- package/HeroCarousel/hooks/useSliderMoveEvent.d.ts +10 -0
- package/HeroCarousel/hooks/useSliderMoveEvent.d.ts.map +1 -0
- package/HeroCarousel/hooks/useSliderMoveEvent.js +52 -0
- package/HeroCarousel/hooks/useSliderMoveEvent.js.map +1 -0
- package/HeroCarousel/hooks/useSliderMoveEvent.mjs +47 -0
- package/HeroCarousel/hooks/useSliderTransition.d.ts +20 -0
- package/HeroCarousel/hooks/useSliderTransition.d.ts.map +1 -0
- package/HeroCarousel/hooks/useSliderTransition.js +36 -0
- package/HeroCarousel/hooks/useSliderTransition.js.map +1 -0
- package/HeroCarousel/hooks/useSliderTransition.mjs +30 -0
- package/HeroCarousel/hooks/useValueRef.d.ts +3 -0
- package/HeroCarousel/hooks/useValueRef.d.ts.map +1 -0
- package/HeroCarousel/hooks/useValueRef.js +13 -0
- package/HeroCarousel/hooks/useValueRef.js.map +1 -0
- package/HeroCarousel/hooks/useValueRef.mjs +8 -0
- package/HeroCarousel/index.d.ts +2 -0
- package/HeroCarousel/index.d.ts.map +1 -0
- package/HeroCarousel/index.js +6 -0
- package/HeroCarousel/index.js.map +1 -0
- package/HeroCarousel/index.mjs +1 -0
- package/Icon/755.mjs +6 -0
- package/Icon/Abemakun.mjs +6 -0
- package/Icon/Abematv.mjs +6 -0
- package/Icon/Accesslink.mjs +6 -0
- package/Icon/Accesspage.mjs +6 -0
- package/Icon/AccesspageFill.mjs +6 -0
- package/Icon/AddressbookFill.mjs +6 -0
- package/Icon/AlbumAddFill.mjs +6 -0
- package/Icon/AlbumFill.mjs +6 -0
- package/Icon/AlignCenter.mjs +6 -0
- package/Icon/AlignLeft.mjs +6 -0
- package/Icon/AlignRight.mjs +6 -0
- package/Icon/AllFill.mjs +6 -0
- package/Icon/Amebacoin.mjs +6 -0
- package/Icon/Amebapick.mjs +9 -0
- package/Icon/Amegold.mjs +6 -0
- package/Icon/Amember.mjs +6 -0
- package/Icon/ArrowDown.mjs +6 -0
- package/Icon/ArrowDownBold.mjs +6 -0
- package/Icon/ArrowLeft.mjs +6 -0
- package/Icon/ArrowLeftBold.mjs +6 -0
- package/Icon/ArrowRight.mjs +6 -0
- package/Icon/ArrowRightBold.mjs +6 -0
- package/Icon/ArrowRightCircle.mjs +6 -0
- package/Icon/ArrowRightCircleFill.mjs +6 -0
- package/Icon/ArrowUp.mjs +6 -0
- package/Icon/ArrowUpBold.mjs +6 -0
- package/Icon/ArrowpagingDown.mjs +6 -0
- package/Icon/ArrowpagingDownCircle.mjs +6 -0
- package/Icon/ArrowpagingLeft.mjs +6 -0
- package/Icon/ArrowpagingLeftCircle.mjs +6 -0
- package/Icon/ArrowpagingRight.mjs +6 -0
- package/Icon/ArrowpagingRightCircle.mjs +6 -0
- package/Icon/ArrowpagingUp.mjs +6 -0
- package/Icon/ArrowpagingUpCircle.mjs +6 -0
- package/Icon/Article.mjs +6 -0
- package/Icon/ArticleSlash.mjs +6 -0
- package/Icon/Articledesign.mjs +6 -0
- package/Icon/Astrogy.mjs +6 -0
- package/Icon/AstrogyFill.mjs +6 -0
- package/Icon/Baby.mjs +7 -0
- package/Icon/Bbs.mjs +6 -0
- package/Icon/Beginner.mjs +6 -0
- package/Icon/Bell.mjs +6 -0
- package/Icon/BellFill.mjs +6 -0
- package/Icon/BellFillSlash.mjs +6 -0
- package/Icon/BellSlash.mjs +6 -0
- package/Icon/Blog.mjs +6 -0
- package/Icon/Bold.mjs +6 -0
- package/Icon/Book.mjs +6 -0
- package/Icon/BookFill.mjs +6 -0
- package/Icon/Bookmark.mjs +6 -0
- package/Icon/BookmarkFill.mjs +6 -0
- package/Icon/Bookshelf.mjs +6 -0
- package/Icon/BookshelfFill.mjs +6 -0
- package/Icon/Border.mjs +6 -0
- package/Icon/BottomnavFollowfeedActive.mjs +6 -0
- package/Icon/BottomnavFollowfeedInactive.mjs +6 -0
- package/Icon/BottomnavHomeActive.mjs +6 -0
- package/Icon/BottomnavHomeInactive.mjs +6 -0
- package/Icon/BottomnavMypageActive.mjs +6 -0
- package/Icon/BottomnavSearchActive.mjs +6 -0
- package/Icon/BottomnavSearchInactive.mjs +6 -0
- package/Icon/BottomnvavMypageInactive.mjs +6 -0
- package/Icon/Bullets.mjs +6 -0
- package/Icon/Calendar.mjs +6 -0
- package/Icon/CameraFill.mjs +6 -0
- package/Icon/CautionFill.mjs +6 -0
- package/Icon/Check.mjs +6 -0
- package/Icon/CheckBold.mjs +6 -0
- package/Icon/CheckCircle.mjs +6 -0
- package/Icon/CheckCircleFill.mjs +6 -0
- package/Icon/CheckRectangle.mjs +6 -0
- package/Icon/Checklist.mjs +6 -0
- package/Icon/ChevronDown.mjs +6 -0
- package/Icon/ChevronDownBold.mjs +6 -0
- package/Icon/ChevronLeft.mjs +6 -0
- package/Icon/ChevronLeftBold.mjs +6 -0
- package/Icon/ChevronRight.mjs +6 -0
- package/Icon/ChevronRightBold.mjs +6 -0
- package/Icon/ChevronUp.mjs +6 -0
- package/Icon/ChevronUpBold.mjs +6 -0
- package/Icon/Circle.mjs +6 -0
- package/Icon/CircleBold.mjs +6 -0
- package/Icon/CircleFill.mjs +6 -0
- package/Icon/Clock.mjs +6 -0
- package/Icon/ClockFill.mjs +6 -0
- package/Icon/Coin.mjs +6 -0
- package/Icon/Comment.mjs +6 -0
- package/Icon/CommentFill.mjs +6 -0
- package/Icon/CommentPen.mjs +6 -0
- package/Icon/CommentTwoFill.mjs +6 -0
- package/Icon/CommentTwoSlashFill.mjs +6 -0
- package/Icon/Community.mjs +6 -0
- package/Icon/Compass.mjs +7 -0
- package/Icon/Coupon.mjs +6 -0
- package/Icon/Crop.mjs +6 -0
- package/Icon/CropDin.mjs +6 -0
- package/Icon/CropLandscape.mjs +6 -0
- package/Icon/Cross.mjs +6 -0
- package/Icon/CrossBold.mjs +6 -0
- package/Icon/CrossCircle.mjs +6 -0
- package/Icon/CrossCircleFill.mjs +6 -0
- package/Icon/CrossRectangle.mjs +6 -0
- package/Icon/Cutlery.mjs +6 -0
- package/Icon/DiamondTwo.mjs +11 -0
- package/Icon/Dice.mjs +7 -0
- package/Icon/Dot.mjs +6 -0
- package/Icon/Dotmoney.mjs +6 -0
- package/Icon/Download.mjs +6 -0
- package/Icon/Embed.mjs +6 -0
- package/Icon/EmotionFill.mjs +6 -0
- package/Icon/EntryLost.mjs +6 -0
- package/Icon/Exclamationmark.mjs +6 -0
- package/Icon/ExclamationmarkBalloon.mjs +6 -0
- package/Icon/ExclamationmarkBalloonFill.mjs +6 -0
- package/Icon/ExclamationmarkBold.mjs +6 -0
- package/Icon/ExclamationmarkCircle.mjs +6 -0
- package/Icon/ExclamationmarkCircleFill.mjs +6 -0
- package/Icon/Expand.mjs +6 -0
- package/Icon/ExpandExit.mjs +6 -0
- package/Icon/Facebook.mjs +6 -0
- package/Icon/File.mjs +6 -0
- package/Icon/FileAdd.mjs +6 -0
- package/Icon/FileAddFill.mjs +6 -0
- package/Icon/FileCircle.mjs +6 -0
- package/Icon/FileCircleFill.mjs +6 -0
- package/Icon/FileFill.mjs +6 -0
- package/Icon/Filter.mjs +6 -0
- package/Icon/FilterCheck.mjs +6 -0
- package/Icon/Fit.mjs +6 -0
- package/Icon/FlagFill.mjs +6 -0
- package/Icon/FlagRanking.mjs +6 -0
- package/Icon/FlagRankingTrim.mjs +10 -0
- package/Icon/Flash.mjs +6 -0
- package/Icon/FlashAuto.mjs +6 -0
- package/Icon/FlashOff.mjs +6 -0
- package/Icon/Flowervase.mjs +6 -0
- package/Icon/Folder.mjs +6 -0
- package/Icon/FolderFill.mjs +6 -0
- package/Icon/FolderTwo.mjs +6 -0
- package/Icon/FolderTwoFill.mjs +6 -0
- package/Icon/Font.mjs +6 -0
- package/Icon/Fontstyle.mjs +6 -0
- package/Icon/Game.mjs +6 -0
- package/Icon/GameFill.mjs +6 -0
- package/Icon/GameKantan.mjs +6 -0
- package/Icon/Gear.mjs +6 -0
- package/Icon/GearFill.mjs +6 -0
- package/Icon/Genre.mjs +6 -0
- package/Icon/GenreAdd.mjs +6 -0
- package/Icon/GenreDone.mjs +6 -0
- package/Icon/GraphBar.mjs +6 -0
- package/Icon/Gruppo.mjs +6 -0
- package/Icon/HandWaveFill.mjs +6 -0
- package/Icon/Hatenabookmark.mjs +6 -0
- package/Icon/Heart.mjs +6 -0
- package/Icon/HeartFill.mjs +6 -0
- package/Icon/History.mjs +6 -0
- package/Icon/HomeFill.mjs +6 -0
- package/Icon/Hot.mjs +6 -0
- package/Icon/Htmltag.mjs +6 -0
- package/Icon/ImageAddFill.mjs +6 -0
- package/Icon/ImageBanFill.mjs +6 -0
- package/Icon/ImageFill.mjs +6 -0
- package/Icon/ImageFillSlash.mjs +6 -0
- package/Icon/ImageQuestionFill.mjs +6 -0
- package/Icon/Information.mjs +6 -0
- package/Icon/Instagram.mjs +6 -0
- package/Icon/Italic.mjs +6 -0
- package/Icon/Kaomoji.mjs +6 -0
- package/Icon/Keyboard.mjs +6 -0
- package/Icon/KeyboardDownFill.mjs +6 -0
- package/Icon/KeyboardFill.mjs +6 -0
- package/Icon/Koeblog.mjs +6 -0
- package/Icon/LineCircle.mjs +6 -0
- package/Icon/LineSquare.mjs +6 -0
- package/Icon/Link.mjs +6 -0
- package/Icon/ListBulleted.mjs +6 -0
- package/Icon/ListNumbered.mjs +6 -0
- package/Icon/Loading.mjs +6 -0
- package/Icon/LockFill.mjs +6 -0
- package/Icon/LockOpenFill.mjs +6 -0
- package/Icon/Magicwand.mjs +6 -0
- package/Icon/Mail.mjs +6 -0
- package/Icon/MailCheck.mjs +6 -0
- package/Icon/MailCircle.mjs +6 -0
- package/Icon/MailCircleFill.mjs +6 -0
- package/Icon/MailFill.mjs +6 -0
- package/Icon/Megaphone.mjs +6 -0
- package/Icon/MenuHamburger.mjs +6 -0
- package/Icon/MenuHamburgerBold.mjs +6 -0
- package/Icon/MenuHamburgerFourline.mjs +6 -0
- package/Icon/MenuHorizotal.mjs +6 -0
- package/Icon/MenuVertical.mjs +6 -0
- package/Icon/Messageboard.mjs +6 -0
- package/Icon/Microphone.mjs +6 -0
- package/Icon/MicrophoneFill.mjs +6 -0
- package/Icon/Minus.mjs +6 -0
- package/Icon/MinusBold.mjs +6 -0
- package/Icon/Moon.mjs +6 -0
- package/Icon/MoonFill.mjs +6 -0
- package/Icon/MovieCameraFill.mjs +6 -0
- package/Icon/MoviePlay.mjs +6 -0
- package/Icon/MoviePlayFill.mjs +6 -0
- package/Icon/MovieStop.mjs +6 -0
- package/Icon/MusicFill.mjs +6 -0
- package/Icon/New.mjs +6 -0
- package/Icon/Newbook.mjs +6 -0
- package/Icon/NewbookFill.mjs +6 -0
- package/Icon/News.mjs +6 -0
- package/Icon/Nice.mjs +6 -0
- package/Icon/NiceDone.mjs +6 -0
- package/Icon/Nodate.mjs +6 -0
- package/Icon/Now.mjs +6 -0
- package/Icon/Officialstar.mjs +6 -0
- package/Icon/OfficialstarFill.mjs +6 -0
- package/Icon/OnedariFill.mjs +6 -0
- package/Icon/OpenCl.mjs +6 -0
- package/Icon/Openblank.mjs +6 -0
- package/Icon/OpenblankFill.mjs +6 -0
- package/Icon/Ownd.mjs +6 -0
- package/Icon/PaletteFill.mjs +6 -0
- package/Icon/Pause.mjs +6 -0
- package/Icon/PauseBold.mjs +6 -0
- package/Icon/Pawprint.mjs +6 -0
- package/Icon/Pencil.mjs +6 -0
- package/Icon/PencilAdd.mjs +6 -0
- package/Icon/PencilBold.mjs +6 -0
- package/Icon/Person.mjs +6 -0
- package/Icon/PersonFill.mjs +6 -0
- package/Icon/PersonThreeFill.mjs +6 -0
- package/Icon/PersonTwoAddFill.mjs +6 -0
- package/Icon/PersonTwoDeleteFill.mjs +6 -0
- package/Icon/PersonTwoDoneFill.mjs +6 -0
- package/Icon/PersonTwoFill.mjs +6 -0
- package/Icon/Peta.mjs +6 -0
- package/Icon/Pigg.mjs +6 -0
- package/Icon/PinFill.mjs +6 -0
- package/Icon/PlayCircle.mjs +6 -0
- package/Icon/PlayFill.mjs +6 -0
- package/Icon/Plus.mjs +6 -0
- package/Icon/PlusBold.mjs +6 -0
- package/Icon/PlusCircle.mjs +6 -0
- package/Icon/PlusCircleFill.mjs +6 -0
- package/Icon/PremiumFill.mjs +6 -0
- package/Icon/Present.mjs +6 -0
- package/Icon/Profilecard.mjs +6 -0
- package/Icon/Qr.mjs +6 -0
- package/Icon/Question.mjs +6 -0
- package/Icon/QuestionmarkCircle.mjs +6 -0
- package/Icon/QuestionmarkCircleFill.mjs +6 -0
- package/Icon/RankingCrown.mjs +6 -0
- package/Icon/RankingCrownFill.mjs +6 -0
- package/Icon/RankingPlatformFill.mjs +6 -0
- package/Icon/Reblog.mjs +6 -0
- package/Icon/ReblogSlash.mjs +6 -0
- package/Icon/Redo.mjs +6 -0
- package/Icon/RedoBold.mjs +6 -0
- package/Icon/Refresh.mjs +6 -0
- package/Icon/ReplyCircleFill.mjs +6 -0
- package/Icon/ReplyFill.mjs +6 -0
- package/Icon/Requ.mjs +6 -0
- package/Icon/Sad.mjs +6 -0
- package/Icon/Saveblog.mjs +6 -0
- package/Icon/ScreenFull.mjs +6 -0
- package/Icon/ScreenInline.mjs +6 -0
- package/Icon/Search.mjs +6 -0
- package/Icon/Service.mjs +6 -0
- package/Icon/Share.mjs +6 -0
- package/Icon/ShineFill.mjs +6 -0
- package/Icon/Shirt.mjs +6 -0
- package/Icon/SidefaceClose.mjs +6 -0
- package/Icon/SidefaceOpen.mjs +6 -0
- package/Icon/Smartphone.mjs +6 -0
- package/Icon/SmartphoneFill.mjs +6 -0
- package/Icon/Sort.mjs +6 -0
- package/Icon/SortFeed.mjs +6 -0
- package/Icon/SortTile.mjs +6 -0
- package/Icon/SpeakerOffFill.mjs +6 -0
- package/Icon/SpeakerOnFill.mjs +6 -0
- package/Icon/Sprout.mjs +6 -0
- package/Icon/Stampside.mjs +6 -0
- package/Icon/Star.mjs +6 -0
- package/Icon/StarCircleFill.mjs +6 -0
- package/Icon/StarFaceFill.mjs +6 -0
- package/Icon/StarFill.mjs +6 -0
- package/Icon/StopFill.mjs +6 -0
- package/Icon/Strikethrough.mjs +6 -0
- package/Icon/Sun.mjs +6 -0
- package/Icon/SunFill.mjs +6 -0
- package/Icon/Switching.mjs +6 -0
- package/Icon/SwitchingCamera.mjs +6 -0
- package/Icon/TagFill.mjs +6 -0
- package/Icon/TagOfficialFill.mjs +6 -0
- package/Icon/Thumbsup.mjs +6 -0
- package/Icon/ThumbsupFill.mjs +6 -0
- package/Icon/Title.mjs +6 -0
- package/Icon/TopbloggerRibbon.mjs +6 -0
- package/Icon/TranscriptOff.mjs +6 -0
- package/Icon/TranscriptOn.mjs +6 -0
- package/Icon/Transmission.mjs +6 -0
- package/Icon/Trashcan.mjs +6 -0
- package/Icon/Trend.mjs +6 -0
- package/Icon/TrendFill.mjs +6 -0
- package/Icon/TriangleDown.mjs +6 -0
- package/Icon/TriangleLeft.mjs +6 -0
- package/Icon/TriangleRight.mjs +6 -0
- package/Icon/TriangleUp.mjs +6 -0
- package/Icon/TrianglearrowDown.mjs +6 -0
- package/Icon/TrianglearrowDownright.mjs +6 -0
- package/Icon/TrianglearrowRight.mjs +6 -0
- package/Icon/TrianglearrowUp.mjs +6 -0
- package/Icon/TrianglearrowUpright.mjs +6 -0
- package/Icon/TriangleendLeft.mjs +6 -0
- package/Icon/TriangleendRight.mjs +6 -0
- package/Icon/TrophyFill.mjs +6 -0
- package/Icon/TvFill.mjs +6 -0
- package/Icon/Twitter.mjs +6 -0
- package/Icon/Underline.mjs +6 -0
- package/Icon/Undo.mjs +6 -0
- package/Icon/UndoBold.mjs +6 -0
- package/Icon/Wallet.mjs +6 -0
- package/Icon/Webview.mjs +6 -0
- package/Icon/Youtube.mjs +6 -0
- package/Icon/index.mjs +325 -0
- package/IconButton/IconButton.css +1 -1
- package/IconButton/IconButton.mjs +5 -0
- package/IconButton/index.mjs +1 -0
- package/LinkButton/LinkButton.css +1 -1
- package/LinkButton/LinkButton.mjs +7 -0
- package/LinkButton/index.mjs +1 -0
- package/README.md +3 -1
- package/Toast/Toast.mjs +67 -0
- package/Toast/index.mjs +1 -0
- package/index.css +1 -1
- package/index.d.ts +2 -1
- package/index.d.ts.map +1 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/index.mjs +10 -0
- package/package.json +13 -5
- package/tsconfig.cjs.json +10 -0
- package/tsconfig.esm.json +8 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgProfilecard(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M17.97 4.01h-12c-2.21 0-4 1.79-4 4v8c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4v-8c0-2.21-1.79-4-4-4zm2 12c0 1.1-.9 2-2 2h-12c-1.1 0-2-.9-2-2v-8c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v8zM7.41 10.1c0-.86.7-1.55 1.55-1.55.86 0 1.55.7 1.55 1.55 0 .86-.7 1.55-1.55 1.55-.85 0-1.55-.69-1.55-1.55zm4.5 4.13c.13.37-.09.77-.47.88-1.62.45-3.33.45-4.94 0a.693.693 0 01-.48-.88c.34-.99 1.19-1.89 2.94-1.89s2.61.91 2.95 1.89zm6.02-4.7c0 .28-.22.5-.5.5h-3.97c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3.97c.28 0 .5.22.5.5zm0 2.5c0 .28-.22.5-.5.5h-3.97c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3.97c.28 0 .5.22.5.5zm0 2.5c0 .28-.22.5-.5.5h-3.97c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3.97c.28 0 .5.22.5.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgProfilecard;
|
package/Icon/Qr.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgQr(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6 4.2h-1.2V3h1.2v1.2zm0 .6h-1.2V6h1.2V4.8zm0 2.4h-1.2V9h1.2V7.2zM9 12.6v-1.2H7.8v1.2H9zm-2.4 0v-1.2H4.8v1.2h1.8zm-2.4-1.2H3v1.2h1.2v-1.2zm7.2 9.6h1.2v-1.2h-1.2V21zm0-2.4h1.2v-1.2h-1.2v1.2zm2.4 0h-.6V21h1.2v-2.4h.6v-1.2h-1.2v1.2zm3.6-2.4V15h-1.2v1.2H15v1.2h1.2v1.2h-.6v1.2h.6V21h1.2v-1.2h-.6v-1.2h.6v-1.2h1.2v-1.2h-1.2zm-6 0h1.2V15h-1.2v1.2zm8.4-1.2h-1.2v1.2h1.2v1.2h-1.2v1.2h1.2v1.2h-1.2V21H21v-2.5h-1.2v-1H21V14h-1.2v1zm-3.6 0v-2.4h.6v-1.2h-1.2v1.2h-1.8v1.2h-1.2v-.6h-1.2v1.2h1.2v.6h1.2v1.2H15V15h1.2zm1.8-1.2v-1.2h-1.2v1.2H18zm-5.4-2.4v-1.2h-1.2v1.2h-1.2v1.2h3.6v-1.2h-1.2zm6 1.2v1.2h1.2v-1.2H21v-1.2h-2.4v1.2zm-13.2 6h2.4v-2.4H5.4v2.4zM3 13.8h7.2V21H3v-7.2zm1.2 6H9V15H4.2v4.8zM18.6 5.4h-2.4v2.4h2.4V5.4zM21 3v7.2h-7.2V3H21zm-1.2 1.2H15V9h4.8V4.2zm-12 1.2H5.4v2.4h2.4V5.4zm2.4 4.8H3V3h7.2v7.2zM9 4.2H4.2V9H9V4.2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgQr;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgQuestion(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M17.41 7.95c0 2.55-1.62 3.91-2.81 4.9-.39.33-.76.64-1.01.93-.18.22-.25.52-.25 1.16 0 .77-.62 1.4-1.39 1.41h-.01c-.77 0-1.4-.62-1.4-1.39 0-.93.1-2.02.9-2.97.41-.49.89-.89 1.36-1.28 1.12-.93 1.8-1.57 1.8-2.75 0-1.14-1.24-2.17-2.59-2.17-1.31 0-2.63.81-2.63 2.37 0 .77-.63 1.4-1.4 1.4-.77 0-1.4-.63-1.4-1.4 0-2.9 2.39-5.17 5.43-5.17 2.93-.02 5.4 2.26 5.4 4.96zm-5.46 9.58c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgQuestion;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgQuestionmarkCircle(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.49 10 10-4.49 10-10 10zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm-.03 11.22c-.56 0-1.02.46-1.02 1.02s.46 1.02 1.02 1.02 1.02-.46 1.02-1.02-.46-1.02-1.02-1.02zm.01-.58c.51 0 .92-.42.92-.93 0-.39.04-.52.12-.61.14-.17.35-.34.58-.53.71-.59 1.67-1.4 1.67-2.94 0-1.63-1.49-3.01-3.25-3.01-1.84 0-3.28 1.37-3.28 3.12 0 .51.41.92.92.92s.92-.41.92-.92c0-.84.72-1.28 1.43-1.28.73 0 1.4.55 1.4 1.16 0 .64-.37.98-1.01 1.52-.28.23-.56.47-.8.76-.49.58-.55 1.24-.55 1.81 0 .52.41.93.93.93-.01 0-.01 0 0 0z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgQuestionmarkCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgQuestionmarkCircleFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 15.25c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm1.58-4.69c-.23.19-.44.37-.58.53-.09.11-.13.28-.12.62 0 .5-.4.9-.9.9s-.9-.4-.9-.9c0-.56.06-1.21.55-1.79.24-.29.53-.53.8-.76.65-.55 1.02-.89 1.02-1.54 0-.62-.68-1.18-1.43-1.18-.72 0-1.45.45-1.45 1.3 0 .5-.4.9-.9.9s-.9-.4-.9-.9c0-1.74 1.43-3.1 3.25-3.1 1.75 0 3.23 1.37 3.23 2.98-.01 1.54-.97 2.35-1.67 2.94z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgQuestionmarkCircleFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgRankingCrown(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.49 19.22c0 .41-.34.75-.75.75H5.24c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h13.5c.42 0 .75.34.75.75zm1-12.75c0 .7-.48 1.28-1.12 1.45v7.18c0 1.03-.84 1.88-1.88 1.88h-11c-1.03 0-1.88-.84-1.88-1.88V7.92a1.498 1.498 0 01.38-2.95A1.498 1.498 0 016.2 7.35l2.89 2.97c.03.03.07.04.11.04.04-.01.07-.03.09-.07l1.8-4.07a1.743 1.743 0 01.9-3.24c.97 0 1.75.78 1.75 1.75 0 .64-.34 1.19-.85 1.49l1.8 4.07c.02.04.05.06.09.07a.1.1 0 00.11-.04l2.89-2.97a1.496 1.496 0 011.21-2.38c.83 0 1.5.67 1.5 1.5zm-2.87 3.57l-1.47 1.5a1.875 1.875 0 01-3.06-.55l-1.1-2.49-1.1 2.49c-.25.57-.77.98-1.38 1.09-.62.11-1.24-.09-1.67-.54l-1.47-1.5v5.06c0 .07.06.12.12.12h11c.07 0 .12-.06.12-.12v-5.06h.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgRankingCrown;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgRankingCrownFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.49 19.47c0 .41-.34.75-.75.75H5.24c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h13.5c.42 0 .75.34.75.75zm0-13.5a1.498 1.498 0 00-.98 2.63l-2.71 2.43a.998.998 0 01-1.59-.37l-1.65-4.04a1.74 1.74 0 001.18-1.65c0-.97-.78-1.75-1.75-1.75s-1.75.78-1.75 1.75c0 .77.5 1.41 1.18 1.65l-1.65 4.04a.999.999 0 01-1.59.37L5.47 8.6a1.498 1.498 0 00-.98-2.63c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5v7.25c0 .55.45 1 1 1h13c.55 0 1-.45 1-1V8.97c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgRankingCrownFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgRankingPlatformFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 10h-4.5V6c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v4H4c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-7c0-.55-.45-1-1-1zM8.14 16.13c.14 0 .19.01.29.05.17.08.27.24.27.42s-.11.34-.27.42a.63.63 0 01-.29.05H6.3c-.15 0-.3-.01-.46-.09-.42-.2-.6-.63-.42-1.1.06-.14.15-.26.31-.42 1.61-1.57 1.77-1.73 1.77-1.73.14-.14.22-.29.22-.44 0-.37-.32-.67-.72-.67a.72.72 0 00-.58.29c-.05.06-.12.17-.18.21-.14.11-.37.13-.54.04-.25-.13-.34-.41-.2-.64.3-.52.88-.84 1.5-.84.95 0 1.72.72 1.72 1.62 0 .4-.17.78-.49 1.1 0 0-.24.23-1.78 1.74h1.69v-.01zm4.26-4.53c0 .12-.01.18-.06.27-.09.16-.26.26-.45.26s-.36-.11-.45-.26a.47.47 0 01-.06-.27V7.94l-.33.17a.65.65 0 01-.27.08c-.18 0-.35-.09-.45-.25a.47.47 0 01.01-.46c.04-.08.12-.14.26-.21l1.05-.53c.15-.08.34-.08.5.01.1.05.17.14.21.23.03.06.04.13.04.2v4.42zm6.4 3.84c-.02.95-.81 1.69-1.81 1.69-.67 0-1.29-.35-1.6-.9a.453.453 0 01.2-.64c.13-.07.28-.08.41-.03.11.04.24.19.32.29.16.2.39.33.67.33.45 0 .81-.33.81-.75.01-.39-.34-.68-.81-.68h-.18c-.13 0-.19-.01-.29-.05a.459.459 0 01-.27-.42c0-.18.11-.34.27-.42.1-.04.16-.05.29-.05h.18c.34 0 .68-.2.68-.56-.01-.35-.3-.62-.68-.62-.22 0-.42.11-.54.26-.03.04-.11.17-.19.23-.15.11-.36.13-.54.04a.453.453 0 01-.2-.64c.29-.51.86-.83 1.48-.83.94 0 1.68.68 1.68 1.56v.01c0 .39-.18.75-.44 1.02.33.27.57.69.56 1.16z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgRankingPlatformFill;
|
package/Icon/Reblog.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgReblog(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M20 16.13v1c0 1.65-1.35 3-3 3H7c-1.65 0-3-1.35-3-3v-2.98H1.96c-.45 0-.67-.54-.35-.85l3.04-3.04c.2-.2.51-.2.71 0L8.4 13.3c.32.32.09.85-.35.85H6v2.98c0 .55.45 1 1 1h10c.55 0 1-.45 1-1v-1c0-.55.45-1 1-1s1 .45 1 1zm2.04-6.02H20V7.13c0-1.65-1.35-3-3-3H7c-1.65 0-3 1.35-3 3v1c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2.98h-2.04c-.45 0-.67.54-.35.85L18.65 14c.2.2.51.2.71 0l3.04-3.04c.3-.31.08-.85-.36-.85z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgReblog;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgReblogSlash(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M15.82 20.08c.21.45.02.99-.43 1.2a.89.89 0 01-1.2-.42l-.28-.59H7c-1.65 0-3-1.35-3-3v-2.98H1.96c-.45 0-.67-.54-.35-.85l3.04-3.04c.2-.2.51-.2.71 0l3.04 3.04c.32.32.09.85-.35.85H6v2.98c0 .55.45 1 1 1h5.96l-5.7-12H7c-.55 0-1 .45-1 1v1c0 .55-.45 1-1 1s-1-.45-1-1v-1c0-1.43 1-2.62 2.34-2.92l-.15-.32a.903.903 0 01.43-1.2c.45-.21.99-.02 1.2.43l8 16.82zM19 15.26c-.55 0-1 .45-1 1v1c0 .55-.45 1-1 1h-.06l.87 1.82c.01.02.01.03.01.05 1.25-.36 2.18-1.5 2.18-2.87v-1c0-.55-.45-1-1-1zm3.04-5.02H20V7.26c0-1.65-1.35-3-3-3h-6.71l.95 2H17c.55 0 1 .45 1 1v2.98h-2.04c-.45 0-.67.54-.35.85l3.04 3.04c.2.2.51.2.71 0l3.04-3.04c.3-.31.08-.85-.36-.85z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgReblogSlash;
|
package/Icon/Redo.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgRedo(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M20.56 13.61c0 3.94-3.2 7.14-7.14 7.14H9c-.55 0-1-.45-1-1s.45-1 1-1h4.42c2.83 0 5.14-2.31 5.14-5.14 0-2.83-2.31-5.14-5.14-5.14H8.59v2.19c0 .89-1.08 1.34-1.71.71L3.74 8.21a.996.996 0 010-1.41l3.15-3.15c.63-.63 1.71-.18 1.71.71v2.11h4.82c3.93-.01 7.14 3.2 7.14 7.14z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgRedo;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgRedoBold(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M21.06 13.61c0 4.21-3.43 7.64-7.64 7.64H9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5h4.42c2.56 0 4.64-2.08 4.64-4.64 0-2.56-2.08-4.64-4.64-4.64H9.09v1.69c0 .62-.35 1.15-.93 1.39a1.469 1.469 0 01-1.63-.32L3.38 8.56c-.58-.58-.58-1.54 0-2.12l3.15-3.15c.44-.44 1.07-.56 1.64-.33.57.24.92.77.92 1.39v1.62h4.32c4.22-.01 7.65 3.42 7.65 7.64z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgRedoBold;
|
package/Icon/Refresh.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgRefresh(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19.87 14.15c-.67 4.63-5.33 7.91-10.15 6.53-2.93-.84-5.17-3.37-5.65-6.37C3.27 9.33 7.1 5.03 11.92 5V3.46c0-.89 1.08-1.34 1.71-.71l2.54 2.54c.39.39.39 1.02 0 1.41l-2.54 2.54c-.63.63-1.71.18-1.71-.71V7c-3.64.02-6.52 3.3-5.87 7.06a5.992 5.992 0 004.14 4.67c3.65 1.1 7.19-1.37 7.7-4.87a1 1 0 011.13-.85c.55.09.93.59.85 1.14z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgRefresh;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgReplyCircleFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M12.08 2c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10zm5.62 14c-1.69-1.51-3.99-2.53-6.56-2.77v2.36c0 .33-.4.5-.64.27l-4.55-4.39a.38.38 0 010-.54l4.55-4.39c.24-.23.64-.06.64.27v2.5c3.48.48 6.3 3.01 7.19 6.34.09.35-.35.6-.63.35z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgReplyCircleFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgReplyFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M20.53 16.86c-1.18-4.4-4.91-7.75-9.51-8.38V5.17c0-.44-.53-.67-.85-.36l-6.02 5.81c-.2.2-.2.52 0 .72l6.02 5.81c.32.31.85.08.85-.36v-3.12c3.41.32 6.44 1.67 8.68 3.67.37.33.96 0 .83-.48z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgReplyFill;
|
package/Icon/Requ.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgRequ(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M10.57 16.52c-.2.15-.46.17-.68.06 0 0-5.87-3.2-5.99-3.27-.14-.08-.15-.32.05-.38.22-.06 11.45-3.08 14.66-3.93.21-.06.36.21.21.35-.11.11-8.25 7.17-8.25 7.17zm-.71-9.16c.11.02 5.88.84 5.88.84L9.28 9.93s.32-2.29.33-2.4c.02-.11.14-.19.25-.17zm10.93.63c-.24-.4-.57-.6-1-.66L9.8 5.87c-.03 0-.05-.01-.08-.01-.78-.02-1.39.49-1.52 1.25v.03l-.47 3.21s-4.65 1.28-4.66 1.28c-.58.17-.98.64-1.05 1.23-.07.6.21 1.08.72 1.39.01.01 6.39 3.63 6.4 3.63.49.25 1.1.31 1.61.17.27-.07.52-.2.75-.37l.03-.03 9-7.85c.51-.48.62-1.2.26-1.81z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgRequ;
|
package/Icon/Sad.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSad(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.4-4.1a.9.9 0 01-.04 1.27c-.17.16-.39.24-.61.24-.24 0-.48-.1-.66-.29 0-.01-.92-.94-2.08-.94-1.16 0-2.08.94-2.09.95-.35.36-.92.38-1.28.04a.9.9 0 01-.04-1.27c.06-.06 1.44-1.52 3.4-1.52s3.34 1.46 3.4 1.52zm-4.94-3.71L8.1 13.55a.902.902 0 01-.9-1.56l1.01-.59-1.01-.58a.9.9 0 11.9-1.56l2.36 1.36c.28.16.45.46.45.78s-.17.62-.45.79zm6.67 1.03a.902.902 0 01-1.23.33l-2.36-1.37a.899.899 0 010-1.56l2.36-1.36a.9.9 0 11.9 1.56l-1.01.58 1.01.59c.43.25.58.8.33 1.23z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSad;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSaveblog(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M9.46 4.49c-.31-.23-.15-.73.24-.73H11v-1.8c0-.28.22-.5.5-.5h1c.28 0 .5.22.5.5v1.81h1.3c.39 0 .55.5.23.72l-2.3 1.66c-.14.1-.33.1-.47 0l-2.3-1.66zM17 10.02v8.57a2.86 2.86 0 01-2.86 2.86H9.86A2.86 2.86 0 017 18.59v-8.57a2.86 2.86 0 012.86-2.86h4.29c1.57 0 2.85 1.29 2.85 2.86zm-6.43-.89c0 .3.24.54.54.54h1.79c.3 0 .54-.24.54-.54 0-.3-.24-.54-.54-.54h-1.79c-.3 0-.54.24-.54.54zm2.14 10.18c0-.39-.32-.71-.71-.71-.39 0-.71.32-.71.71 0 .39.32.71.71.71.39 0 .71-.32.71-.71zm2.15-7.5c0-.39-.32-.71-.71-.71H9.86c-.39 0-.71.32-.71.71v4.64c0 .39.32.71.71.71h4.29c.39 0 .71-.32.71-.71v-4.64z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSaveblog;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgScreenFull(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M10 20c0 .55-.45 1-1 1H7c-2.21 0-4-1.79-4-4v-2.05c0-.55.45-1 1-1s1 .45 1 1V17c0 1.1.9 2 2 2h2c.55 0 1 .45 1 1zm10-6.05c-.55 0-1 .45-1 1V17c0 1.1-.9 2-2 2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c2.21 0 4-1.79 4-4v-2.05c0-.56-.45-1-1-1zM17 3h-2c-.55 0-1 .45-1 1s.45 1 1 1h2c1.1 0 2 .9 2 2v1.95c0 .55.45 1 1 1s1-.45 1-1V7c0-2.21-1.79-4-4-4zM9 3H7C4.79 3 3 4.79 3 7v1.95c0 .55.45 1 1 1s1-.45 1-1V7c0-1.1.9-2 2-2h2c.55 0 1-.45 1-1s-.45-1-1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgScreenFull;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgScreenInline(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M14 7.05V4c0-.55.45-1 1-1s1 .45 1 1v3.05c0 .55.45 1 1 1h3c.55 0 1 .45 1 1s-.45 1-1 1h-3c-1.66 0-3-1.34-3-3zM9 3c-.55 0-1 .45-1 1v3.05c0 .55-.45 1-1 1H4c-.55 0-1 .45-1 1s.45 1 1 1h3c1.66 0 3-1.34 3-3V4c0-.55-.45-1-1-1zM7 14.05H4c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1 .45 1 1V20c0 .55.45 1 1 1s1-.45 1-1v-2.95c0-1.65-1.34-3-3-3zm13 0h-3c-1.66 0-3 1.34-3 3V20c0 .55.45 1 1 1s1-.45 1-1v-2.95c0-.55.45-1 1-1h3c.55 0 1-.45 1-1s-.45-1-1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgScreenInline;
|
package/Icon/Search.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSearch(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M20.2 17.8l-3.6-3.6C17.5 13 18 11.6 18 10c0-3.9-3.1-7-7-7s-7 3.1-7 7 3.1 7 7 7c1.6 0 3-.5 4.2-1.4l3.6 3.6c.2.2.5.3.7.3.2 0 .5-.1.7-.3.3-.3.3-1 0-1.4zM10.9 15c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSearch;
|
package/Icon/Service.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgService(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M10.38 14.83l-.95.47.26 1.36c.07.35-.28.46-.57.18L8 15.75l-1.11.17c-.29.04-.64-.35-.57-.65l.26-1.14-.95-1.25c-.25-.33-.11-.68.22-.58l1.27.38.53-.94c.14-.25.57-.07.71.29l.53 1.38 1.27.67c.33.17.47.63.22.75zM21 8.62v6.76c0 .76-.42 1.45-1.11 1.79l-7 3.5c-.28.14-.59.21-.89.21-.3 0-.61-.07-.89-.21l-7-3.5A1.971 1.971 0 013 15.38V8.62c0-.76.42-1.45 1.11-1.79l7-3.5c.56-.28 1.23-.28 1.79 0l7 3.5c.68.34 1.1 1.02 1.1 1.79zM6.24 8L12 10.88 17.76 8 12 5.12 6.24 8zM12 18.88v-5.76l-7-3.5v5.76l7 3.5zM8.54 7.47l2.26-1.12c.35-.22.91-.23 1.25-.04l.21.13.42-.05c.19-.02.38.01.51.08l1.01.49c.13.08.19.19.16.3l-.08.33.44.25c.34.2.34.53-.01.75l-1.83 1.02c-.35.22-.91.23-1.25.04l-3.1-1.43c-.35-.2-.34-.53.01-.75zm2.15 1.1c.57.33 1.48.34 2.03.03.55-.31.54-.83-.03-1.16-.57-.33-1.48-.34-2.03-.03-.55.31-.54.83.03 1.16zm.4-.24c.34.2.89.21 1.22.02.33-.18.32-.49-.03-.69-.34-.2-.89-.21-1.22-.02-.33.19-.32.5.03.69z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgService;
|
package/Icon/Share.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgShare(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M7.22 8.18a.996.996 0 010-1.41l3.37-3.37a1.983 1.983 0 012.82 0l3.37 3.37a.996.996 0 01-.71 1.7c-.26 0-.51-.1-.71-.29L13 5.81v8.09c0 .55-.45 1-1 1s-1-.45-1-1V5.81L8.63 8.18c-.39.4-1.02.4-1.41 0zm12.8 2.8c-.55 0-1 .45-1 1v6.01c0 .55-.45 1-1 1H5.98c-.55 0-1-.45-1-1v-6.01c0-.55-.45-1-1-1s-1 .45-1 1v6.01c0 1.66 1.35 3 3 3h12.03c1.66 0 3-1.35 3-3v-6.01c.01-.56-.44-1-.99-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgShare;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgShineFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19.86 12.94l-3.23 1.15a3.979 3.979 0 00-2.44 2.48l-1.24 3.65c-.31.9-1.59.9-1.89 0l-1.24-3.65a4.003 4.003 0 00-2.44-2.48l-3.23-1.15c-.88-.32-.88-1.57 0-1.88L7.37 9.9a3.979 3.979 0 002.44-2.48l1.24-3.65c.31-.9 1.59-.9 1.89 0l1.24 3.65a4.003 4.003 0 002.44 2.48l3.23 1.15c.9.32.9 1.58.01 1.89z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgShineFill;
|
package/Icon/Shirt.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgShirt(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M20.3 6.5l-3.1-2.7c-.6-.5-1.3-.8-2-.8H8.7c-.7 0-1.4.3-2 .8l-3 2.7c-.5.4-.7.9-.7 1.5s.3 1.1.7 1.5L5.5 11v8c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2v-8l1.7-1.5c.4-.4.7-.9.7-1.5s-.2-1.1-.6-1.5zM13.2 5c0 .7-.6 1.2-1.2 1.2s-1.3-.5-1.3-1.2h2.5zm3.3 5.3v8.2c0 .3-.2.5-.5.5H8c-.3 0-.5-.2-.5-.5v-8.2c0-.1-.1-.3-.2-.4L5.4 8.3c-.2-.2-.2-.6 0-.8L8 5.2c.2-.1.5-.2.7-.2h.5c0 1.5 1.2 2.8 2.7 2.8 1.5 0 2.8-1.2 2.8-2.8h.5c.2 0 .5.1.7.3l2.6 2.3c.2.2.2.6 0 .8l-1.8 1.5c-.2.1-.2.2-.2.4z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgShirt;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSidefaceClose(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M12.5 15.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.83c.24 0 .45-.17.5-.4.32-1.7.25-3.54-.56-5.48-1.47-3.53-4.77-6.09-8.59-6.34C6.46 1.62 1.36 6.89 2.07 13.16c.51 4.49 4.11 8.17 8.59 8.75 4.47.58 8.45-1.78 10.28-5.42a.503.503 0 00-.44-.74h-8zm.66-9.14c.86 0 1.56.7 1.56 1.56 0 .86-.7 1.56-1.56 1.56-.86 0-1.56-.7-1.56-1.56 0-.86.7-1.56 1.56-1.56z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSidefaceClose;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSidefaceOpen(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M11.92 15.99c-.6-.46-.5-1.39.19-1.7l8.95-4.13c.22-.1.34-.34.28-.57C20.27 5.2 16.32 1.96 11.61 2c-5.25.04-9.68 4.37-9.84 9.61-.17 5.63 4.33 10.24 9.92 10.24 1.84 0 3.56-.5 5.03-1.37.3-.18.31-.61.03-.82l-4.83-3.67zm1.15-9.61c.86 0 1.56.7 1.56 1.56 0 .86-.7 1.56-1.56 1.56-.86 0-1.56-.7-1.56-1.56 0-.86.7-1.56 1.56-1.56z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSidefaceOpen;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSmartphone(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M15 22H9c-2.21 0-4-1.79-4-4V6c0-2.21 1.79-4 4-4h6c2.21 0 4 1.79 4 4v12c0 2.21-1.79 4-4 4zM9 4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2H9zm5.25 12h-4.5C8.79 16 8 15.21 8 14.25v-5c0-.96.79-1.75 1.75-1.75h4.5c.96 0 1.75.79 1.75 1.75v5c0 .96-.79 1.75-1.75 1.75zm-4.5-7c-.14 0-.25.11-.25.25v5c0 .14.11.25.25.25h4.5c.14 0 .25-.11.25-.25v-5c0-.14-.11-.25-.25-.25h-4.5zM12 19c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm2-13.25c0-.41-.34-.75-.75-.75h-2.5c-.41 0-.75.34-.75.75s.34.75.75.75h2.5c.41 0 .75-.34.75-.75z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSmartphone;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSmartphoneFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M15 2H9C6.79 2 5 3.79 5 6v12c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4V6c0-2.21-1.79-4-4-4zm-4.25 2h2.5c.41 0 .75.34.75.75s-.34.75-.75.75h-2.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75zM12 20c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm4-5c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1V8.5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1V15z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSmartphoneFill;
|
package/Icon/Sort.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSort(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M11.34 6.89a.5.5 0 01-.35.85H8.24V20c0 .55-.45 1-1 1s-1-.45-1-1V7.74H3.5c-.45 0-.67-.54-.35-.85l3.74-3.74c.2-.2.51-.2.71 0l3.74 3.74zm9.16 9.37h-2.74V4c0-.55-.45-1-1-1s-1 .45-1 1v12.26h-2.74c-.45 0-.67.54-.35.85l3.74 3.74c.2.2.51.2.71 0l3.74-3.74c.31-.31.08-.85-.36-.85z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSort;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSortFeed(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19 3.5H5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5.5c0-1.1-.9-2-2-2zm0 12c0 .28-.22.5-.5.5h-13c-.28 0-.5-.22-.5-.5V6c0-.28.22-.5.5-.5h13c.28 0 .5.22.5.5v9.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSortFeed;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSortTile(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M7.5 8h-4c-.28 0-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5h4c.28 0 .5.22.5.5v4c0 .28-.22.5-.5.5zM8 20.5v-4c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v4c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5zM8 14v-4c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v4c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5zm6.5-6.5v-4c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v4c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5zm0 13v-4c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v4c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5zm0-6.5v-4c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v4c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5zM21 7.5v-4c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v4c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5zm0 13v-4c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v4c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5zm0-6.5v-4c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v4c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSortTile;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSpeakerOffFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M11.99 6.47v10.99c0 .89-1.07 1.34-1.71.71l-3.26-3.24H4c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3.11l3.18-3.16c.62-.64 1.7-.19 1.7.7zm6.87 5.49l1.79-1.79a.996.996 0 10-1.41-1.41l-1.79 1.79-1.79-1.79a.996.996 0 10-1.41 1.41l1.79 1.79-1.79 1.79a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29l1.79-1.79 1.79 1.79c.2.2.45.29.71.29.26 0 .51-.1.71-.29a.996.996 0 000-1.41l-1.81-1.79z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSpeakerOffFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSpeakerOnFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M21 12.13c0 3.69-2.21 6.96-5.63 8.34-.12.05-.25.07-.38.07-.4 0-.77-.24-.93-.62-.21-.51.04-1.1.55-1.3C17.28 17.54 19 15 19 12.13s-1.72-5.41-4.38-6.49a.998.998 0 11.75-1.85A8.962 8.962 0 0121 12.13zm-6.67 3.38c.19.17.42.25.66.25.28 0 .55-.12.75-.34A4.99 4.99 0 0017 12.13c0-1.2-.45-2.37-1.26-3.29-.37-.42-1-.45-1.41-.09a.99.99 0 00-.09 1.41c.35.39.76 1.05.76 1.97 0 .92-.41 1.58-.76 1.97-.36.42-.32 1.05.09 1.41zm-4.04-9.57L7.11 9.11H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h3.03l3.26 3.25c.63.63 1.71.18 1.71-.71v-11c0-.89-1.08-1.34-1.71-.71z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSpeakerOnFill;
|
package/Icon/Sprout.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSprout(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.98 11.53c-1.88 1.7-4.45 2.75-5.99 2.03V20c0 .55-.45 1-1 1s-1-.45-1-1v-6.45c-1.54.74-4.12-.32-6-2.02-2.15-1.93-2.52-4.31-1.3-5.66 1.22-1.35 3.56-1.16 5.7.77 1.26 1.13 2.25 2.68 2.59 4.06.34-1.38 1.34-2.93 2.59-4.06 2.14-1.93 4.49-2.12 5.7-.77 1.23 1.35.85 3.73-1.29 5.66z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSprout;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgStampside(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M21 16.5v1.25c0 .41-.34.75-.75.75H3.75c-.41 0-.75-.34-.75-.75V16.5c0-1.66 1.34-3 3-3h4.5v-1.77c0-.87-.42-1.65-1.05-2.24-.93-.86-1.42-2.17-1.11-3.59a3.73 3.73 0 012.77-2.8 3.751 3.751 0 014.63 3.65c0 1.09-.47 2.07-1.21 2.75-.63.58-1.04 1.37-1.04 2.23v1.77H18c1.66 0 3 1.34 3 3zm-.75 3H3.75c-.41 0-.75.34-.75.75s.34.75.75.75h16.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgStampside;
|
package/Icon/Star.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgStar(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M7.2 21.785c-.49 0-.98-.16-1.41-.46a2.377 2.377 0 01-.94-2.42l.83-4.07-3.07-2.81c-.7-.64-.96-1.61-.66-2.51.29-.91 1.07-1.54 2.01-1.64l4.13-.48 1.72-3.79c.39-.87 1.23-1.41 2.18-1.41.95 0 1.79.54 2.19 1.41l1.72 3.78 4.13.47c.95.11 1.72.74 2.01 1.64.29.91.04 1.87-.66 2.51l-3.07 2.81.83 4.07c.19.93-.17 1.86-.94 2.42-.77.56-1.77.62-2.59.15L12 19.415l-3.62 2.05c-.37.21-.78.32-1.18.32zM12 4.205c-.1 0-.27.03-.36.23l-2.19 4.82-5.26.6c-.22.02-.31.18-.34.27-.03.09-.05.27.11.42l3.9 3.57-1.05 5.18c-.04.22.08.35.16.4.08.06.24.14.43.02l4.6-2.61 4.6 2.61c.19.11.35.03.43-.02.08-.06.2-.18.16-.4l-1.06-5.18 3.9-3.57c.17-.15.14-.33.11-.42a.373.373 0 00-.34-.27l-5.26-.59-2.19-4.82a.351.351 0 00-.35-.24z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgStar;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgStarCircleFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm6.65 8.94L16 13.36l.72 3.51c.19.92-.79 1.63-1.6 1.16L12 16.26l-3.12 1.77c-.81.46-1.79-.25-1.6-1.16L8 13.36l-2.65-2.42c-.69-.63-.32-1.78.61-1.88l3.56-.4L11 5.4c.39-.85 1.59-.85 1.98 0l1.48 3.26 3.56.4c.94.1 1.32 1.25.63 1.88z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgStarCircleFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgStarFaceFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19.76 8.53l-4.58-.52-1.91-4.19c-.5-1.09-2.05-1.09-2.55 0l-1.9 4.19-4.58.52c-1.19.13-1.67 1.61-.79 2.42l3.4 3.11-.92 4.51c-.24 1.18 1.02 2.09 2.06 1.5L12 17.8l4.01 2.27c1.04.59 2.3-.32 2.06-1.5l-.92-4.51 3.4-3.11c.88-.81.4-2.29-.79-2.42zM9 11.12c0-.48.39-.88.88-.88.48 0 .88.39.88.88 0 .48-.39.88-.88.88S9 11.61 9 11.12zm5.17 3.17c-.5.7-1.31 1.11-2.17 1.11-.86 0-1.67-.42-2.17-1.11a.507.507 0 01.11-.7c.23-.16.54-.11.7.12.62.87 2.09.87 2.72 0 .16-.23.47-.28.7-.12.22.16.27.48.11.7zM14.12 12c-.48 0-.88-.39-.88-.88 0-.48.39-.88.88-.88.48 0 .88.39.88.88s-.39.88-.88.88z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgStarFaceFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgStarFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M21.31 11.48l-3.49 3.2.95 4.64c.14.7-.13 1.4-.71 1.82-.32.23-.69.35-1.06.35-.3 0-.61-.08-.89-.24L12 18.9l-4.12 2.34c-.28.16-.59.24-.89.24-.37 0-.74-.12-1.06-.35-.58-.42-.85-1.12-.71-1.82l.95-4.64-3.49-3.2a1.77 1.77 0 01-.5-1.88c.22-.68.8-1.15 1.51-1.23l4.7-.53 1.96-4.31c.31-.65.94-1.05 1.65-1.05s1.34.4 1.64 1.06l1.96 4.31 4.7.53c.71.08 1.29.55 1.51 1.23.22.68.03 1.4-.5 1.88z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgStarFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgStopFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 21H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgStopFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgStrikethrough(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M6.44 9.25c-.12-.41-.21-.84-.21-1.27C6.23 5.14 8.7 3 11.99 3a6.904 6.904 0 014.99 2.14c.59.59.59 1.54 0 2.12-.59.58-1.54.59-2.12 0-.1-.1-.18-.18-.24-.23-.53-.48-1.4-1.03-2.63-1.03-1.62 0-2.76.81-2.76 1.98 0 .5.28 1.01.71 1.27h-3.5zm13.06 2h-15a1.25 1.25 0 000 2.5h7.75c.92.45 1.58.8 1.97 1.04.46.29.55.82.55 1.21 0 1.14-1.21 2-2.81 2-1.68 0-2.77-1.09-3.06-1.43-.54-.62-1.49-.69-2.12-.14-.63.55-.69 1.49-.14 2.12.51.57 2.38 2.45 5.32 2.45 3.31 0 5.81-2.15 5.81-5 0-.83-.19-1.59-.55-2.25h2.28a1.25 1.25 0 000-2.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgStrikethrough;
|
package/Icon/Sun.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSun(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M12 16.5c-2.48 0-4.5-2.02-4.5-4.5S9.52 7.5 12 7.5s4.5 2.02 4.5 4.5-2.02 4.5-4.5 4.5zM12 9c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zm1-4.5V3c0-.55-.45-1-1-1s-1 .45-1 1v1.5c0 .55.45 1 1 1s1-.45 1-1zM13 21v-1.5c0-.55-.45-1-1-1s-1 .45-1 1V21c0 .55.45 1 1 1s1-.45 1-1zm5.01-13.6l1.06-1.06a.996.996 0 10-1.41-1.41L16.6 5.99a.996.996 0 00.71 1.7c.26 0 .51-.09.7-.29zM6.34 19.07l1.06-1.06a.996.996 0 10-1.41-1.41l-1.06 1.06a.996.996 0 00.71 1.7c.26 0 .51-.09.7-.29zM22 12c0-.55-.45-1-1-1h-1.5c-.55 0-1 .45-1 1s.45 1 1 1H21c.55 0 1-.45 1-1zM5.5 12c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.55 0 1-.45 1-1zm13.57 7.07a.996.996 0 000-1.41l-1.06-1.06a.996.996 0 10-1.41 1.41l1.06 1.06c.2.2.45.29.71.29.26 0 .51-.09.7-.29zM7.4 7.4a.996.996 0 000-1.41L6.34 4.93a.996.996 0 10-1.41 1.41L5.99 7.4c.19.2.45.3.71.3.26 0 .51-.1.7-.3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSun;
|
package/Icon/SunFill.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSunFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M16.5 12c0 2.48-2.02 4.5-4.5 4.5S7.5 14.48 7.5 12 9.52 7.5 12 7.5s4.5 2.02 4.5 4.5zM12 5.5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1s-1 .45-1 1v1.5c0 .55.45 1 1 1zm0 13c-.55 0-1 .45-1 1V21c0 .55.45 1 1 1s1-.45 1-1v-1.5c0-.55-.45-1-1-1zm5.3-10.8c.26 0 .51-.1.71-.29l1.06-1.06a.996.996 0 10-1.41-1.41L16.6 5.99a.996.996 0 000 1.41c.19.2.45.3.7.3zM5.99 16.6l-1.06 1.06a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29l1.06-1.06a.996.996 0 000-1.41c-.39-.39-1.03-.39-1.42 0zM21 11h-1.5c-.55 0-1 .45-1 1s.45 1 1 1H21c.55 0 1-.45 1-1s-.45-1-1-1zM5.5 12c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h1.5c.55 0 1-.45 1-1zm12.51 4.6a.996.996 0 10-1.41 1.41l1.06 1.06c.2.2.45.29.71.29.26 0 .51-.1.71-.29a.996.996 0 000-1.41l-1.07-1.06zM5.99 7.4c.19.2.45.3.71.3.26 0 .51-.1.7-.3a.996.996 0 000-1.41L6.34 4.93a.996.996 0 10-1.41 1.41L5.99 7.4z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSunFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSwitching(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M15.19 10.15c-.45 0-.67-.54-.35-.85l1.4-1.4A5.969 5.969 0 0012 6.13c-2.46 0-4.71 1.55-5.6 3.86a.99.99 0 01-1.29.57c-.52-.2-.77-.78-.58-1.29C5.71 6.2 8.71 4.13 12 4.13c2.16 0 4.17.86 5.65 2.35L19.12 5c.31-.32.85-.09.85.35v4.29c0 .28-.22.5-.5.5h-4.28v.01zM4 14.63v4.29c0 .45.54.67.85.35l1.5-1.5c1.49 1.49 3.5 2.36 5.64 2.36 3.29 0 6.29-2.07 7.47-5.14a.994.994 0 00-.58-1.29.998.998 0 00-1.29.58 6.024 6.024 0 01-5.6 3.86c-1.61 0-3.12-.65-4.23-1.77l1.38-1.38c.31-.32.09-.85-.35-.85H4.5a.48.48 0 00-.5.49z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSwitching;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgSwitchingCamera(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M20 5.22v4.29c0 .28-.22.5-.5.5h-4.29c-.45 0-.67-.54-.35-.85l1.4-1.4A5.942 5.942 0 0012.02 6c-2.46 0-4.71 1.55-5.6 3.86a.99.99 0 01-1.29.57c-.52-.2-.77-.78-.58-1.29C5.73 6.07 8.73 4 12.02 4c2.16 0 4.17.86 5.65 2.35l1.48-1.48a.5.5 0 01.85.35zm-1.09 8.35a.998.998 0 00-1.29.58 6.024 6.024 0 01-5.6 3.86c-1.61 0-3.12-.65-4.23-1.77l1.38-1.38c.31-.32.09-.86-.36-.86H4.52c-.28 0-.5.22-.5.5v4.29c0 .45.54.67.85.35l1.5-1.5A7.993 7.993 0 0012.02 20c3.29 0 6.29-2.07 7.47-5.14a.99.99 0 00-.58-1.29zM14.02 12c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2a2 2 0 002-2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgSwitchingCamera;
|
package/Icon/TagFill.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTagFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19.5 6.5H7.28c-.5 0-.98.19-1.35.53l-3.82 3.5c-.86.79-.86 2.16 0 2.95l3.82 3.5c.37.34.85.53 1.35.53H19.5c1.1 0 2-.9 2-2v-7c0-1.11-.9-2.01-2-2.01zM5 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTagFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTagOfficialFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M20.5 6.5H7.28c-.5 0-.98.19-1.35.53l-3.82 3.5c-.86.79-.86 2.16 0 2.95l3.82 3.5c.37.34.85.53 1.35.53H20.5c.55 0 1-.45 1-1v-9c0-.56-.45-1.01-1-1.01zM5 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm12.58-1.57l-1.49 1.36.4 1.98c.09.42-.36.75-.74.54L14 14.3l-1.75.99a.504.504 0 01-.74-.54l.4-1.98-1.49-1.36a.501.501 0 01.28-.87l2-.23.83-1.84a.5.5 0 01.91 0l.83 1.84 2 .23c.45.07.62.6.31.89z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTagOfficialFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgThumbsup(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M3 17.84v-6.75c0-1.1.9-2 2-2s2 .9 2 2v6.75a2 2 0 11-4 0zm17.36-.55l1.06-4.04c.29-1.1.06-2.24-.63-3.14a3.59 3.59 0 00-2.87-1.41H15.8l1.07-1.44c.8-1.07.62-2.59-.41-3.45a2.534 2.534 0 00-3.48.21l-3.56 3.8c-.64.68-1.04 1.55-1.12 2.5v6.25c0 1.86 1.51 3.38 3.38 3.38h5.22c1.62.01 3.04-1.09 3.46-2.66zm-10.28-6.78c.02-.4.15-.98.62-1.48l3.56-3.8a.8.8 0 011.08-.07c.32.27.37.74.13 1.07l-2.1 2.84a.875.875 0 00.7 1.4h3.85c.59 0 1.13.27 1.48.73.36.46.48 1.06.33 1.62l-1.06 4.04c-.21.8-.94 1.36-1.76 1.36h-5.22c-.9 0-1.62-.73-1.62-1.62v-5.92c0-.07.01-.13.01-.17z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgThumbsup;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgThumbsupFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M3 17.84v-6.75c0-1.1.9-2 2-2s2 .9 2 2v6.75a2 2 0 11-4 0zm14.92-9h-2.79l1.46-1.97c.68-.92.53-2.21-.35-2.94-.88-.74-2.18-.66-2.96.18l-3.75 4c-.65.69-1 1.57-1.03 2.45-.003.096 0 .19 0 .28v6c0 1.66 1.34 3 3 3h5.33a3.51 3.51 0 003.38-2.58l1.09-4c.6-2.22-1.07-4.42-3.38-4.42z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgThumbsupFill;
|
package/Icon/Title.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTitle(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M10.23 6.5v12.25a1.25 1.25 0 01-2.5 0V6.5H3.22a1.25 1.25 0 010-2.5h11.53a1.25 1.25 0 010 2.5h-4.52zM20.5 8.75h-7a1.25 1.25 0 000 2.5h2.25v7.5a1.25 1.25 0 002.5 0v-7.5h2.25a1.25 1.25 0 000-2.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTitle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTopbloggerRibbon(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M20.95 19.44c.18.31-.1.67-.45.58l-1.83-.48a.5.5 0 00-.61.35l-.49 1.81c-.09.34-.56.4-.73.1l-3.11-5.36a8.449 8.449 0 004.18-2.24l3.04 5.24zm-17.44.58l1.83-.49a.5.5 0 01.61.35l.49 1.82c.09.34.56.4.73.1l3.11-5.35a8.449 8.449 0 01-4.18-2.24l-3.04 5.24c-.18.3.1.66.45.57zm14.8-11.74c0 3.47-2.83 6.28-6.31 6.28-3.48 0-6.31-2.81-6.31-6.28S8.51 2 12 2c3.49 0 6.31 2.81 6.31 6.28zm-2.75-1.73l-2.1-.24-.88-1.91c-.23-.5-.94-.5-1.17 0l-.87 1.91-2.1.24c-.55.06-.77.73-.36 1.1l1.56 1.42-.42 2.06c-.11.54.47.95.95.68L12 10.78l1.84 1.04c.48.27 1.06-.15.95-.68l-.42-2.06 1.56-1.42c.4-.38.18-1.05-.37-1.11z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTopbloggerRibbon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTranscriptOff(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M18 4H6C3.79 4 2 5.79 2 8v11.68a1.998 1.998 0 002 2c.5 0 .99-.19 1.37-.55l2.39-2.26H18c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm2 10.88c0 1.1-.9 2-2 2H7.56c-.39 0-.75.15-1.03.41L4 19.68V8c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v6.88zm-5.47-4.83l-1.45 1.45 1.45 1.45c.29.29.29.77 0 1.06l-.02.02c-.29.29-.77.29-1.06 0L12 12.58l-1.45 1.45c-.29.29-.77.29-1.06 0l-.02-.02a.754.754 0 010-1.06l1.45-1.45-1.45-1.45a.754.754 0 010-1.06l.02-.02c.29-.29.77-.29 1.06 0L12 10.42l1.45-1.45c.29-.29.77-.29 1.06 0l.02.02c.29.29.29.77 0 1.06z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTranscriptOff;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTranscriptOn(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19 3.33H5c-1.66 0-3 1.34-3 3V20c0 .88 1.05 1.33 1.69.73l2.52-2.4H19c1.66 0 3-1.34 3-3v-9c0-1.66-1.34-3-3-3zM5.68 8.25h7.36c.41 0 .75.34.75.75s-.34.75-.75.75H5.68c-.41 0-.75-.34-.75-.75s.34-.75.75-.75zm1.64 5.5H5.68c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.64c.41 0 .75.34.75.75s-.34.75-.75.75zm10.68 0h-7.36c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H18c.41 0 .75.34.75.75s-.34.75-.75.75zm0-4h-1.64c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H18c.41 0 .75.34.75.75s-.34.75-.75.75z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTranscriptOn;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTransmission(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M14.08 12c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm2.35-4.25a.996.996 0 10-1.38 1.44c.78.75 1.21 1.75 1.21 2.81s-.43 2.06-1.21 2.81a.996.996 0 00-.03 1.41c.2.2.46.31.72.31.25 0 .5-.09.69-.28A5.833 5.833 0 0018.25 12c0-1.61-.64-3.12-1.82-4.25zm-7.29.03a.996.996 0 00-1.41-.03A5.843 5.843 0 005.9 12c0 1.61.65 3.12 1.82 4.25.19.19.44.28.69.28.26 0 .52-.1.72-.31.38-.4.37-1.03-.03-1.41a3.876 3.876 0 01.01-5.62c.4-.38.41-1.01.03-1.41zm10-2.63a.996.996 0 10-1.38 1.44c1.5 1.45 2.33 3.37 2.33 5.41s-.83 3.96-2.33 5.41a.996.996 0 00-.03 1.41c.2.2.46.31.72.31.25 0 .5-.09.69-.28 1.9-1.83 2.94-4.26 2.94-6.85s-1.05-5.02-2.94-6.85zM4.08 12c0-2.04.83-3.96 2.33-5.41a.996.996 0 10-1.38-1.44C3.12 6.98 2.08 9.41 2.08 12s1.04 5.02 2.94 6.85c.19.19.44.28.69.28.26 0 .52-.1.72-.31.38-.4.37-1.03-.03-1.41-1.5-1.45-2.32-3.37-2.32-5.41z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTransmission;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTrashcan(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19.25 8.81l-.92 10.59c-.08.91-.83 1.6-1.74 1.6H7.42c-.92 0-1.66-.69-1.74-1.6L4.75 8.81c-.03-.41.27-.77.68-.81.4-.04.78.27.81.68l.92 10.59c.01.13.12.23.25.23h1.82L8.75 8.78A.75.75 0 019.47 8c.41-.04.76.3.78.71l.49 10.78h2.53l.49-10.78c.01-.41.36-.74.77-.71.41.02.73.37.72.78l-.49 10.72h1.82c.13 0 .24-.1.25-.23l.92-10.59c.04-.41.4-.72.81-.68.42.04.72.4.69.81zM20 6.25c0 .41-.34.75-.75.75H4.75C4.34 7 4 6.66 4 6.25s.34-.75.75-.75h3v-.75C7.75 3.78 8.54 3 9.5 3h5c.96 0 1.75.79 1.75 1.75v.75h3c.41 0 .75.34.75.75zM9.25 5.5h5.5v-.75c0-.14-.11-.25-.25-.25h-5c-.14 0-.25.11-.25.25v.75z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTrashcan;
|
package/Icon/Trend.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTrend(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M11.97 2C6.46 2 2 6.46 2 11.97c0 5.51 4.46 9.97 9.97 9.97 5.51 0 9.97-4.46 9.97-9.97 0-5.51-4.46-9.97-9.97-9.97zm0 17.92c-2.62 0-4.95-1.28-6.4-3.25l1.95-3.85 1.62 3.17c.35.68 1.03 1.1 1.79 1.1s1.45-.42 1.79-1.1l1.75-3.41 1.36.65c.72.34 1.54-.26 1.42-1.05l-.65-4.44c-.1-.7-.89-1.08-1.5-.72l-3.86 2.29a.998.998 0 00.08 1.76l1.32.63-1.7 3.36-1.62-3.16c-.35-.68-1.03-1.1-1.79-1.1s-1.45.42-1.79 1.1l-1.31 2.56c-.26-.78-.41-1.62-.41-2.49 0-4.38 3.56-7.95 7.95-7.95a7.95 7.95 0 017.95 7.95c0 4.39-3.57 7.95-7.95 7.95z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTrend;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTrendFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M12.03 2C6.49 2 2 6.49 2 12.03c0 1.51.34 2.93.94 4.21l2.53-4.45c.36-.63 1.01-1.01 1.74-1.01s1.38.38 1.74 1.01l2.28 4.02 2.3-4.05-1.66-.79a.998.998 0 01-.08-1.76l4.38-2.6a1 1 0 011.5.72l.74 5.04c.12.79-.7 1.39-1.42 1.05l-1.64-.78-2.37 4.18c-.36.63-1.01 1.01-1.74 1.01s-1.38-.38-1.74-1.01L7.22 12.8l-3.1 5.39c1.84 2.35 4.69 3.87 7.91 3.87 5.54 0 10.03-4.49 10.03-10.03C22.06 6.49 17.57 2 12.03 2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTrendFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTriangleDown(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19.8 10.23l-6.04 6.04c-.98.98-2.56.98-3.54 0L4.2 10.23c-.2-.19-.2-.51 0-.71l1.41-1.41c.2-.2.51-.2.71 0l5.33 5.33c.2.2.51.2.71 0l5.33-5.33c.2-.2.51-.2.71 0l1.41 1.41c.19.2.19.52-.01.71z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTriangleDown;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTriangleLeft(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M13.77 19.8l-6.04-6.04c-.98-.98-.98-2.56 0-3.54l6.04-6.04c.2-.2.51-.2.71 0l1.41 1.41c.2.2.2.51 0 .71l-5.33 5.33c-.2.2-.2.51 0 .71l5.33 5.33c.2.2.2.51 0 .71l-1.41 1.41c-.2.21-.52.21-.71.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTriangleLeft;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTriangleRight(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M10.23 4.2l6.04 6.04c.98.98.98 2.56 0 3.54l-6.04 6.04c-.2.2-.51.2-.71 0l-1.41-1.41c-.2-.2-.2-.51 0-.71l5.33-5.33c.2-.2.2-.51 0-.71L8.11 6.32c-.2-.2-.2-.51 0-.71L9.52 4.2c.2-.2.52-.2.71 0z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTriangleRight;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTriangleUp(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M4.2 13.77l6.04-6.04c.98-.98 2.56-.98 3.54 0l6.04 6.04c.2.2.2.51 0 .71l-1.41 1.41c-.2.2-.51.2-.71 0l-5.33-5.33c-.2-.2-.51-.2-.71 0l-5.33 5.33c-.2.2-.51.2-.71 0L4.2 14.48c-.2-.2-.2-.52 0-.71z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTriangleUp;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTrianglearrowDown(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.45 14.57H13.5V4.39c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v10.18H7.55c-.89 0-1.34 1.08-.71 1.71l4.45 4.45c.39.39 1.02.39 1.41 0l4.45-4.45c.63-.63.19-1.71-.7-1.71z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTrianglearrowDown;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTrianglearrowDownright(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.07 10.78l-2.08 2.08-7.2-7.2a1.49 1.49 0 00-2.12 0c-.58.59-.59 1.54 0 2.12l7.2 7.2-2.08 2.08c-.63.63-.18 1.71.71 1.71h6.29c.55 0 1-.45 1-1v-6.29c-.01-.88-1.09-1.33-1.72-.7z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTrianglearrowDownright;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTrianglearrowRight(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.78 11.29l-4.45-4.45c-.63-.63-1.71-.18-1.71.71v2.95H4.44c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h10.18v2.95c0 .89 1.08 1.34 1.71.71l4.45-4.45c.39-.39.39-1.03 0-1.42z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTrianglearrowRight;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgTrianglearrowUp(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.14 7.73L12.7 3.28a.996.996 0 00-1.41 0L6.83 7.73c-.63.63-.18 1.7.71 1.7h2.96V19.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V9.43h2.93c.9 0 1.34-1.07.71-1.7z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgTrianglearrowUp;
|