@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 SvgExclamationmarkCircleFill(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 16a1.25 1.25 0 110-2.5 1.25 1.25 0 010 2.5zm1.25-5.5a1.25 1.25 0 01-2.5 0V7a1.25 1.25 0 012.5 0v5.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgExclamationmarkCircleFill;
|
package/Icon/Expand.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgExpand(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 4c0 .55-.45 1-1 1H5v4c0 .55-.45 1-1 1s-1-.45-1-1V5c0-1.1.9-2 2-2h4c.55 0 1 .45 1 1zm10 10c-.55 0-1 .45-1 1v4h-4c-.55 0-1 .45-1 1s.45 1 1 1h4c1.1 0 2-.9 2-2v-4c0-.55-.45-1-1-1zM19 3h-4c-.55 0-1 .45-1 1s.45 1 1 1h2.59l-3.2 3.2a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29l3.2-3.2V9c0 .55.45 1 1 1s1-.45 1-1V5C21 3.9 20.1 3 19 3zM9.71 14.29a.996.996 0 00-1.41 0L5 17.59V15c0-.55-.45-1-1-1s-1 .45-1 1v4c0 1.1.9 2 2 2h4c.55 0 1-.45 1-1s-.45-1-1-1H6.41l3.29-3.29c.4-.39.4-1.03.01-1.42z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgExpand;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgExpandExit(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.05 4c0 .55-.45 1-1 1h-4v4c0 .55-.45 1-1 1s-1-.45-1-1V5c0-1.1.9-2 2-2h4c.55 0 1 .45 1 1zm10 10c-.55 0-1 .45-1 1v4h-4c-.55 0-1 .45-1 1s.45 1 1 1h4c1.1 0 2-.9 2-2v-4c0-.55-.45-1-1-1zm-4-4h4c.55 0 1-.45 1-1s-.45-1-1-1h-2.59l2.78-2.78a.996.996 0 10-1.41-1.41l-2.78 2.78V4c0-.55-.45-1-1-1s-1 .45-1 1v4c0 1.1.9 2 2 2zm-8 4h-4c-.55 0-1 .45-1 1s.45 1 1 1h2.59l-2.89 2.89a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29l2.89-2.89V20c0 .55.45 1 1 1s1-.45 1-1v-4c-.01-1.1-.91-2-2.01-2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgExpandExit;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFacebook(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: "M22 12c0 4.99-3.66 9.13-8.44 9.88v-6.99h2.33l.45-2.89h-2.77v-1.88c0-.79.39-1.56 1.63-1.56h1.26V6.1s-1.14-.2-2.24-.2c-2.28 0-3.78 1.38-3.78 3.89V12H7.9v2.89h2.54v6.99C5.66 21.13 2 16.99 2 12 2 6.48 6.48 2 12 2s10 4.48 10 10z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFacebook;
|
package/Icon/File.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFile(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.8 7.4l-4.2-4.2c-.8-.8-1.8-1.2-2.8-1.2H8C5.8 2 4 3.8 4 6v12c0 2.2 1.8 4 4 4h8c2.2 0 4-1.8 4-4v-7.8c0-1-.4-2-1.2-2.8zm-5.3-2.5l3.6 3.6h-3.6V4.9zM18 18c0 1.1-.9 2-2 2H8c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3.5v4.5c0 1.1.9 2 2 2H18V18z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFile;
|
package/Icon/FileAdd.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFileAdd(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.5 10.5H18v.71c0 .55.45 1 1 1s1-.45 1-1v-.97c0-1.05-.43-2.08-1.17-2.83l-4.24-4.24A4.021 4.021 0 0011.76 2H8C5.79 2 4 3.79 4 6v12c0 2.21 1.79 4 4 4h4c.55 0 1-.45 1-1s-.45-1-1-1H8c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3.5v4.5c0 1.1.9 2 2 2zm0-5.59l3.59 3.59H13.5V4.91zM23 18.5c0 .55-.45 1-1 1h-2.5V22c0 .55-.45 1-1 1s-1-.45-1-1v-2.5H15c-.55 0-1-.45-1-1s.45-1 1-1h2.5V15c0-.55.45-1 1-1s1 .45 1 1v2.5H22c.55 0 1 .45 1 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFileAdd;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFileAddFill(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 18.5c0-3.6 2.9-6.5 6.5-6.5.5 0 1 .1 1.5.2V9.8c0-.8-.3-1.6-.9-2.1l-4.8-4.8c-.6-.6-1.3-.9-2.1-.9H7C5.3 2 4 3.3 4 5v14c0 1.7 1.3 3 3 3h6c-.6-1-1-2.2-1-3.5zm0-13.3c0-.4.5-.7.9-.4l4.3 4.3c.3.3.1.9-.4.9H13c-.6 0-1-.4-1-1V5.2zm6.5 8.3c-2.8 0-5 2.2-5 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm2.5 5.7h-1.8V21c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-1.8H16c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h1.8V16c0-.4.3-.8.8-.8s.8.3.8.8v1.8H21c.4 0 .8.3.8.8s-.4.6-.8.6z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFileAddFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFileCircle(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 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zm1.6-13.1c-.3-.3-.7-.4-1.1-.4H10c-.8 0-1.5.7-1.5 1.5v7c0 .8.7 1.5 1.5 1.5h5c.8 0 1.5-.7 1.5-1.5v-4.6c0-.4-.2-.8-.4-1.1l-2.5-2.4zm1.3 3.6H13c-.3 0-.5-.2-.5-.5V8.1c0-.2.3-.3.4-.2L15 10c.2.2.1.5-.1.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFileCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFileCircleFill(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.3 9.9c.2.2.1.5-.2.5H13c-.3 0-.5-.2-.5-.5V7.8c0-.2.3-.4.5-.2l2.3 2.3zM22 12c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10zm-5.1-1.7c0-.4-.2-.9-.5-1.2l-2.7-2.7c-.2-.2-.7-.4-1.1-.4H9.8c-1 0-1.7.7-1.7 1.6v7.7c0 .9.7 1.7 1.7 1.7h5.5c.9 0 1.7-.7 1.7-1.7v-5h-.1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFileCircleFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFileFill(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.1 7.7l-4.8-4.8c-.6-.6-1.3-.9-2.1-.9H7C5.3 2 4 3.3 4 5v14c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3V9.8c0-.8-.3-1.5-.9-2.1zM16.8 10H13c-.6 0-1-.4-1-1V5.2c0-.4.5-.7.9-.4l4.3 4.3c.3.4 0 .9-.4.9z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFileFill;
|
package/Icon/Filter.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFilter(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 5.5c0-.05.02-.09.03-.14A2.49 2.49 0 015.51 3c1.02 0 1.9.62 2.29 1.5H20c.55 0 1 .45 1 1s-.45 1-1 1H7.8a2.49 2.49 0 01-4.77-.86C3.02 5.59 3 5.55 3 5.5zM4 13h12.23c.39.88 1.26 1.5 2.29 1.5a2.5 2.5 0 000-5c-1.02 0-1.9.62-2.29 1.5H4c-.55 0-1 .45-1 1s.45 1 1 1zm16 4.5H7.8c-.38-.88-1.26-1.5-2.29-1.5-1.33 0-2.41 1.05-2.49 2.36 0 .05-.02.09-.02.14 0 .05.02.09.03.14A2.49 2.49 0 005.51 21c1.02 0 1.9-.62 2.29-1.5H20c.55 0 1-.45 1-1s-.45-1-1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFilter;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFilterCheck(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 5.5c0 .55-.45 1-1 1H7.8C7.42 7.38 6.54 8 5.51 8a2.5 2.5 0 010-5c1.02 0 1.9.62 2.29 1.5H20c.55 0 1 .45 1 1zm-2.49 4c-1.03 0-1.9.62-2.29 1.5H4c-.55 0-1 .45-1 1s.45 1 1 1h12.23c.39.88 1.26 1.5 2.29 1.5a2.5 2.5 0 002.5-2.5 2.516 2.516 0 00-2.51-2.5zm-8.91 8H7.8c-.38-.88-1.26-1.5-2.29-1.5a2.5 2.5 0 000 5c1.02 0 1.9-.62 2.29-1.5h1.8c.55 0 1-.45 1-1s-.45-1-1-1zm7.52 4.81l5.59-5.59a.996.996 0 10-1.41-1.41l-4.88 4.88-2.36-2.35c-.39-.39-1.03-.39-1.42 0-.39.39-.39 1.03 0 1.42l3.06 3.05c.2.19.45.29.71.29.26 0 .51-.1.71-.29z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFilterCheck;
|
package/Icon/Fit.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFit(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.58 10.94L18.4 7.76a.996.996 0 10-1.41 1.41L18.82 11H5.18L7 9.18a.996.996 0 10-1.41-1.41l-3.18 3.18c-.58.58-.58 1.54 0 2.12l3.18 3.18c.2.2.45.29.71.29.26 0 .51-.1.71-.29a.996.996 0 000-1.41L5.18 13h13.63l-1.82 1.82a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29l3.18-3.18c.58-.57.58-1.53-.01-2.11z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFit;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFlagFill(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.63 4v16c0 .55-.45 1-1 1s-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1zm12 3.93l-8.54-3.97c-.13-.06-.26-.08-.38-.09-.01 0-.03-.01-.04-.01-.01 0-.02.01-.03.01-.11 0-.22.03-.33.07l-.06.03c-.09.03-.18.08-.25.15-.01.01-.03.02-.04.03-.08.08-.14.18-.19.28-.01.02-.02.05-.03.07-.04.11-.08.23-.08.36v7.95c0 .13.03.25.07.36.01.02.02.05.03.07.05.1.11.2.19.27.01.01.03.02.04.03.08.07.16.12.25.16l.06.03c.1.04.21.06.33.06.01 0 .02.01.03.01.01 0 .03-.01.04-.01.13-.01.26-.03.38-.09l8.54-3.97c.78-.35.78-1.44.01-1.8z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFlagFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFlagRanking(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: "M3 5.5v13h14l4-13H3zm10.2 9.69H7.89a.3.3 0 01-.3-.3c0-.17.13-.3.3-.3h5.31c.16 0 .3.13.3.3a.3.3 0 01-.3.3zm.3-4.43v2.85c0 .22-.18.39-.39.39H7.98a.39.39 0 01-.39-.39v-2.85c-.33 0-.59-.26-.59-.59 0-.33.26-.59.59-.59.33 0 .59.26.59.59 0 .18-.08.34-.2.44l1.07.96c.2.18.52.11.63-.14l.65-1.59a.691.691 0 01-.47-.65c0-.38.31-.69.69-.69.38 0 .69.31.69.69 0 .3-.2.56-.46.65l.65 1.59c.1.25.42.33.63.14l1.07-.96a.606.606 0 01-.2-.44c0-.33.26-.59.59-.59.33 0 .59.26.59.59-.02.33-.29.59-.61.59z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFlagRanking;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFlagRankingTrim(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 18 13", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("g", { clipPath: "url(#flag_ranking_trim_svg__a)" },
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0v13h14l4-13H0zm10.2 9.69H4.89a.3.3 0 01-.3-.3c0-.17.13-.3.3-.3h5.31c.16 0 .3.13.3.3a.3.3 0 01-.3.3zm.3-4.43v2.85c0 .22-.18.39-.39.39H4.98a.39.39 0 01-.39-.39V5.26C4.26 5.26 4 5 4 4.67c0-.33.26-.59.59-.59.33 0 .59.26.59.59 0 .18-.08.34-.2.44l1.07.96c.2.18.52.11.63-.14l.65-1.59a.697.697 0 01-.48-.65c0-.38.31-.69.69-.69.38 0 .69.31.69.69 0 .3-.2.56-.46.65l.65 1.59c.1.25.42.33.63.14l1.07-.96a.606.606 0 01-.2-.44c0-.33.26-.59.59-.59.33 0 .59.26.59.59-.01.33-.28.59-.6.59z" })),
|
|
6
|
+
React.createElement("defs", null,
|
|
7
|
+
React.createElement("clipPath", { id: "flag_ranking_trim_svg__a" },
|
|
8
|
+
React.createElement("path", { d: "M0 0h18v13H0z" })))));
|
|
9
|
+
}
|
|
10
|
+
export default SvgFlagRankingTrim;
|
package/Icon/Flash.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFlash(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.94 10.93h-3.67c-.28 0-.51-.23-.51-.51v-6.9c0-.48-.61-.7-.91-.32l-7.27 9c-.27.34-.03.84.4.84h3.67c.28 0 .51.23.51.51v6.9c0 .48.61.7.91.32l7.25-9.01a.5.5 0 00-.38-.83z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFlash;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFlashAuto(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.89 20.32l-1.85-4.69c-.2-.51-1.03-.51-1.23 0l-1.85 4.69c-.1.26.02.55.28.65.26.1.55-.02.65-.28l.39-.99h2.29l.39.99c.08.2.27.32.46.32.06 0 .12-.01.18-.04.27-.1.39-.39.29-.65zm-3.21-1.62l.75-1.9.75 1.9h-1.5zm1.27-7.79h-3.67c-.28 0-.51-.23-.51-.51V3.5c0-.48-.61-.7-.91-.32l-7.25 9.01c-.27.34-.03.84.4.84h3.67c.28 0 .51.23.51.51v6.9c0 .48.61.7.91.32l7.25-9.01c.27-.34.03-.84-.4-.84z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFlashAuto;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFlashOff(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.62 20.84c-.15 0-.31-.03-.46-.08-.56-.2-.92-.71-.92-1.3v-5.61H6.47a1.37 1.37 0 01-1.07-2.23l6.33-7.86c.37-.46.97-.63 1.53-.43s.92.71.92 1.3v5.61h2.76c.53 0 1.01.3 1.24.78.23.48.17 1.04-.17 1.46l-6.33 7.86c-.26.32-.65.5-1.06.5zM7.26 12.1h2.36c.76 0 1.38.62 1.38 1.38v4.92l5.17-6.42H13.8c-.76 0-1.38-.62-1.38-1.38V5.68L7.26 12.1zm12.59 8.75c.2-.2.2-.51 0-.71l-3.29-3.29c-.2-.2-.51-.2-.71 0-.2.2-.2.51 0 .71l3.29 3.29c.1.1.23.15.35.15.12 0 .27-.05.36-.15zm-3.29 0l3.29-3.29c.2-.2.2-.51 0-.71-.2-.2-.51-.2-.71 0l-3.29 3.29c-.2.2-.2.51 0 .71.1.1.23.15.35.15.12 0 .26-.05.36-.15z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFlashOff;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFlowervase(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.9 14.802c-.1-.7-.7-1.3-1.5-1.3h-.9v-.5c0-.6-.4-1-1-1s-1 .4-1 1v.5h-.9c-.7 0-1.4.6-1.5 1.3l-.7 4.9c-.1.6.1 1.2.5 1.6.4.4.9.7 1.5.7h4.2c.6 0 1.1-.3 1.5-.7.4-.4.6-1 .5-1.6l-.7-4.9zm-1.9 5.2h-3c-.3 0-.5-.3-.5-.6l.5-3.5c0-.2.2-.4.5-.4h2c.2 0 .5.2.5.4l.5 3.5c.1.3-.2.6-.5.6zm4.2-10.5c-1.5 0-3 .5-3.9 2.4-.1.3 0 .6.3.6h.1c1.5 0 2-.5 2.8-1.2.2-.2.8-1 1-1.3.1-.2-.1-.5-.3-.5zm-8.1 1.3l.6-.4c.2-.1.4-.1.6 0l.6.4c1.1.8 2.5-.1 2.4-1.4l-.1-.7c0-.2.1-.4.3-.5l.6-.3c1.2-.5 1.2-2.2 0-2.7l-.6-.3c-.2-.1-.4-.3-.3-.5l.1-.7c.1-1.3-1.3-2.1-2.4-1.4l-.6.4c-.2.1-.4.1-.6 0l-.6-.4c-1-.8-2.5.1-2.3 1.4l.1.7c0 .2-.1.4-.3.5l-.7.3c-1.2.5-1.2 2.2 0 2.7l.6.3c.2.1.3.3.3.5v.7c-.2 1.3 1.3 2.1 2.3 1.4zm.9-5.5c.7 0 1.2.6 1.2 1.3 0 .7-.6 1.2-1.2 1.2-.7 0-1.2-.6-1.2-1.2-.1-.8.5-1.3 1.2-1.3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFlowervase;
|
package/Icon/Folder.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFolder(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 20H5c-1.7 0-3-1.3-3-3V7c0-1.7 1.3-3 3-3h5.2c.8 0 1.6.3 2.1.9L13.4 6H19c1.7 0 3 1.3 3 3v8c0 1.7-1.3 3-3 3zM5 6c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V9c0-.6-.4-1-1-1h-5.6c-.5 0-1-.2-1.4-.6l-1.1-1.1c-.2-.2-.5-.3-.7-.3H5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFolder;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFolderFill(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.1 5.7L12 4.6c-.4-.4-.9-.6-1.4-.6H5C3.3 4 2 5.3 2 7v10c0 1.7 1.3 3 3 3h14c1.7 0 3-1.3 3-3V9c0-1.7-1.3-3-3-3h-5.2c-.2 0-.5-.1-.7-.3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFolderFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFolderTwo(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 5.1l-4.74-.02-1.33-1A2.39 2.39 0 0012 3.6H7.5c-1.31 0-2.38 1.07-2.38 2.38V7.6H4.5c-1.31 0-2.38 1.07-2.38 2.38v8c0 1.31 1.07 2.38 2.38 2.38h12c1.31 0 2.38-1.07 2.38-2.38v-1.62h.62c1.31 0 2.38-1.07 2.38-2.38v-6.5c0-1.31-1.07-2.38-2.38-2.38zm-2.38 12.88c0 .34-.28.62-.62.62h-12c-.34 0-.62-.28-.62-.62v-8c0-.34.28-.62.62-.62H9c.13 0 .27.04.38.12l1.33 1c.32.24.72.38 1.12.38h4.67c.34 0 .62.28.62.62v6.5zm3-4c0 .34-.28.62-.62.62h-.62v-3.12c0-1.31-1.07-2.38-2.38-2.38l-4.74-.02-1.33-1A2.39 2.39 0 009 7.6H6.88V5.98c0-.34.28-.62.62-.62H12c.13 0 .27.04.38.12l1.33 1c.32.24.72.38 1.12.38h4.67c.34 0 .62.28.62.62v6.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFolderTwo;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFolderTwoFill(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 7.57v7.59c0 .9-.6 1.66-1.42 1.9V9.03c0-1.1-.9-2-2-2h-4.95c-.1 0-.2-.04-.27-.11l-1.14-1.14c-.26-.26-.61-.4-.97-.4H5.23c.24-.84 1-1.46 1.92-1.46h5.22c.36 0 .71.14.97.4l1.14 1.14c.07.07.17.11.27.11h4.95a2 2 0 012 2zm-4.84.92h-4.9a.47.47 0 01-.35-.15l-1.07-1.07c-.29-.27-.67-.43-1.07-.43H4.3c-1.1 0-2 .9-2 2v9.25c0 1.1.9 2 2 2h12.56c1.1 0 2-.9 2-2V10.5c0-1.11-.9-2.01-2-2.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFolderTwoFill;
|
package/Icon/Font.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFont(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.61 18.93L13.86 4.35c-.3-.77-1.03-1.26-1.86-1.26-.83 0-1.56.5-1.86 1.27L4.39 18.93c-.3.77.07 1.64.84 1.95a1.511 1.511 0 001.95-.85l1.23-3.11h7.19l1.23 3.11c.3.77 1.18 1.15 1.95.85.75-.31 1.13-1.18.83-1.95zM9.59 13.92L12 7.81l2.41 6.11H9.59z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFont;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgFontstyle(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.03 14.54L9.77 3.76c-.21-.53-.71-.87-1.27-.87-.57 0-1.07.34-1.27.87L2.97 14.54c-.2.51.05 1.09.56 1.3.12.05.25.07.37.07.4 0 .78-.24.93-.63l.93-2.37h5.47l.93 2.37c.2.51.78.76 1.3.56a1 1 0 00.57-1.3zm-7.48-3.63L8.5 5.98l1.94 4.93H6.55zM21 20.04l-2.72-6.89a.986.986 0 00-.92-.63c-.41 0-.77.25-.92.62l-2.72 6.89c-.15.39.04.82.42.97.39.15.82-.04.97-.42l.57-1.44h3.34l.57 1.44c.12.29.4.47.7.47.09 0 .18-.02.28-.05.39-.14.58-.58.43-.96zm-4.72-2.4l1.08-2.74 1.08 2.74h-2.16z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgFontstyle;
|
package/Icon/Game.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGame(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.2 12.1c0 .8-.6 1.4-1.4 1.4-.8 0-1.4-.6-1.4-1.4 0-.8.6-1.4 1.4-1.4.8 0 1.4.7 1.4 1.4zM17.6 8c-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4.8 0 1.4-.7 1.4-1.4S18.4 8 17.6 8zm-7 1.6H8.9V7.9c0-.2-.2-.4-.4-.4h-.9c-.2 0-.4.2-.4.4v1.7H5.4c-.2 0-.4.2-.4.5v.9c0 .2.2.4.4.4h1.7v1.7c0 .2.2.4.4.4h.9c.2 0 .4-.2.4-.4v-1.7h1.7c.2 0 .4-.2.4-.4v-.9c.1-.3-.1-.5-.3-.5zm12.1 5.7c.1 1.5-.6 2.9-1.9 3.7-.6.4-1.4.6-2.1.6-.7 0-1.4-.2-2.1-.6L13 16.8c-.6-.4-1.4-.4-2.1 0L7.3 19c-1.3.8-2.9.8-4.1 0-1.3-.8-2-2.2-1.9-3.7l.5-7.8c.1-1.2.6-2.2 1.6-3 .9-.7 2.1-1 3.3-.7 3.5.8 7.2.8 10.7 0 1.1-.3 2.3 0 3.3.7.9.7 1.5 1.8 1.6 3l.4 7.8zm-2 .1l-.5-7.8c0-.6-.3-1.1-.8-1.5-.5-.4-1.1-.5-1.6-.4-3.8.9-7.8.9-11.6 0-.6-.1-1.2 0-1.6.4-.5.4-.8.9-.8 1.5l-.5 7.8c0 .8.3 1.4 1 1.8.6.4 1.4.4 2.1 0L10 15c.6-.4 1.3-.6 2.1-.6s1.4.2 2.1.6l3.6 2.2c.6.4 1.4.4 2.1 0 .5-.4.8-1.1.8-1.8z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGame;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGameFill(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: "M22.2 7.5c-.1-2.5-2.5-4.2-4.9-3.7-3.5.8-7.2.8-10.7 0C4.3 3.3 1.9 5 1.8 7.5l-.6 9.7c-.1 2.4 2.5 4 4.5 2.7l4.7-2.8c1-.6 2.1-.6 3.1 0l4.7 2.8c2.1 1.2 4.7-.3 4.5-2.7l-.5-9.7zm-11 3.5c0 .3-.2.5-.5.5H9v1.8c0 .3-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-1.8H5.2c-.3 0-.5-.2-.5-.5v-1c0-.3.2-.5.5-.5H7V7.7c0-.3.2-.5.5-.5h1c.3 0 .5.3.5.5v1.8h1.8c.3 0 .5.2.5.5v1h-.1zm4.3 2.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.5zm3-3c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5S20 8.2 20 9s-.7 1.5-1.5 1.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGameFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGameKantan(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.85 13.62c0 .76-.62 1.38-1.38 1.38-.76 0-1.38-.62-1.38-1.38 0-.76.62-1.38 1.38-1.38.76.01 1.38.63 1.38 1.38zm1.37-4.12c-.76 0-1.38.62-1.38 1.38 0 .76.62 1.38 1.38 1.38.76 0 1.38-.62 1.38-1.38 0-.76-.62-1.38-1.38-1.38zm-6.15 1.64H9.36V9.43c0-.24-.19-.43-.43-.43h-.86c-.24 0-.43.19-.43.43v1.71H5.93c-.24 0-.43.19-.43.43v.86c0 .24.19.43.43.43h1.71v1.71c0 .24.19.43.43.43h.86c.24 0 .43-.19.43-.43v-1.71h1.71c.24 0 .43-.19.43-.43v-.86c0-.24-.19-.43-.43-.43zM22 12c0 3.5-2.85 6.35-6.35 6.35h-7.3C4.85 18.35 2 15.5 2 12c0-3.5 2.85-6.35 6.35-6.35h7.3C19.15 5.65 22 8.5 22 12zm-2 0c0-2.4-1.95-4.35-4.35-4.35h-7.3C5.95 7.65 4 9.6 4 12c0 2.4 1.95 4.35 4.35 4.35h7.3c2.4 0 4.35-1.95 4.35-4.35z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGameKantan;
|
package/Icon/Gear.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGear(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.88c-2.14 0-3.88-1.74-3.88-3.88 0-2.14 1.74-3.88 3.88-3.88 2.14 0 3.88 1.74 3.88 3.88 0 2.14-1.74 3.88-3.88 3.88zm0-6a2.121 2.121 0 000 4.24 2.121 2.121 0 000-4.24zm1.08 12.09h-2.16c-.93 0-1.73-.7-1.86-1.62l-.16-1.14a7.55 7.55 0 01-1.6-.94l-1.07.44c-.86.35-1.86.01-2.33-.8l-1.08-1.87c-.47-.81-.26-1.85.47-2.42l.93-.73c-.03-.29-.05-.59-.05-.89 0-.3.02-.6.06-.91l-.93-.72c-.74-.58-.94-1.62-.48-2.42L3.9 6.08c.47-.81 1.47-1.15 2.33-.8l1.08.44c.49-.37 1.03-.68 1.59-.93l.16-1.15c.13-.92.93-1.62 1.86-1.62h2.16c.93 0 1.73.7 1.86 1.62l.15 1.1c.59.25 1.15.57 1.67.95l1.02-.42c.86-.35 1.87-.01 2.33.8l1.08 1.87c.47.81.26 1.85-.47 2.42l-.84.65a8.22 8.22 0 010 1.97l.84.65c.74.57.94 1.61.47 2.42l-1.08 1.87c-.47.81-1.47 1.15-2.33.8l-1.01-.41c-.52.39-1.08.71-1.67.96l-.15 1.09c-.14.92-.94 1.61-1.87 1.61zm-5.46-5.71l.41.35c.58.5 1.24.89 1.97 1.15l.5.18.3 2.17c.01.06.06.11.12.11h2.16c.06 0 .12-.05.12-.11l.29-2.14.51-.17c.75-.25 1.43-.64 2.03-1.16l.41-.35 1.98.81c.06.03.12 0 .15-.05l1.08-1.87c.03-.05.02-.12-.03-.16l-1.68-1.3.1-.53c.08-.4.12-.79.12-1.18 0-.39-.04-.79-.12-1.19l-.1-.53 1.68-1.3c.05-.04.06-.11.03-.16l-1.08-1.87c-.03-.05-.1-.08-.16-.05l-1.99.81-.41-.35c-.6-.51-1.28-.9-2.03-1.16l-.48-.18-.3-2.15c-.01-.06-.06-.11-.12-.11h-2.16c-.06 0-.12.04-.12.11l-.3 2.18-.5.18c-.73.26-1.39.64-1.96 1.15l-.41.35-2.06-.84c-.06-.02-.12 0-.16.05L4.34 8.82c-.03.06-.02.12.03.16l1.76 1.37-.1.53c-.07.38-.11.76-.11 1.12 0 .36.04.73.11 1.12l.1.52-1.76 1.37c-.05.04-.06.11-.03.16l1.08 1.87c.03.05.1.08.16.05l2.04-.83z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGear;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGearFill(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.4 13.15c.06-.38.1-.76.1-1.15 0-.39-.04-.77-.1-1.15l1.44-1.11c.39-.31.5-.86.25-1.29L19.62 5.9c-.25-.43-.78-.61-1.24-.43l-1.68.69c-.6-.48-1.27-.87-2-1.15l-.25-1.8c-.07-.49-.49-.86-.99-.86h-2.94c-.5 0-.92.37-.99.86l-.25 1.8c-.73.28-1.4.67-2 1.15l-1.66-.68a.996.996 0 00-1.24.42L2.91 8.45c-.25.43-.14.98.25 1.29l1.44 1.11c-.06.38-.1.76-.1 1.15 0 .39.04.77.1 1.15l-1.44 1.11c-.39.31-.5.86-.25 1.29l1.47 2.54c.25.43.78.61 1.24.43l1.68-.68c.6.48 1.27.87 2 1.15l.25 1.8c.07.49.49.86.99.86h2.94c.5 0 .92-.37.99-.86l.25-1.8c.73-.28 1.4-.67 2-1.15l1.68.68c.46.19.99.01 1.24-.43l1.47-2.54c.25-.43.14-.98-.25-1.29l-1.46-1.11zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGearFill;
|
package/Icon/Genre.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGenre(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: "M8.13 13.46a.453.453 0 01.26-.78l2.26-.27.92-2.14c.16-.37.68-.37.84 0l.92 2.14 2.26.27c.38.05.54.52.26.78l-1.69 1.64.45 2.35c.08.39-.34.68-.68.48l-1.94-1.16-1.94 1.16c-.34.2-.76-.09-.68-.48l.45-2.35-1.69-1.64zm11.86-8.47v14.02c0 1.66-1.34 3-3 3h-10c-1.66 0-3-1.34-3-3V4.99c0-1.66 1.34-3 3-3h10c1.66 0 3 1.34 3 3zm-2 3h-12v11.02c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V7.99z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGenre;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGenreAdd(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.93 21c0 .55-.45 1-1 1H7c-1.65 0-3-1.35-3-3V4.98c0-1.66 1.34-3 3-3h10c1.66 0 3 1.34 3 3v7.83c0 .55-.45 1-1 1s-1-.45-1-1V7.98H6V19c0 .55.45 1 1 1h5.93c.55 0 1 .45 1 1zm1.92-7.55c.28-.27.12-.74-.26-.78l-2.26-.27-.92-2.14a.457.457 0 00-.84 0l-.92 2.14-2.26.27c-.38.05-.54.52-.26.78l1.69 1.64-.45 2.35c-.08.39.34.68.68.48l1.94-1.16 1.94 1.16c.34.2.76-.09.68-.48l-.45-2.35 1.69-1.64zM22 18.3h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGenreAdd;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGenreDone(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: "M11.15 20H7c-.55 0-1-.45-1-1V7.98h12v6.97c0 .55.45 1 1 1s1-.45 1-1V4.98c0-1.66-1.34-3-3-3H7c-1.66 0-3 1.34-3 3V19c0 1.65 1.35 3 3 3h4.15c.55 0 1-.45 1-1s-.44-1-1-1zm4.44-7.34l-2.26-.27-.92-2.14a.457.457 0 00-.84 0l-.92 2.14-2.26.27c-.38.05-.54.52-.26.78l1.69 1.64-.45 2.35c-.08.39.34.68.68.48l1.94-1.16 1.94 1.16c.34.2.76-.09.68-.48l-.45-2.35 1.69-1.64c.28-.26.12-.73-.26-.78zm4.75 4.77c.4-.39 1.03-.39 1.42 0 .39.39.39 1.02.01 1.42l-4.05 4.04c-.2.19-.45.29-.71.29-.25 0-.5-.1-.7-.29l-2.17-2.14a.996.996 0 01-.01-1.41.996.996 0 011.41-.01L17 20.77l3.34-3.34z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGenreDone;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGraphBar(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: "M7 15v4c0 1.1-.9 2-2 2s-2-.9-2-2v-4c0-1.1.9-2 2-2s2 .9 2 2zm5-12c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2s2-.9 2-2V5c0-1.1-.9-2-2-2zm7 6c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2s2-.9 2-2v-8c0-1.1-.9-2-2-2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGraphBar;
|
package/Icon/Gruppo.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgGruppo(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.53 18.02c-.09-.09-.9-1.44-3.03-2.52a5.816 5.816 0 002.46-4.78c0-3.2-2.51-5.72-5.56-5.72-.83 0-1.58.19-2.29.53-.69-.34-1.47-.53-2.3-.53-3.05 0-5.46 2.53-5.46 5.74 0 2 .89 3.7 2.37 4.77-2.14 1.1-3.04 2.41-3.1 2.52-.15.27-.17.53-.04.76.15.26.35.39.66.39H19.9c.28 0 .53-.16.66-.39.15-.27.13-.54-.03-.77zM6.75 9.22c0-.48.39-.88.88-.88.48 0 .88.39.88.88 0 .48-.39.88-.88.88s-.88-.4-.88-.88zm5.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-.22.47-.28.7-.12.22.16.27.47.11.7zm-.04-2.29c-.49 0-.88-.4-.88-.88s.39-.88.88-.88c.48 0 .88.39.88.88-.01.48-.4.88-.88.88zm3.62 7.46c-.44-.66-1.12-1.29-2.59-2.06a5.816 5.816 0 002.46-4.78c0-1.63-.6-3.03-1.61-4.09.09-.05.3-.07.64-.07 2.13 0 3.85 1.88 3.85 4.16 0 1.36-.62 2.64-1.75 3.42-.48.33-.76.9-.71 1.49.05.57.7.77 1.19 1.05.59.33 1.28.53 1.63.89H15.5v-.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgGruppo;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgHandWaveFill(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.99 9.5v6.99c0 1.07-.31 2.08-.84 2.92A5.499 5.499 0 0115.48 22h-.22c-.12 0-.25 0-.37-.02-.03 0-.07 0-.1-.01v.01c-.1.02-.2.02-.3.02-2.07 0-3.94-.84-5.3-2.2L5.8 16.41c-.49-.49-.49-1.28 0-1.76a1.25 1.25 0 011.2-.33c.21.05.41.16.57.33l1.53 1.53.07.07c.09.07.2.11.32.11.28 0 .5-.22.5-.5V9c0-.27.11-.52.28-.7.01-.01.02-.02.03-.02.11-.1.23-.18.37-.22.1-.04.21-.06.32-.06.55 0 1 .45 1 1v4.5c0 .28.22.5.5.5s.5-.22.5-.5v-6c0-.46.31-.84.73-.96h.01c.08-.03.17-.04.26-.04.06 0 .12.01.17.02h.03c.46.09.8.5.8.98v6.05c.03.24.21.42.45.45h.05c.27 0 .48-.2.5-.47V7.5c0-.3.14-.57.35-.76a1 1 0 011.64.63c.01.04.01.09.01.13v6c0 .28.22.5.5.5h.05a.5.5 0 00.45-.5v-4c0-.29.12-.55.32-.73.18-.17.42-.27.68-.27.55 0 1 .45 1 1zM7.88 9.22c.36-.69.97-1.2 1.71-1.43.4-.12.62-.55.49-.94a.741.741 0 00-.94-.49 4.385 4.385 0 00-2.59 2.17.75.75 0 00.32 1.01c.11.05.23.08.35.08.27 0 .53-.14.66-.4zm-2.65-.98c.82-1.56 2.19-2.7 3.87-3.23.4-.12.61-.55.49-.94a.745.745 0 00-.94-.49A8.032 8.032 0 003.9 7.55c-.19.37-.04.82.32 1.01.11.06.23.08.35.08.27.01.53-.14.66-.4z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgHandWaveFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgHatenabookmark(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.09 13.03c.2.14.3.37.3.72s-.11.53-.33.66c-.22.13-.59.2-1.12.2h-.78v-1.78h.81c.55 0 .92.07 1.12.2zm-.35-1.85c.2-.12.31-.32.31-.63s-.09-.52-.28-.65c-.19-.12-.56-.19-1.12-.19h-.49v1.64h.44c.56.01.93-.04 1.14-.17zM21 6.67v10.66c0 2.03-1.64 3.67-3.67 3.67H6.67C4.64 21 3 19.36 3 17.33V6.67C3 4.64 4.64 3 6.67 3h10.66C19.36 3 21 4.64 21 6.67zm-6.03 6.7h1.8V7.91h-1.8v5.46zm-1.47.38c0-.61-.16-1.09-.49-1.46-.33-.36-.78-.57-1.36-.61.52-.14.89-.35 1.13-.62.24-.28.35-.64.35-1.11.01-.34-.08-.68-.24-.98-.16-.28-.4-.52-.69-.67-.25-.14-.57-.24-.93-.3-.37-.06-1.01-.09-1.93-.09H7.09v8.18H9.4c.93 0 1.6-.03 2.01-.09.41-.06.75-.17 1.03-.32.33-.17.61-.44.79-.77.18-.34.27-.72.27-1.16zm3.41 1.31a1.04 1.04 0 10-2.078-.002 1.04 1.04 0 002.078.002z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgHatenabookmark;
|
package/Icon/Heart.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgHeart(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 22.06c-.92 0-1.85-.32-2.6-.97L7 19.03a21.32 21.32 0 01-4.59-5.55 7.81 7.81 0 01.62-8.7C4.18 3.3 5.97 2.5 7.87 2.58c1.62.08 3.12.85 4.13 2.1a5.73 5.73 0 014.14-2.12c1.87-.1 3.68.72 4.83 2.2 1.96 2.52 2.2 5.94.62 8.71-1.2 2.11-2.75 3.97-4.59 5.55l-2.4 2.06c-.75.65-1.68.98-2.6.98zM7.54 4.56c-1.16 0-2.22.51-2.94 1.44a5.812 5.812 0 00-.46 6.48c1.09 1.91 2.49 3.6 4.15 5.02l2.41 2.06c.75.65 1.85.65 2.6 0l2.41-2.06c1.67-1.43 3.06-3.12 4.15-5.02 1.18-2.06 1-4.61-.46-6.48a3.645 3.645 0 00-3.15-1.44c-1.24.07-2.32.71-2.97 1.77-.55.89-2 .89-2.55 0a3.673 3.673 0 00-2.97-1.77h-.22z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgHeart;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgHeartFill(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.05 20.33l-2.4-2.06c-1.75-1.5-3.23-3.29-4.37-5.29a6.844 6.844 0 01.53-7.6c2.03-2.6 6.03-2.38 7.76.43.2.32.66.32.85 0 1.73-2.81 5.73-3.03 7.76-.42 1.7 2.19 1.91 5.19.54 7.59-1.14 2-2.62 3.79-4.37 5.29l-2.4 2.06a3 3 0 01-3.9 0z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgHeartFill;
|
package/Icon/History.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgHistory(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.82zM19.34 17.6c-1.81-.8-3.88-.8-5.69 0l-1.65.74-1.66-.74c-.9-.4-1.87-.6-2.84-.6-.97 0-1.94.2-2.84.6l-.66.29V6.08l1.47-.65c1.29-.57 2.77-.57 4.06 0l1.66.74c.52.23 1.11.23 1.63 0l1.66-.74c1.29-.57 2.77-.57 4.06 0l1.46.65v11.81l-.66-.29zm-7.37-9.67c-2.22 0-4.03 1.81-4.03 4.03s1.81 4.03 4.03 4.03S16 14.19 16 11.97a4.04 4.04 0 00-4.03-4.04zm2.21 4.54h-1.82c-.5 0-.91-.41-.91-.91V9.75c0-.28.23-.5.5-.5s.5.23.5.5v1.71h1.71c.28 0 .5.23.5.5.03.28-.2.51-.48.51z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgHistory;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgHomeFill(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.756 10.925l-7.7-7.1c-1.1-1.1-2.9-1.1-4.1 0l-7.7 7.1c-1.6 1.5-.5 4.4 1.8 4.4v3c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3v-3c2.3 0 3.4-2.9 1.7-4.4zm-9.7 5.9c-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 SvgHomeFill;
|
package/Icon/Hot.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgHot(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.93 9.06v5.91c0 .13 0 .22-.02.29-.07.28-.32.48-.63.48-.3 0-.56-.21-.63-.48-.01-.07-.02-.15-.02-.29v-1.89c0-.28-.1-.42-.43-.42H3.82c-.19 0-.38-.01-.54-.08v2.4c0 .13 0 .22-.02.29-.07.28-.32.48-.63.48-.3 0-.56-.21-.63-.48-.01-.07-.02-.15-.02-.29V9.07c0-.12.01-.22.02-.28.07-.28.33-.49.63-.49.31 0 .56.22.63.49.02.06.02.15.02.28v1.89c0 .28.11.42.44.42H5.1c.19 0 .39.02.54.08v-2.4c0-.12.01-.22.02-.28.07-.28.33-.49.63-.49.31 0 .56.22.63.49.01.07.01.16.01.28zm6.38 2.26v1.41c0 .56-.02 1.01-.19 1.41-.37.95-1.3 1.61-2.38 1.61-1.07 0-1.99-.67-2.36-1.61-.16-.4-.19-.85-.19-1.41v-1.41c0-.54.02-1 .19-1.41.37-.95 1.29-1.61 2.36-1.61 1.08 0 2.01.67 2.38 1.61.17.41.19.86.19 1.41zm-1.29-.19c0-.26-.01-.51-.06-.68-.18-.5-.64-.86-1.2-.86-.55 0-1.03.36-1.19.86-.05.16-.06.42-.06.68v1.79c0 .25.01.51.06.68.16.49.64.86 1.19.86.57 0 1.03-.37 1.2-.86.05-.16.06-.43.06-.68v-1.79zm7.2-2.14c0 .36-.29.65-.64.65h-1.37v5.44c0 .36-.29.65-.65.65-.36 0-.65-.29-.65-.65V9.64h-1.37c-.35 0-.65-.29-.65-.65 0-.35.3-.64.65-.64h4.03c.36 0 .65.29.65.64zm2.63 6.07c0 .37-.3.67-.68.67-.37 0-.68-.3-.68-.67 0-.38.31-.68.68-.68.39 0 .68.3.68.68zm-1.27-1.73c-.01-.06-.01-.14-.01-.27V9c0-.11 0-.19.01-.26.07-.27.31-.47.6-.47s.52.21.6.47c.02.06.02.14.02.26v4.06c0 .12 0 .21-.02.27-.07.27-.31.46-.6.46s-.53-.19-.6-.46z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgHot;
|
package/Icon/Htmltag.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgHtmltag(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.4 13.41l-5.27 5.27c-.2.2-.45.29-.71.29-.26 0-.51-.1-.71-.29a.996.996 0 010-1.41L19.98 12l-5.27-5.27a.996.996 0 111.41-1.41l5.27 5.27c.79.78.79 2.04.01 2.82zM9.19 5.32a.996.996 0 00-1.41 0l-5.27 5.27c-.78.78-.78 2.05 0 2.83l5.27 5.27c.2.2.45.29.71.29.26 0 .51-.1.71-.29a.996.996 0 000-1.41L3.93 12 9.2 6.73c.38-.39.38-1.02-.01-1.41z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgHtmltag;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgImageAddFill(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: "M5 18c-.55 0-1-.45-1-1v-.21c0-.13.05-.26.15-.35l3.15-3.15a.996.996 0 011.41 0l1.44 1.44c.2.2.51.2.71 0l4.44-4.44a.996.996 0 011.41 0l1.73 1.73c1.37.1 2.6.65 3.56 1.51V7c0-1.66-1.34-3-3-3H5C3.34 4 2 5.34 2 7v10c0 .23.03.45.08.66 0 .01.01.03.01.04.05.2.12.39.21.58v.01A2.992 2.992 0 005 20h7.35c-.22-.63-.35-1.3-.35-2H5zM8 7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm14.5 11c0 .55-.45 1-1 1H19v2.5c0 .55-.45 1-1 1s-1-.45-1-1V19h-2.5c-.55 0-1-.45-1-1s.45-1 1-1H17v-2.5c0-.55.45-1 1-1s1 .45 1 1V17h2.5c.55 0 1 .45 1 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgImageAddFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgImageBanFill(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 18H5c-.55 0-1-.45-1-1v-.21c0-.13.05-.26.15-.35l3.15-3.15a.996.996 0 011.41 0l1.44 1.44c.2.2.51.2.71 0l4.44-4.44a.996.996 0 011.41 0l1.21 1.21H18c1.51 0 2.9.52 4 1.38V7c0-1.66-1.34-3-3-3H5C3.34 4 2 5.34 2 7v10c0 .23.03.45.08.66 0 .01.01.03.01.04.05.2.12.39.21.58v.01A2.992 2.992 0 005 20h6.82a6.3 6.3 0 01-.32-2zM8 7c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm10 6c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 1.5c.69 0 1.34.21 1.88.56l-4.82 4.82c-.35-.54-.56-1.19-.56-1.88 0-1.93 1.57-3.5 3.5-3.5zm0 7c-.69 0-1.34-.21-1.88-.56l4.82-4.82c.35.54.56 1.19.56 1.88 0 1.93-1.57 3.5-3.5 3.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgImageBanFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgImageFill(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 4H5C3.34 4 2 5.34 2 7v10c0 .23.03.45.08.66 0 .01.01.03.01.04.05.2.12.39.21.58v.01A2.992 2.992 0 005 20h14c1.66 0 3-1.34 3-3V7c0-1.66-1.34-3-3-3zm-9 5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm10 8c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-.21c0-.13.05-.26.15-.35l3.15-3.15a.996.996 0 011.41 0l1.44 1.44c.2.2.51.2.71 0l4.44-4.44a.996.996 0 011.41 0l3.15 3.15c.09.09.15.22.15.35V17H20z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgImageFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgImageFillSlash(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.897H9.7l4.3 7.6 1.3-1.3c.4-.4 1-.4 1.4 0l3.2 3.2c.1.1.2.2.2.3v3.2c0 .5-.4 1-1 1h-1.3l1.2 2c1.7 0 3-1.3 3-3v-10c0-1.7-1.3-3-3-3zm-12.1-1.4c-.2-.5-.8-.6-1.3-.4-.5.3-.7.9-.4 1.4l.2.4H5c-1.7 0-3 1.3-3 3v10c0 .2 0 .5.1.7 0 .2.1.4.2.6.5 1 1.5 1.7 2.7 1.7h9.7l.5.9.1.1.3.5c.2.3.5.5.9.5.2 0 .3 0 .5-.1.5-.3.6-.9.4-1.4L6.9 2.497zm2.3 8c-.3.2-.7.4-1.2.4-1.1 0-2-.9-2-2 0-.8.5-1.6 1.3-1.9l1.9 3.5zm-4.2 7.4c-.5 0-1-.5-1-1v-.2c0-.1 0-.3.2-.3l3.1-3.2c.4-.4 1-.4 1.4 0l1.4 1.4c.2.2.5.2.7 0l.5-.5 2.2 3.8H5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgImageFillSlash;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgImageQuestionFill(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 18.01H5c-.55 0-1-.45-1-1v-.21c0-.13.05-.26.15-.35L7.3 13.3a.996.996 0 011.41 0l1.44 1.44c.2.2.51.2.71 0l4.44-4.44a.996.996 0 011.41 0l1.21 1.21H18c1.51 0 2.9.52 4 1.38V7.01c0-1.66-1.34-3-3-3H5c-1.66 0-3 1.34-3 3v10c0 .23.03.45.08.66 0 .01.01.03.01.04.05.2.12.39.21.58v.01A2.992 2.992 0 005 20.01h6.82a6.3 6.3 0 01-.32-2zM8 7.01c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2a2 2 0 012-2zM18.85 21.9a.85.85 0 11-1.699.001.85.85 0 011.699-.001zm-.87-1.26c-.5 0-.9-.4-.9-.9s.05-1.09.5-1.62c.21-.25.46-.46.7-.66.54-.45.83-.71.83-1.22 0-.41-.48-.88-1.09-.88-.55 0-1.11.34-1.11.98 0 .5-.4.9-.9.9s-.9-.4-.9-.9c0-1.56 1.28-2.78 2.91-2.78 1.57 0 2.89 1.23 2.89 2.68 0 1.37-.89 2.11-1.47 2.6-.19.16-.37.31-.48.44-.05.06-.08.15-.08.45 0 .5-.4.91-.9.91z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgImageQuestionFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgInformation(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.01 22c5.51 0 10-4.49 10-10s-4.49-10-10-10-10 4.49-10 10 4.48 10 10 10zm0-18c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8zm-1.25 12.5V11a1.25 1.25 0 012.5 0v5.5a1.25 1.25 0 01-2.5 0zm0-8.75a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgInformation;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgInstagram(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 4.62c2.4 0 2.69.01 3.64.05.88.04 1.35.19 1.67.31.42.16.72.36 1.03.67.31.31.51.61.67 1.03.12.32.27.79.31 1.67.04.95.05 1.23.05 3.64s-.01 2.69-.05 3.64c-.04.88-.19 1.35-.31 1.67-.16.42-.36.72-.67 1.03-.31.31-.61.51-1.03.67-.32.12-.79.27-1.67.31-.95.04-1.23.05-3.64.05s-2.69-.01-3.64-.05c-.88-.04-1.35-.19-1.67-.31-.42-.16-.72-.36-1.03-.67-.31-.31-.51-.61-.67-1.03-.12-.32-.27-.79-.31-1.67-.05-.94-.06-1.23-.06-3.63s.01-2.69.05-3.64c.04-.88.19-1.35.31-1.67.16-.42.36-.72.67-1.03.31-.31.61-.51 1.03-.67.32-.12.79-.27 1.67-.31.96-.05 1.25-.06 3.65-.06zM12 3c-2.44 0-2.75.01-3.71.05-.96.05-1.61.2-2.19.42-.59.23-1.09.54-1.59 1.04s-.81 1-1.04 1.59c-.22.58-.37 1.23-.42 2.19C3.01 9.25 3 9.56 3 12s.01 2.75.05 3.71.2 1.61.42 2.18c.23.59.54 1.09 1.04 1.59s1 .81 1.59 1.04c.57.22 1.23.37 2.18.42.97.05 1.28.06 3.72.06 2.44 0 2.75-.01 3.71-.05s1.61-.2 2.18-.42a4.42 4.42 0 001.59-1.04c.5-.5.81-1 1.04-1.59.22-.57.37-1.23.42-2.18.05-.97.06-1.28.06-3.72 0-2.44-.01-2.75-.05-3.71s-.2-1.61-.42-2.18a4.42 4.42 0 00-1.04-1.59c-.5-.5-1-.81-1.59-1.04-.57-.22-1.23-.37-2.18-.42C14.75 3.01 14.44 3 12 3zm0 4.38c-2.55 0-4.62 2.07-4.62 4.62 0 2.55 2.07 4.62 4.62 4.62 2.55 0 4.62-2.07 4.62-4.62 0-2.55-2.07-4.62-4.62-4.62zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm4.8-8.88c-.6 0-1.08.48-1.08 1.08 0 .6.48 1.08 1.08 1.08.6 0 1.08-.48 1.08-1.08 0-.6-.48-1.08-1.08-1.08z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgInstagram;
|
package/Icon/Italic.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgItalic(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.62c0 .83-.67 1.5-1.5 1.5h-1.76l-4.21 9.76H12c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5H6.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5h1.76l4.21-9.76H12c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5h5.5c.83 0 1.5.67 1.5 1.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgItalic;
|
package/Icon/Kaomoji.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgKaomoji(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: "M8.51 11.05c.12.22.15.29.15.44 0 .37-.34.58-.67.58-.34 0-.45-.21-.56-.44l-.56-1.13-.57 1.15c-.1.21-.21.43-.56.43-.32 0-.66-.22-.66-.58 0-.16.04-.24.16-.45l.96-1.83c.13-.26.27-.52.66-.52.4 0 .53.25.67.52l.98 1.83zm9.29-1.83c-.14-.27-.27-.52-.67-.52-.39 0-.53.27-.66.53l-.97 1.83c-.12.21-.16.29-.16.45 0 .36.34.58.66.58.36 0 .46-.22.56-.43l.57-1.14.57 1.14c.12.23.22.43.56.43.33 0 .67-.22.67-.58 0-.15-.04-.22-.15-.44l-.98-1.85zM3.98 9.13c0-.3-.24-.43-.46-.43-.34 0-.53.26-.62.39-.27.37-.9 1.42-.9 2.91 0 1.38.54 2.38.87 2.86.11.15.3.44.66.44.22 0 .46-.13.46-.43 0-.14-.05-.23-.11-.36l-.12.05.11-.06c-.22-.39-.67-1.2-.67-2.5 0-.89.21-1.71.64-2.47.1-.18.14-.26.14-.4zm17.15.01c-.1-.15-.3-.44-.66-.44-.22 0-.46.13-.46.43 0 .14.05.22.12.35l.12-.04-.11.06c.2.36.66 1.19.66 2.5 0 1.29-.45 2.11-.67 2.51-.07.13-.12.22-.12.36 0 .28.23.43.46.43.3 0 .49-.21.62-.38.28-.38.91-1.43.91-2.92 0-1.39-.54-2.39-.87-2.86zm-6.56 2.91c0 1.54-1.15 2.8-2.57 2.8s-2.57-1.26-2.57-2.8c0-1.54 1.15-2.8 2.57-2.8s2.57 1.26 2.57 2.8zm-1.25 0c0-.86-.59-1.55-1.32-1.55-.73 0-1.32.7-1.32 1.55 0 .85.59 1.55 1.32 1.55.73 0 1.32-.69 1.32-1.55z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgKaomoji;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgKeyboard(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.52 10c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-9 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3 3c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm-9 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3 0c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zM18 20H6c-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.79 4-4 4zM6 6c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2H6zm9 10H9c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1s-.45 1-1 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgKeyboard;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgKeyboardDownFill(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 2H6a4 4 0 00-4 4v8a4 4 0 004 4h12a4 4 0 004-4V6a4 4 0 00-4-4zm-4.25 3.5a1 1 0 11-.01 0h.01zm0 3.5a1 1 0 11-.01 0h.01zm-3.5-3.5a1 1 0 11-.01 0h.01zm0 3.5a1 1 0 11-.01 0h.01zm-3.5-3.5a1 1 0 11-.01 0h.01zm0 5.5a1 1 0 11.375-.073.995.995 0 01-.385.073h.01zm8.75 3.5h-7a1 1 0 010-2h7a1 1 0 010 2zm1.75-3.5a1 1 0 11.375-.073.995.995 0 01-.385.073h.01zm0-3.5a1 1 0 11.375-.073 1 1 0 01-.385.073h.01zM11.4 21.79L9.59 20.4a.5.5 0 01.3-.9h4.24a.5.5 0 01.3.9l-1.81 1.39a1.001 1.001 0 01-1.23 0h.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgKeyboardDownFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgKeyboardFill(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-4zm-4.25 3.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 3.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-3.5-3.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 3.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-3.5-3.5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm0 5.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm8.75 3.5h-7c-.55 0-1-.45-1-1s.45-1 1-1h7c.55 0 1 .45 1 1s-.45 1-1 1zm1.75-3.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgKeyboardFill;
|
package/Icon/Koeblog.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgKoeblog(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 13.71c-.55 0-1-.45-1-1v-1.43c0-.55.45-1 1-1s1 .45 1 1v1.43c0 .56-.45 1-1 1zm-15-1v-1.43c0-.55-.45-1-1-1s-1 .45-1 1v1.43c0 .55.45 1 1 1s1-.44 1-1zm7.01 2.03c.46 0 .84.1.96.23.01.01.04 0 .04-.02V6.28c0-.54-.41-1-.95-1.03-.57-.03-1.05.43-1.05 1v8.7c0 .02.02.03.04.02.11-.13.5-.23.96-.23zm0 .97c-.55 0-1 .14-1 .31v1.17c0 .03.01.06.02.09l.77 1.33c.09.16.32.16.41 0l.77-1.33c.02-.03.02-.06.02-.09v-1.17c.01-.17-.44-.31-.99-.31zm4.99-.47V8.76c0-.55-.45-1-1-1s-1 .45-1 1v6.48c0 .55.45 1 1 1s1-.45 1-1zm-8 0V8.76c0-.55-.45-1-1-1s-1 .45-1 1v6.48c0 .55.45 1 1 1s1-.45 1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgKoeblog;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgLineCircle(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: "M22 12c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2s10 4.48 10 10zm-3.35-.6C18.65 8.42 15.67 6 12 6c-3.67 0-6.65 2.42-6.65 5.4 0 2.67 2.37 4.9 5.56 5.33.22.05.51.14.59.33.07.17.04.43.02.6 0 0-.08.47-.09.57-.03.17-.13.66.58.36.71-.3 3.83-2.26 5.23-3.86.95-1.07 1.41-2.14 1.41-3.33zm-8-1.44h-.47c-.07 0-.13.06-.13.13v2.9c0 .07.06.13.13.13h.47c.07 0 .13-.06.13-.13v-2.9c0-.07-.06-.13-.13-.13zm3.21 0h-.47c-.07 0-.13.06-.13.13v1.72l-1.33-1.79-.01-.01-.01-.01-.01-.01h-.55c-.07 0-.13.06-.13.13v2.9c0 .07.06.13.13.13h.47c.07 0 .13-.06.13-.13V11.3l1.33 1.8.03.03h.54c.07 0 .13-.06.13-.13v-2.9a.122.122 0 00-.12-.14zm-4.34 2.43H8.26v-2.3c0-.07-.06-.13-.13-.13h-.47c-.07 0-.13.06-.13.13v2.9c0 .03.01.07.04.09.02.02.05.04.09.04h1.86c.07 0 .13-.06.13-.13v-.47c0-.07-.05-.13-.13-.13zm6.92-1.7c.07 0 .13-.06.13-.13v-.47c0-.07-.06-.13-.13-.13h-1.86c-.03 0-.07.01-.09.04-.02.02-.04.05-.04.09v2.9c0 .03.01.07.04.09.02.02.05.04.09.04h1.86c.07 0 .13-.06.13-.13v-.47c0-.07-.06-.13-.13-.13h-1.27v-.49h1.27c.07 0 .13-.06.13-.13v-.47c0-.07-.06-.13-.13-.13h-1.27v-.49h1.27v.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgLineCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgLineSquare(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.1 21H6.9C4.75 21 3 19.25 3 17.1V6.9C3 4.75 4.75 3 6.9 3h10.2C19.25 3 21 4.75 21 6.9v10.2c0 2.15-1.75 3.9-3.9 3.9zm1.42-9.79c0-2.93-2.94-5.32-6.55-5.32s-6.55 2.39-6.55 5.32c0 2.63 2.33 4.83 5.48 5.25.21.05.5.14.58.32.07.17.04.43.02.59 0 0-.08.46-.09.56-.03.17-.13.65.57.35.7-.29 3.77-2.22 5.15-3.8.94-1.04 1.39-2.1 1.39-3.27zm-7.88-1.42h-.46c-.07 0-.13.06-.13.13v2.86c0 .07.06.13.13.13h.46c.07 0 .13-.06.13-.13V9.92c0-.07-.06-.13-.13-.13zm3.16 0h-.46c-.07 0-.13.06-.13.13v1.7L11.9 9.85l-.01-.01-.01-.01-.01-.01h-.54c-.07 0-.13.06-.13.13v2.86c0 .07.06.13.13.13h.46c.07 0 .13-.06.13-.13v-1.7l1.31 1.77.03.03h.53c.07 0 .13-.06.13-.13V9.92c.01-.07-.05-.13-.12-.13zm-4.27 2.4H8.28V9.92c0-.07-.06-.13-.13-.13h-.46c-.07 0-.13.06-.13.13v2.86c0 .03.01.07.04.09.02.02.05.04.09.04h1.84c.07 0 .13-.06.13-.13v-.46c0-.08-.06-.13-.13-.13zm6.81-1.68c.07 0 .13-.06.13-.13v-.46c0-.07-.06-.13-.13-.13H14.5c-.03 0-.07.01-.09.04-.02.02-.04.05-.04.09v2.86c0 .03.01.07.04.09.02.02.05.04.09.04h1.84c.07 0 .13-.06.13-.13v-.46c0-.07-.06-.13-.13-.13h-1.25v-.49h1.25c.07 0 .13-.06.13-.13v-.46c0-.07-.06-.13-.13-.13h-1.25v-.48h1.25v.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgLineSquare;
|
package/Icon/Link.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgLink(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.82 15.72a3.62 3.62 0 01-2.33-.82 3.78 3.78 0 01-1.09-1.48 1.005 1.005 0 011.86-.76 1.7 1.7 0 00.51.7 1.9 1.9 0 002.5-.25l3.84-3.83a1.77 1.77 0 00-2.5-2.5l-1.16 1.16a1 1 0 01-1.41-1.41l1.16-1.16a3.762 3.762 0 015.32 5.32l-3.83 3.84a4.07 4.07 0 01-2.87 1.19zm-3 2.93l1.16-1.17a1 1 0 00-1.41-1.41l-1.16 1.16a1.81 1.81 0 01-2.5 0 1.75 1.75 0 010-2.49l3.85-3.85a1.9 1.9 0 012.43-.29c.253.196.45.454.57.75a1.003 1.003 0 001.86-.75 3.79 3.79 0 00-1.22-1.59 3.88 3.88 0 00-5.07.48L4.5 13.32a3.77 3.77 0 005.32 5.33z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgLink;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgListBulleted(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.75 7.07H8.66c-.55 0-1-.45-1-1s.45-1 1-1h11.09c.55 0 1 .45 1 1s-.45 1-1 1zm1 4.93c0-.55-.45-1-1-1H8.66c-.55 0-1 .45-1 1s.45 1 1 1h11.09c.55 0 1-.45 1-1zm0 5.93c0-.55-.45-1-1-1H8.66c-.55 0-1 .45-1 1s.45 1 1 1h11.09c.55 0 1-.45 1-1zM5 4.5c-.83 0-1.5.67-1.5 1.5S4.17 7.5 5 7.5 6.5 6.83 6.5 6 5.83 4.5 5 4.5zm0 6c-.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.5zm0 6c-.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 SvgListBulleted;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgListNumbered(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.66 6.04c0-.55.45-1 1-1h11.09c.55 0 1 .45 1 1s-.45 1-1 1H8.66c-.55 0-1-.45-1-1zM19.75 11H8.66c-.55 0-1 .45-1 1s.45 1 1 1h11.09c.55 0 1-.45 1-1s-.45-1-1-1zm0 5.96H8.66c-.55 0-1 .45-1 1s.45 1 1 1h11.09c.55 0 1-.45 1-1s-.45-1-1-1zM4.1 5.15c.08 0 .17-.02.27-.08l.08-.05v2.83c0 .12.01.18.06.28.09.18.26.28.45.28s.36-.11.45-.28c.05-.1.06-.16.06-.28V4.19c0-.06-.01-.14-.04-.21a.476.476 0 00-.21-.25.497.497 0 00-.5-.01l-.82.44c-.12.07-.2.14-.25.23a.53.53 0 000 .49c.09.17.26.27.45.27zm-.26 9.11c.15.08.29.09.41.09h1.43a.514.514 0 00.55-.51c0-.2-.11-.37-.28-.45a.505.505 0 00-.28-.06H4.64c1.02-1.07 1.19-1.24 1.19-1.24.27-.28.41-.63.41-.99 0-.8-.65-1.46-1.46-1.46-.53 0-1.02.29-1.27.76-.07.12-.08.25-.05.38.04.13.13.24.25.31.17.09.41.08.56-.05.04-.04.08-.09.11-.14l.04-.06c.08-.12.22-.19.36-.19.24 0 .44.2.44.44 0 .1-.05.2-.14.29 0 0-.13.13-1.37 1.43-.14.14-.22.26-.27.39-.14.45.01.88.4 1.06zM6.19 17c0-.79-.63-1.41-1.43-1.41-.53 0-1.01.29-1.25.75-.07.12-.08.26-.04.39s.13.24.25.3c.19.1.4.08.54-.04.06-.04.11-.11.15-.18.01-.01.02-.02.02-.03.08-.11.21-.17.33-.17.23 0 .41.18.41.4 0 .23-.21.35-.41.35h-.14a.514.514 0 00-.55.51c0 .19.11.36.28.45.1.05.17.06.28.06h.14c.16 0 .3.05.4.15.08.08.12.18.12.3 0 .28-.22.51-.51.51-.22 0-.35-.12-.43-.23-.12-.16-.21-.25-.3-.28a.49.49 0 00-.41.03c-.12.06-.21.17-.24.3-.04.13-.02.27.04.39.26.5.78.8 1.35.8.85 0 1.52-.66 1.53-1.51v-.01c.01-.36-.14-.71-.41-.99.17-.25.28-.54.28-.84z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgListNumbered;
|
package/Icon/Loading.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgLoading(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 7.49c-.55 0-1-.45-1-1v-3.5c0-.55.45-1 1-1s1 .45 1 1v3.5c0 .55-.45 1-1 1zm5.6 5.5H21c.55 0 1-.45 1-1s-.45-1-1-1h-3.4c-.55 0-1 .45-1 1s.45 1 1 1zm1.47 4.66l-2.41-2.41a.996.996 0 10-1.41 1.41l2.41 2.41a.996.996 0 101.41-1.41zM8.75 7.32l-2.41-2.4a.996.996 0 10-1.41 1.41l2.41 2.41c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.42zM3 12.99h3.4c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1zm3.34 6.07l2.41-2.41a.996.996 0 10-1.41-1.41l-2.41 2.41a.996.996 0 101.41 1.41zM13 20.99v-3.4c0-.55-.45-1-1-1s-1 .45-1 1v3.4c0 .55.45 1 1 1s1-.45 1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgLoading;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgLockFill(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 9.01h-1v-.78c0-2.61-1.9-4.94-4.5-5.2A5.01 5.01 0 007 8.01v1H6c-1.66 0-3 1.34-3 3v6c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3v-6c0-1.66-1.34-3-3-3zm-5.25 6.85v1.4c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-1.4c-.73-.3-1.25-1.01-1.25-1.85 0-1.1.9-2 2-2s2 .9 2 2c0 .84-.52 1.56-1.25 1.85zM15 9.01H9v-1c0-1.65 1.35-3 3-3s3 1.35 3 3v1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgLockFill;
|