@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 SvgBookmark(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.52 20.61c-.25 0-.49-.06-.72-.19L12 17.8l-4.78 2.62c-.47.26-1.02.25-1.49-.02A1.52 1.52 0 015 19.11V5.95c0-1.65 1.35-3 3-3h8.01c1.65 0 3 1.35 3 3v13.16c0 .54-.28 1.02-.74 1.29-.22.14-.49.21-.75.21zM12 15.73c.25 0 .49.06.72.18l4.3 2.35V5.95c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v12.31l4.27-2.34c.23-.13.48-.19.73-.19z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBookmark;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBookmarkFill(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.5 20.14l-5.25-3.01a.497.497 0 00-.5 0L6.5 20.14c-.67.38-1.5-.1-1.5-.87V6c0-1.66 1.34-3 3-3h8c1.66 0 3 1.34 3 3v13.27c0 .77-.83 1.25-1.5.87z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBookmarkFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBookshelf(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.45 17.02L18.34 5.43c-.21-.77-.7-1.42-1.4-1.82a2.996 2.996 0 00-4.47 2.18C12.36 4.23 11.08 3 9.5 3c-.77 0-1.47.3-2 .78C6.97 3.3 6.27 3 5.5 3c-1.65 0-3 1.35-3 3v12c0 1.65 1.35 3 3 3 .77 0 1.47-.3 2-.78.53.48 1.23.78 2 .78 1.65 0 3-1.35 3-3V6.68c.02.1.02.2.05.3l3.11 11.59c.21.77.7 1.42 1.4 1.82.46.27.98.4 1.5.4.26 0 .52-.03.78-.1a2.997 2.997 0 002.11-3.67zM5.5 19c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1s1 .45 1 1v12c0 .55-.45 1-1 1zm5-1c0 .55-.45 1-1 1s-1-.45-1-1V6c0-.55.45-1 1-1s1 .45 1 1v12zm8.31.76a1.007 1.007 0 01-1.23-.71l-3.1-11.59a.994.994 0 01.97-1.25.998.998 0 01.97.74l3.11 11.59c.13.53-.19 1.08-.72 1.22z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBookshelf;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBookshelfFill(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.75 3C5.99 3 7 4.01 7 5.25v13.5C7 19.99 5.99 21 4.75 21S2.5 19.99 2.5 18.75V5.25C2.5 4.01 3.51 3 4.75 3zM8 5.25v13.5C8 19.99 9.01 21 10.25 21s2.25-1.01 2.25-2.25V5.25C12.5 4.01 11.49 3 10.25 3S8 4.01 8 5.25zm6.97-1.94c-1.2.32-1.91 1.56-1.59 2.76l3.49 13.04c.32 1.2 1.56 1.91 2.76 1.59 1.2-.32 1.91-1.56 1.59-2.76L17.73 4.9a2.255 2.255 0 00-2.76-1.59z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBookshelfFill;
|
package/Icon/Border.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBorder(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 13H4c-.55 0-1-.45-1-1s.45-1 1-1h16c.55 0 1 .45 1 1s-.45 1-1 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBorder;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBottomnavFollowfeedActive(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 6h-1c-.3 0-.5.2-.5.5V16c0 .6-.4 1-1 1s-1-.4-1-1V4c0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1v13c0 2.2 1.8 4 4 4h11c2.2 0 4-1.8 4-4V7c0-.6-.4-1-1-1zM9.5 18h-3c-.6 0-1-.4-1-1s.4-1 1-1h3c.6 0 1 .4 1 1s-.4 1-1 1zm3.5-4H6.5c-.6 0-1-.4-1-1s.4-1 1-1H13c.6 0 1 .4 1 1s-.4 1-1 1zm1-4.9c0 .5-.4.9-.9.9H6.4c-.5 0-.9-.4-.9-.9V6.4c0-.5.4-.9.9-.9h6.7c.5 0 .9.4.9.9v2.7z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBottomnavFollowfeedActive;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBottomnavFollowfeedInactive(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 6h-1.5V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v12c0 2.2 1.8 4 4 4h10.5c2.5 0 4.5-2 4.5-4.5V8c0-1.1-.9-2-2-2zm0 10.5c0 1.4-1.1 2.5-2.5 2.5H7c-1.1 0-2-.9-2-2V5h11.5v11c0 .6.4 1 1 1s1-.4 1-1V8H20v8.5zM14.8 14c0 .4-.3.8-.8.8H7c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h7c.4 0 .8.4.8.8zm-4 3c0 .4-.3.8-.8.8H7c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h3c.4 0 .8.4.8.8zm2.7-10.8h-6c-.7 0-1.2.6-1.2 1.2v3c0 .7.6 1.2 1.2 1.2h6c.7 0 1.2-.6 1.2-1.2v-3c.1-.6-.5-1.2-1.2-1.2zm-.3 4H7.8V7.8h5.5v2.4h-.1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBottomnavFollowfeedInactive;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBottomnavHomeActive(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.7 10.6L14 3.5c-1.1-1.1-2.9-1.1-4.1 0l-7.7 7.1C.6 12.1 1.7 15 4 15v3c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3v-3c2.3 0 3.4-2.9 1.7-4.4zM12 16.5c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3c0 1.6-1.3 3-3 3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBottomnavHomeActive;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBottomnavHomeInactive(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.5 10C9.6 10 8 11.6 8 13.5S9.6 17 11.5 17s3.5-1.6 3.5-3.5-1.6-3.5-3.5-3.5zm0 5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5zm9.1-5l-6.4-5.8c-1.5-1.4-3.9-1.4-5.4 0L2.4 10c-.9.8-1.2 2.1-.7 3.2.3.8 1 1.5 1.8 1.7V17c0 2.2 1.8 4 4 4h8c2.2 0 4-1.8 4-4v-2.1c.8-.3 1.5-.9 1.8-1.7.5-1.2.2-2.4-.7-3.2zm-1.1 2.4c-.1.1-.3.6-.8.6H18c-.3 0-.5.2-.5.5V17c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2v-3.5c0-.3-.2-.5-.5-.5h-.6c-.6 0-.8-.4-.8-.6 0-.2-.2-.6.2-1l6.4-5.8c.8-.7 1.9-.7 2.7 0l6.4 5.8c.3.4.2.9.2 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBottomnavHomeInactive;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBottomnavMypageActive(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 6.5C7.5 4 9.5 2 12 2s4.5 2 4.5 4.5-2 4.5-4.5 4.5-4.5-2-4.5-4.5zM19.2 21c1.1-.3 1.7-1.5 1.4-2.5-1-2.9-3.5-5.5-8.5-5.5s-7.6 2.6-8.5 5.5c-.4 1.1.3 2.2 1.4 2.5 4.5 1.3 9.5 1.3 14.2 0z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBottomnavMypageActive;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBottomnavSearchActive(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 17.7l-3.5-3.5c.7-1.1 1.2-2.5 1.2-4 0-4-3.3-7.2-7.2-7.2C6.4 3 3 6.3 3 10.2c0 3.9 3.3 7.2 7.2 7.2 1.5 0 2.8-.4 4-1.2l3.5 3.5c.3.3.7.4 1.1.4.4 0 .8-.1 1.1-.4.5-.5.5-1.4-.1-2zM5.5 10.2c0-2.6 2.1-4.8 4.8-4.8 2.7 0 4.7 2.2 4.7 4.8 0 2.6-2.1 4.8-4.8 4.8-2.7 0-4.7-2.1-4.7-4.8z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBottomnavSearchActive;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBottomnavSearchInactive(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 18l-3.6-3.6c.9-1.2 1.4-2.6 1.4-4.2 0-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.4zm-9.3-2.8c-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 SvgBottomnavSearchInactive;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBottomnvavMypageInactive(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 11c-2.5 0-4.5-2-4.5-4.5S9.5 2 12 2s4.5 2 4.5 4.5-2 4.5-4.5 4.5zm0-7c-1.4 0-2.5 1.1-2.5 2.5S10.6 9 12 9s2.5-1.1 2.5-2.5S13.4 4 12 4zm0 18.2c-2.1 0-4.2-.3-6.2-.8-.9-.2-1.6-.8-2-1.6-.4-.8-.4-1.7-.1-2.5.9-2 3.1-5.4 8.3-5.4 5.2 0 7.4 3.4 8.3 5.4.3.8.3 1.7-.1 2.5s-1.1 1.4-2 1.6c-2 .6-4.1.8-6.2.8zm0-8.2c-3.9 0-5.6 2.3-6.4 4.2-.1.3-.1.6 0 .8.1.3.4.5.7.5 3.8.9 7.8.9 11.5 0 .3-.1.5-.3.7-.5.1-.3.1-.6 0-.8-.9-1.9-2.6-4.2-6.5-4.2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBottomnvavMypageInactive;
|
package/Icon/Bullets.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBullets(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: "M8 6.6c0-.55.45-1 1-1h11c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.44-1-1zM4.5 5.1c-.83 0-1.5.68-1.5 1.5s.67 1.5 1.5 1.5S6 7.43 6 6.6s-.67-1.5-1.5-1.5zM20 11.08H9c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm-15.5-.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zM20 16.66H9c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1zm-15.5-.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBullets;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCalendar(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 4.75h-1.45v-.48c0-.55-.45-1-1-1s-1 .45-1 1v.48H9.44v-.48c0-.55-.45-1-1-1s-1 .45-1 1v.48H6c-1.65 0-3 1.34-3 3v10c0 1.65 1.34 3 3 3h12c1.65 0 3-1.34 3-3v-10c0-1.65-1.35-3-3-3zm1 13c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V10.4h14v7.35zm0-9.34H5v-.66c0-.55.45-1 1-1h1.45v.02c0 .55.45 1 1 1s1-.45 1-1v-.02h5.11v.02c0 .55.45 1 1 1s1-.45 1-1v-.02H18c.55 0 1 .45 1 1v.66zm-8 4.34c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm-3.94 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm0 3.55c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.44-1-1zm3.94 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.44-1-1zm4.05-3.55c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1zm0 3.55c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.44-1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCalendar;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCameraFill(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.5h-2.14L16 4.33c-.38-.51-.97-.81-1.61-.81H9.62A2 2 0 008 4.34L7.16 5.5H5c-1.66 0-3 1.34-3 3v8.99c0 1.66 1.34 3 3 3h14c1.66 0 3-1.34 3-3V8.5c0-1.66-1.34-3-3-3zm-7 12.49c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm3-5c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCameraFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCautionFill(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.971 18.032l-8.12-14.05c-.77-1.33-2.69-1.33-3.46 0l-8.12 14.05c-.77 1.33.19 3 1.73 3h16.23c1.54 0 2.5-1.66 1.74-3zm-11.1-10.05a1.25 1.25 0 012.5 0v5.5a1.25 1.25 0 01-2.5 0v-5.5zm1.25 11a1.25 1.25 0 11.001-2.5 1.25 1.25 0 010 2.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCautionFill;
|
package/Icon/Check.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCheck(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.95 17.63c-.47 0-.94-.16-1.31-.49l-4.79-4.17a.998.998 0 01-.1-1.41c.36-.42 1-.46 1.41-.1l4.79 4.17 9.59-9.71c.39-.39 1.02-.4 1.42-.01.39.39.4 1.02.01 1.42l-9.59 9.71c-.4.39-.91.59-1.43.59z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCheck;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCheckBold(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.93 18.66c-.56 0-1.12-.19-1.58-.57l-4.8-3.93c-.64-.52-.74-1.47-.21-2.11.53-.64 1.47-.73 2.11-.21l4.45 3.64 9.04-9.04a1.49 1.49 0 012.12 0c.58.59.59 1.54 0 2.12l-9.36 9.36c-.49.49-1.12.74-1.77.74z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCheckBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCheckCircle(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 8zm5.18-11.23c.41.37.43 1.01.06 1.41l-5.35 5.79c-.39.43-.93.65-1.47.65-.46 0-.92-.16-1.3-.48l-2.77-2.37a.999.999 0 111.3-1.52l2.77 2.37 5.35-5.79c.37-.41 1-.44 1.41-.06z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCheckCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCheckCircleFill(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 2zm5.23 8.18l-5.35 5.79c-.39.43-.93.65-1.47.65-.46 0-.92-.16-1.3-.48l-2.77-2.37a.999.999 0 111.3-1.52l2.77 2.37 5.35-5.79a.997.997 0 011.41-.06c.41.37.44 1 .06 1.41z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCheckCircleFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCheckRectangle(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.36 19.99H5.64c-2.21 0-4-1.79-4-4V8.01c0-2.21 1.79-4 4-4h12.72c2.21 0 4 1.79 4 4v7.98c0 2.2-1.79 4-4 4zM5.64 6.01c-1.1 0-2 .9-2 2v7.98c0 1.1.9 2 2 2h12.72c1.1 0 2-.9 2-2V8.01c0-1.1-.9-2-2-2H5.64zm5.24 9.37c-.34 0-.67-.12-.95-.35L7.84 13.2a.998.998 0 01-.1-1.41c.36-.42.99-.46 1.41-.1l1.7 1.48 3.82-3.87c.39-.39 1.02-.4 1.42-.01.39.39.4 1.02.01 1.42l-4.19 4.25c-.28.27-.66.42-1.03.42z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCheckRectangle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgChecklist(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.81 4.26l-1.47-.66c-1.81-.8-3.88-.8-5.69 0L12 4.34l-1.66-.74c-1.81-.8-3.88-.8-5.69 0l-1.46.66C2.47 4.58 2 5.29 2 6.08v11.81c0 .68.34 1.31.91 1.68.57.37 1.28.43 1.9.15l.66-.29c1.29-.57 2.77-.57 4.06 0l1.66.74c.26.12.54.17.81.17.28 0 .55-.06.81-.17l1.66-.74c1.29-.57 2.77-.57 4.06 0l.66.29A1.997 1.997 0 0022 17.89V6.08c0-.79-.47-1.5-1.19-1.82zM7.5 17c-.97 0-1.94.2-2.84.6l-.66.29V6.08l1.47-.65c1.29-.57 2.77-.57 4.06 0l1.47.65v11.81l-.66-.29c-.9-.4-1.87-.6-2.84-.6zm11.84.6c-1.81-.8-3.88-.8-5.69 0l-.65.29V6.08l1.47-.65c1.29-.57 2.77-.57 4.06 0l1.47.65v11.81l-.66-.29zM9.75 8.5c0 .41-.34.75-.75.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75zm0 3c0 .41-.34.75-.75.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75zm0 3c0 .41-.34.75-.75.75H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75zm9-6c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75zm0 3c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75zm0 3c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgChecklist;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgChevronDown(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.05 9.45c0-.26.1-.51.29-.71a.996.996 0 011.41 0l7.29 7.29 7.29-7.29a.996.996 0 111.41 1.41l-7.29 7.29c-.78.78-2.05.78-2.83 0l-7.29-7.29c-.18-.19-.28-.44-.28-.7z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgChevronDown;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgChevronDownBold(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: "M2.55 9.45c0-.38.15-.77.44-1.06a1.49 1.49 0 012.12 0l6.94 6.94 6.94-6.94a1.49 1.49 0 012.12 0c.58.59.59 1.54 0 2.12l-7.29 7.29c-.97.97-2.56.97-3.54 0l-7.29-7.29c-.29-.29-.44-.67-.44-1.06z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgChevronDownBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgChevronLeft(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.84 20.71l-7.29-7.29c-.78-.78-.78-2.05 0-2.83l7.29-7.29a.996.996 0 111.41 1.41L7.96 12l7.29 7.29c.39.39.39 1.02 0 1.41-.19.2-.45.3-.7.3-.25 0-.51-.1-.71-.29z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgChevronLeft;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgChevronLeftBold(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.49 21.06L6.2 13.77c-.97-.97-.97-2.56 0-3.54l7.29-7.29a1.49 1.49 0 012.12 0c.59.59.59 1.54 0 2.12L8.67 12l6.94 6.94c.59.59.59 1.54 0 2.12-.29.29-.68.44-1.06.44s-.77-.15-1.06-.44z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgChevronLeftBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgChevronRight(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.41 21c-.26 0-.51-.1-.71-.29a.996.996 0 010-1.41L16 12 8.71 4.71a.996.996 0 111.41-1.41l7.29 7.29c.78.78.78 2.05 0 2.83l-7.29 7.29c-.19.19-.45.29-.71.29z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgChevronRight;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgChevronRightBold(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.41 21.5c-.38 0-.77-.15-1.06-.44a1.49 1.49 0 010-2.12L15.29 12 8.35 5.06a1.49 1.49 0 010-2.12c.59-.58 1.54-.59 2.12 0l7.29 7.29c.97.97.97 2.56 0 3.54l-7.29 7.29c-.29.29-.67.44-1.06.44z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgChevronRightBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgChevronUp(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.97 14.55c0 .26-.1.51-.29.71a.996.996 0 01-1.41 0l-7.29-7.29-7.29 7.29a.996.996 0 11-1.41-1.41l7.29-7.29c.78-.78 2.05-.78 2.83 0l7.29 7.29c.19.19.28.44.28.7z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgChevronUp;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgChevronUpBold(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.47 14.55c0 .38-.15.77-.44 1.06-.59.59-1.54.59-2.12 0l-6.94-6.94-6.94 6.94c-.59.59-1.54.59-2.12 0-.58-.59-.59-1.54 0-2.12L10.2 6.2c.97-.97 2.56-.97 3.54 0l7.29 7.29c.3.29.44.67.44 1.06z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgChevronUpBold;
|
package/Icon/Circle.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCircle(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 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCircleBold(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 20.5c-4.69 0-8.5-3.81-8.5-8.5 0-4.69 3.81-8.5 8.5-8.5 4.69 0 8.5 3.81 8.5 8.5 0 4.69-3.81 8.5-8.5 8.5zm0-14A5.51 5.51 0 006.5 12c0 3.03 2.47 5.5 5.5 5.5s5.5-2.47 5.5-5.5-2.47-5.5-5.5-5.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCircleBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCircleFill(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.39 11.9c0-1.44 1.17-2.61 2.61-2.61s2.61 1.17 2.61 2.61-1.17 2.61-2.61 2.61-2.61-1.17-2.61-2.61zM12 15.47c-2.93 0-4.38 1.52-4.94 3.17-.21.62.16 1.29.79 1.47 2.71.76 5.59.76 8.3 0 .63-.18 1-.85.79-1.47-.56-1.66-2.01-3.17-4.94-3.17zm7-1.18c1.15 0 2.09-.94 2.09-2.09s-.94-2.09-2.09-2.09-2.09.94-2.09 2.09.94 2.09 2.09 2.09zm3.95 3.3c-.45-1.33-1.6-2.54-3.95-2.54-1 0-1.77.23-2.37.58 1 .94 1.71 2.18 1.99 3.58 1.25.04 2.5-.1 3.71-.44.5-.14.79-.68.62-1.18zM5 14.29c1.15 0 2.09-.94 2.09-2.09S6.15 10.11 5 10.11s-2.09.94-2.09 2.09.94 2.09 2.09 2.09zm0 .76c-2.35 0-3.5 1.21-3.95 2.54-.17.5.13 1.03.63 1.18 1.21.34 2.46.48 3.71.44.27-1.4.98-2.64 1.99-3.58-.61-.35-1.38-.58-2.38-.58zm7-8.73c.28 0 .5-.22.5-.5v-2c0-.28-.22-.5-.5-.5s-.5.22-.5.5v2c0 .27.22.5.5.5zm5.86.81l1.41-1.41c.2-.2.2-.51 0-.71-.2-.2-.51-.2-.71 0l-1.41 1.41c-.2.2-.2.51 0 .71.2.19.51.19.71 0zm-11.72 0c.2.2.51.2.71 0 .2-.2.2-.51 0-.71L5.43 5.01c-.2-.2-.51-.2-.71 0-.2.2-.2.51 0 .71l1.42 1.41z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCircleFill;
|
package/Icon/Clock.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgClock(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.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10zm0-18c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm6 8c0-.6-.4-1-1-1h-4V7c0-.6-.4-1-1-1s-1 .4-1 1v4c0 1.1.9 2 2 2h4c.6 0 1-.4 1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgClock;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgClockFill(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.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm5.5 11.2H13c-1.2 0-2.2-1-2.2-2.2V6.5c0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2v4.2h4.2c.7 0 1.2.6 1.2 1.2s-.4 1.3-1.1 1.3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgClockFill;
|
package/Icon/Coin.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCoin(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.96 12.735v-.5 2.26c0 3.22-3.95 5.75-9 5.75s-9-2.53-9-5.75v-1.76c.2 3.1 4.09 5 9 5s8.8-1.9 9-5zm0-3.74v1.5c0 3.22-3.95 5.75-9 5.75s-9-2.53-9-5.75v-1.5c0-3.08 3.95-5.5 9-5.5s9 2.41 9 5.5zm-1.5 0c0-2.17-3.43-4-7.5-4s-7.5 1.83-7.5 4 3.43 4 7.5 4 7.5-1.84 7.5-4zm-2 0c0-1.6-2.36-2.81-5.5-2.81s-5.5 1.21-5.5 2.81 2.36 2.81 5.5 2.81 5.5-1.21 5.5-2.81zm-1 0c0 .85-1.92 1.81-4.5 1.81s-4.5-.96-4.5-1.81c0-.86 1.92-1.81 4.5-1.81s4.5.95 4.5 1.81z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCoin;
|
package/Icon/Comment.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgComment(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.04 21.42c-.32 0-.63-.1-.9-.3l-4.19-3.14H6c-2.21 0-4-1.79-4-4V8c0-2.21 1.79-4 4-4h12c2.21 0 4 1.79 4 4v5.97c0 2.21-1.79 4-4 4h-1.46v1.94c0 .57-.32 1.09-.83 1.34-.21.12-.44.17-.67.17zM6 6c-1.1 0-2 .9-2 2v5.97c0 1.1.9 2 2 2h4.28c.22 0 .43.07.6.2l3.66 2.74v-1.94c0-.55.45-1 1-1H18c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2H6z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgComment;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCommentFill(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.01 4h-14c-1.66 0-3 1.34-3 3v8c0 1.66 1.34 3 3 3h5.66l4.53 3.4c.33.25.8.01.8-.4v-3h3.01c1.66 0 3-1.34 3-3V7c0-1.66-1.34-3-3-3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCommentFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCommentPen(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.05 10.99c0 .55-.45 1-1 1s-1-.45-1-1 .45-1 1-1 1 .44 1 1zm3-1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm7.95.8v3.18c0 1.1-.9 2-2 2h-2.46c-.55 0-1 .45-1 1v1.94l-3.66-2.74a.984.984 0 00-.6-.2H6c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h11.28l1.31-1.3.52-.52C18.75 4.07 18.39 4 18 4H6C3.79 4 2 5.79 2 8v5.97c0 2.21 1.79 4 4 4h3.95l4.19 3.14a1.498 1.498 0 001.57.14c.51-.25.83-.77.83-1.34v-1.94H18c2.21 0 4-1.79 4-4V8.79l-2 2zm2.8-4.91l-.34.34c-.2.2-.51.2-.71 0l-.92-.92c-.2-.2-.2-.51 0-.71l.34-.34c.2-.2.51-.2.71 0l.92.92c.19.2.19.51 0 .71zm-7.32 4.05l-.41 1.42a.5.5 0 00.62.62l1.42-.41 3.82-3.82c.2-.2.2-.51 0-.71L20 6.11c-.2-.2-.51-.2-.71 0l-3.81 3.82z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCommentPen;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCommentTwoFill(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 4h-11C7.67 4 7 4.67 7 5.5V9H4.5C3.67 9 3 9.67 3 10.5v6c0 .83.67 1.5 1.5 1.5H5v1.21c0 .45.54.67.85.35L7.41 18h6.09c.83 0 1.5-.67 1.5-1.5V14h.74l2.37 2.91c.3.36.89.15.89-.32V14h.5c.83 0 1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5zm-8.75 3.62c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM13.5 16c0 .28-.22.5-.5.5H5c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5h2v2c0 .83.67 1.5 1.5 1.5h5v2zm.75-6.38c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1c0 .56-.45 1-1 1zm3.5 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1c0 .56-.45 1-1 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCommentTwoFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCommentTwoSlashFill(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.62 3.65h-11c-.13 0-.25.02-.37.05l10.87 11.24v-1.29h.5c.83 0 1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5zm-5.25 5.63c-.56 0-1-.45-1-1 0-.56.44-1 1-1 .55 0 1 .44 1 1 0 .55-.45 1-1 1zm3.5 0c-.56 0-1-.45-1-1 0-.56.44-1 1-1 .55 0 1 .44 1 1 0 .55-.45 1-1 1zm.55 7.8l-3.3-3.4v-.01l-4.25-4.39-1-1.03L7.12 5.4 5.87 4.11c-.39-.38-1.01-.37-1.4 0-.39.39-.4 1.02-.02 1.42l2.67 2.75v.37h-2.5c-.83 0-1.5.67-1.5 1.5v6c0 .83.67 1.5 1.5 1.5h.5v1.21c0 .44.54.66.85.35l1.56-1.56h6.09c.71 0 1.3-.48 1.45-1.14L17 18.5c.2.2.46.3.72.3.25 0 .5-.09.69-.28.4-.39.41-1.02.02-1.42l-.01-.02zm-4.8-1.43c0 .28-.23.5-.5.5h-8c-.28 0-.5-.22-.5-.5v-5c0-.28.22-.5.5-.5h2v2c0 .83.67 1.5 1.5 1.5h3.69l1.31 1.36v.64z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCommentTwoSlashFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCommunity(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 6.75C11 8.27 9.77 9.5 8.25 9.5H7.6l-.41 1.04c-.07.17-.3.17-.37 0L6.4 9.5h-.65C4.23 9.5 3 8.27 3 6.75S4.23 4 5.75 4h2.5C9.77 4 11 5.23 11 6.75zm10-1.33v3.47c0 .64-.52 1.16-1.16 1.16h-5.4c-.64 0-1.16-.52-1.16-1.16V5.42c0-.64.52-1.16 1.16-1.16h.83l.32-.45c.15-.2.38-.32.62-.32h1.84c.25 0 .48.12.62.31l.33.45h.83c.65.01 1.17.53 1.17 1.17zm-1.93 1.74c0-1.06-.87-1.93-1.93-1.93s-1.93.87-1.93 1.93.87 1.93 1.93 1.93 1.93-.87 1.93-1.93zM17.14 6a1.16 1.16 0 10.002 2.322A1.16 1.16 0 0017.14 6zm-6.64 8v6c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1v-6c0-.55.45-1 1-1h5.5c.55 0 1 .45 1 1zm-1 1.5H4v4c0 .28.22.5.5.5H9c.28 0 .5-.22.5-.5v-4zm-4.5 2h3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H5c-.28 0-.5.22-.5.5s.22.5.5.5zM5 19h3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H5c-.28 0-.5.22-.5.5s.22.5.5.5zm13.04-4.4c-.08-.08-.21-.06-.3.03l-4.25 4.25-.47 1.65c-.09.3.15.54.45.45l1.65-.47 4.25-4.25c.09-.09.1-.22.03-.3l-1.36-1.36zm1.8-1.47a.435.435 0 00-.6 0l-.53.53c-.08.08-.08.22 0 .3l1.34 1.34c.08.08.22.08.3 0l.53-.53c.16-.16.16-.43 0-.6l-1.04-1.04z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCommunity;
|
package/Icon/Compass.mjs
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCompass(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.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm1 17.9v-.4c0-.6-.4-1-1-1s-1 .4-1 1v.4c-3.6-.5-6.5-3.3-6.9-6.9h.4c.6 0 1-.4 1-1s-.4-1-1-1h-.4c.4-3.6 3.3-6.5 6.9-6.9v.4c0 .6.4 1 1 1s1-.4 1-1v-.4c3.6.5 6.5 3.3 6.9 6.9h-.4c-.6 0-1 .4-1 1s.4 1 1 1h.4c-.4 3.6-3.3 6.5-6.9 6.9z" }),
|
|
5
|
+
React.createElement("path", { d: "M15.3 6.9l-5.1 3.3-3.3 5.1c-.3.5-.3 1.1.2 1.6.2.2.6.4.9.4.2 0 .5-.1.7-.2l5.1-3.3 3.3-5.1c.3-.5.3-1.1-.2-1.6-.4-.4-1.1-.5-1.6-.2zm-.4 2.3l-2.1 3.3c-.1.1-.2.1-.3 0l-1-1c-.1-.1-.1-.2 0-.3l3.3-2.1c.1-.1.2 0 .1.1z" })));
|
|
6
|
+
}
|
|
7
|
+
export default SvgCompass;
|
package/Icon/Coupon.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCoupon(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 8v8c0 2.21 1.79 4 4 4h12c2.21 0 4-1.79 4-4V8c0-2.21-1.79-4-4-4zm2 12c0 1.1-.9 2-2 2h-7.99v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H6c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h2.01v2c0 .55.45 1 1 1s1-.45 1-1V6H18c1.1 0 2 .9 2 2v8zm-9.99-5v2c0 .55-.45 1-1 1s-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCoupon;
|
package/Icon/Crop.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCrop(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.38 5.88h6.75c1.1 0 2 .9 2 2v6.75h-2V7.88H9.38v-2zM20.5 16.62H7.38V3.49a1 1 0 00-2 .01v2.38H3c-.55 0-1 .45-1 1s.45 1 1 1h2.38v8.75c0 1.1.9 2 2 2h8.75v2.38c0 .55.45 1 1 1s1-.45 1-1v-2.38h2.38c.55 0 1-.45 1-1s-.46-1.01-1.01-1.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCrop;
|
package/Icon/CropDin.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCropDin(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 21H7c-2.21 0-4-1.79-4-4V7c0-2.21 1.79-4 4-4h10c2.21 0 4 1.79 4 4v10c0 2.21-1.79 4-4 4zM7 5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2H7z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCropDin;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCropLandscape(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.08 20h-12c-2.21 0-4-1.79-4-4V8c0-2.21 1.79-4 4-4h12c2.21 0 4 1.79 4 4v8c0 2.21-1.8 4-4 4zm-12-14c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-12z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCropLandscape;
|
package/Icon/Cross.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCross(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.36 16.95a.996.996 0 01-.71 1.7c-.26 0-.51-.1-.71-.29L12 13.41l-4.95 4.95c-.2.2-.45.29-.71.29-.26 0-.51-.1-.71-.29a.996.996 0 010-1.41L10.59 12 5.64 7.05a.996.996 0 111.41-1.41L12 10.59l4.95-4.95a.996.996 0 111.41 1.41L13.41 12l4.95 4.95z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCross;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCrossBold(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.72 16.6c.59.59.59 1.54 0 2.12-.29.29-.68.44-1.06.44s-.77-.15-1.06-.44l-4.6-4.6-4.6 4.6c-.29.29-.68.44-1.06.44s-.77-.15-1.06-.44a1.49 1.49 0 010-2.12l4.6-4.6-4.6-4.6a1.49 1.49 0 010-2.12c.59-.58 1.54-.59 2.12 0l4.6 4.6 4.6-4.6a1.49 1.49 0 012.12 0c.58.59.59 1.54 0 2.12l-4.6 4.6 4.6 4.6z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCrossBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCrossCircle(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.8-10.39L13.41 12l2.39 2.39a.996.996 0 01-.71 1.7c-.26 0-.51-.1-.71-.29L12 13.41 9.61 15.8c-.2.2-.45.29-.71.29-.26 0-.51-.09-.7-.29a.996.996 0 010-1.41L10.59 12 8.2 9.61A.996.996 0 119.61 8.2L12 10.59l2.39-2.39a.996.996 0 111.41 1.41z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCrossCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCrossCircleFill(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 2zm2.83 14.24L12 13.41l-2.83 2.83a.996.996 0 11-1.41-1.41L10.59 12 7.76 9.17a.996.996 0 111.41-1.41L12 10.59l2.83-2.83a.996.996 0 111.41 1.41L13.41 12l2.83 2.83a.996.996 0 11-1.41 1.41z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCrossCircleFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCrossRectangle(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.4 10.6l-1.6 1.6 1.6 1.6c.4.4.4 1 0 1.4-.2.2-.5.3-.7.3-.2 0-.5-.1-.7-.3l-1.6-1.6-1.6 1.6c-.2.2-.5.3-.7.3-.2 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l1.6-1.6-1.6-1.6c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l1.6 1.6L14 9.2c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4zM22.7 8v8.3c0 2.2-1.8 4-4 4H6c-2.2 0-4-1.8-4-4V8c0-2.2 1.8-4 4-4h12.7c2.2 0 4 1.8 4 4zm-2 0c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v8.3c0 1.1.9 2 2 2h12.7c1.1 0 2-.9 2-2V8z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCrossRectangle;
|
package/Icon/Cutlery.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgCutlery(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 8c0 1.62-.67 2.57-2.25 2.88v9.87a1.25 1.25 0 01-2.5 0v-9.87C4.67 10.57 4 9.62 4 8c0-4 1.5-6 3.5-6S11 4 11 8zm8.25-6c-.41 0-.75.34-.75.75v4.5c0 .14-.11.25-.25.25h-.75c-.14 0-.25-.11-.25-.25v-4.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4.5c0 .14-.11.25-.25.25h-.75c-.14 0-.25-.11-.25-.25v-4.5c0-.41-.34-.75-.75-.75s-.75.34-.75.75V7.5c0 1.49.94 2.76 2.25 3.26v9.99a1.25 1.25 0 002.5 0v-9.99C19.06 10.26 20 8.99 20 7.5V2.75c0-.41-.34-.75-.75-.75z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgCutlery;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgDiamondTwo(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("g", { clipPath: "url(#diamond_two_svg__a)" },
|
|
5
|
+
React.createElement("path", { d: "M9.65 16.35l-.4.4c-.2.2-.5.2-.7 0l-4.4-4.4c-.2-.2-.2-.5 0-.7l4.4-4.4c.2-.2.5-.2.7 0l.4.4 1.4-1.4-.8-.8c-.7-.7-2-.7-2.7 0l-5.2 5.2c-.7.7-.7 2 0 2.7l5.2 5.2c.4.4.8.6 1.3.6s1-.2 1.4-.6l.8-.8-1.4-1.4z" }),
|
|
6
|
+
React.createElement("path", { d: "M15.15 19.15c-.5 0-1-.2-1.4-.6l-5.2-5.2c-.7-.7-.7-2 0-2.7l5.2-5.2c.7-.7 2-.7 2.7 0l5.2 5.2c.7.7.7 2 0 2.7l-5.2 5.2c-.3.4-.8.6-1.3.6zm-4.8-6.8l4.4 4.4c.2.2.5.2.7 0l4.4-4.4c.2-.2.2-.5 0-.7l-4.4-4.4c-.2-.2-.5-.2-.7 0l-4.4 4.4c-.2.2-.2.5 0 .7z" })),
|
|
7
|
+
React.createElement("defs", null,
|
|
8
|
+
React.createElement("clipPath", { id: "diamond_two_svg__a" },
|
|
9
|
+
React.createElement("path", { transform: "translate(1.75 4.85)", d: "M0 0h20.5v14.3H0z" })))));
|
|
10
|
+
}
|
|
11
|
+
export default SvgDiamondTwo;
|
package/Icon/Dice.mjs
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgDice(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 3H7C4.8 3 3 4.8 3 7v10c0 2.2 1.8 4 4 4h10c2.2 0 4-1.8 4-4V7c0-2.2-1.8-4-4-4zm2 14c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2v10z" }),
|
|
5
|
+
React.createElement("path", { d: "M15.5 17a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm-7-7a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm3.5 3.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" })));
|
|
6
|
+
}
|
|
7
|
+
export default SvgDice;
|
package/Icon/Dot.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgDot(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.15 12a9 9 0 11-18.002-.001A9 9 0 0121.15 12z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgDot;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgDotmoney(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.98 10.62c-.02-.17-.02-.35-.08-.5l-.02-.04-.01-.08c-.74-2.58-4.4-4.51-8.87-4.51-4.45 0-8.19 1.93-8.87 4.51l-.02.08-.01.04c-.06.15-.06.33-.08.5 0 .17 0 .27-.02.29 0 .48.07 1.78.19 2.68.44 3.35 3.95 5.31 8.81 5.31s8.37-1.96 8.81-5.32c.12-.9.19-2.2.19-2.68-.02-.01-.02-.11-.02-.28zm-11.83.06c0-1.21 1-2.2 2.18-2.2.58 0 1.08.19 1.48.58.42-.39.93-.58 1.48-.58 1.21 0 2.2.98 2.2 2.2v1.91a.7.7 0 01-.71.71.69.69 0 01-.69-.71v-1.91c0-.44-.35-.77-.79-.77-.44 0-.77.33-.77.77v1.91a.7.7 0 01-.71.71.69.69 0 01-.69-.71v-1.91c0-.44-.35-.77-.79-.77-.44 0-.77.33-.77.77v1.91a.7.7 0 01-.71.71.69.69 0 01-.69-.71v-1.91h-.02zm-1.85.98a.82.82 0 11-.02 1.64.82.82 0 01.02-1.64zm10.08 4.72c-1.33.79-3.2 1.21-5.38 1.21-2.18 0-4.05-.43-5.38-1.21-1.04-.62-1.72-1.43-2-2.41 1.62 1.41 4.28 2.31 7.38 2.31 3.1 0 5.69-.93 7.38-2.31-.29.98-.96 1.79-2 2.41z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgDotmoney;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgDownload(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.79 10.94l-3.37 3.37c-.39.39-.9.58-1.41.58-.51 0-1.02-.2-1.41-.58l-3.37-3.37a.996.996 0 111.41-1.41L11 11.89V4c0-.55.45-1 1-1s1 .45 1 1v7.89l2.37-2.37a.996.996 0 011.41 0c.39.39.4 1.03.01 1.42zM21 18v-6c0-.55-.45-1-1-1s-1 .45-1 1v6c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-6c0-.55-.45-1-1-1s-1 .45-1 1v6c0 1.65 1.35 3 3 3h12c1.65 0 3-1.35 3-3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgDownload;
|
package/Icon/Embed.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgEmbed(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.93 17.68a1 1 0 01-.23 1.4 1 1 0 01-.58.18 1 1 0 01-.81-.41l-3.87-5.39a2.49 2.49 0 010-2.92l3.87-5.37a1 1 0 111.62 1.16l-3.87 5.38a.51.51 0 000 .58l3.87 5.39zm13.6-7.13l-3.87-5.38a.999.999 0 00-1.817.8c.04.132.107.255.198.36l3.87 5.39a.53.53 0 010 .59L16 17.68a1 1 0 00.22 1.4 1 1 0 00.59.18 1 1 0 00.81-.41l3.87-5.38a2.49 2.49 0 00.04-2.92zM16.75 12a1 1 0 00-1-1H13V8.25a1 1 0 00-2 0V11H8.23a1 1 0 000 2H11v2.74a1 1 0 002 0V13h2.73a1 1 0 001.02-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgEmbed;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgEmotionFill(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 3a9 9 0 100 18 9 9 0 000-18zM7.49 9.92a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7.92 5.07a4.328 4.328 0 01-6.82 0 1 1 0 111.53-1.29 2.38 2.38 0 003.76 0 1 1 0 111.53 1.29zm-.4-3.57a1.5 1.5 0 11.567-.111 1.5 1.5 0 01-.577.111h.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgEmotionFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgEntryLost(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 10.34c0 .55.45 1 1 1s1-.45 1-1v-.65c0-.8-.31-1.55-.88-2.12l-4.83-4.83c-.57-.57-1.32-.88-2.12-.88H8c-2.21 0-4 1.79-4 4v12c0 2.21 1.79 4 4 4h4.95c.55 0 1-.45 1-1s-.45-1-1-1H8c-1.1 0-2-.9-2-2v-12c0-1.1.9-2 2-2h4v4c0 1.1.9 2 2 2h4v.48zm-4-5.06l2.59 2.59H14V5.28zm-6 7.58c0-.55.45-1 1-1h4.95c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.44-1-1zm0 4c0-.55.45-1 1-1h4c.55 0 1 .45 1 1s-.45 1-1 1H9c-.55 0-1-.44-1-1zm12.06 4.91c0 .6-.49 1.09-1.09 1.09-.6 0-1.09-.49-1.09-1.09 0-.6.49-1.09 1.09-1.09.6 0 1.09.49 1.09 1.09zM22 15.52c0 1.41-.89 2.15-1.53 2.69-.19.16-.37.3-.51.47-.06.07-.1.18-.09.52 0 .49-.39.89-.88.89a.89.89 0 01-.89-.88c0-.52.06-1.12.51-1.66.21-.25.46-.47.74-.7.57-.48.9-.78.9-1.34 0-.47-.52-1-1.22-1-.62 0-1.24.38-1.24 1.1 0 .49-.4.89-.89.89s-.9-.38-.9-.87c0-1.61 1.32-2.87 3.01-2.87 1.62 0 2.99 1.27 2.99 2.76z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgEntryLost;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgExclamationmark(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 15.5c-.8 0-1.5-.7-1.5-1.5V5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v9c0 .8-.7 1.5-1.5 1.5zm0 2c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgExclamationmark;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgExclamationmarkBalloon(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.5 3h-11c-2.2 0-4 1.8-4 4v12.3c0 .8.4 1.5 1 1.9.3.2.7.3 1 .3.5 0 1.1-.2 1.5-.6l1.5-1.6c.2-.2.5-.3.7-.3h9.3c2.2 0 4-1.8 4-4V7c0-2.2-1.8-4-4-4zm2 11.9c0 1.1-.9 2-2 2h-10c-.4 0-.8.2-1.1.5l-1.9 2.1V7c0-1.1.9-2 2-2h11c1.1 0 2 .9 2 2v7.9zm-6.3-7.1v3.3c0 .7-.6 1.2-1.2 1.2s-1.2-.6-1.2-1.2V7.8c0-.7.6-1.2 1.2-1.2s1.2.5 1.2 1.2zm0 6.3c0 .7-.6 1.2-1.2 1.2s-1.2-.6-1.2-1.2c0-.7.6-1.2 1.2-1.2s1.2.5 1.2 1.2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgExclamationmarkBalloon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgExclamationmarkBalloonFill(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.9 4H6C4.5 4 3.2 5.3 3.2 7v13.3c0 .9 1 1.3 1.6.7l2-2c.2-.2.4-.3.7-.3h10.4c1.6 0 2.8-1.3 2.8-3V7c.1-1.7-1.2-3-2.8-3zM12 16.1c-.7 0-1.2-.6-1.2-1.2 0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2-.5 1.2-1.2 1.2zm1.2-4.9c0 .7-.6 1.2-1.2 1.2s-1.2-.6-1.2-1.2V7.8c0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2v3.4z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgExclamationmarkBalloonFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgExclamationmarkBold(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 15.8c-1 0-1.8-.8-1.8-1.8V5c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8v9c0 1-.8 1.8-1.8 1.8zm0 1.7c-1 0-1.8.8-1.8 1.8S11 21 12 21s1.8-.8 1.8-1.8-.8-1.7-1.8-1.7z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgExclamationmarkBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgExclamationmarkCircle(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 8zm1.25-12.5V13a1.25 1.25 0 01-2.5 0V7.5a1.25 1.25 0 012.5 0zm0 8.75a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgExclamationmarkCircle;
|