@openameba/spindle-ui 0.27.1 → 0.27.2-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/Breadcrumb/BreadcrumbItem.mjs +7 -0
- package/Breadcrumb/BreadcrumbList.mjs +12 -0
- package/Breadcrumb/index.mjs +2 -0
- 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 +44 -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.mjs +27 -0
- package/HeroCarousel/HeroCarouselItem.mjs +20 -0
- package/HeroCarousel/hooks/useAutoPlayCarousel.mjs +158 -0
- package/HeroCarousel/hooks/useAutoSlide.mjs +40 -0
- package/HeroCarousel/hooks/useCarouselFocus.mjs +22 -0
- package/HeroCarousel/hooks/useSliderMoveEvent.mjs +47 -0
- package/HeroCarousel/hooks/useSliderTransition.mjs +30 -0
- package/HeroCarousel/hooks/useValueRef.mjs +8 -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.mjs +5 -0
- package/IconButton/index.mjs +1 -0
- 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.mjs +11 -0
- package/package.json +11 -3
- package/tsconfig.cjs.json +10 -0
- package/tsconfig.esm.json +8 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { useMemo, useState } from 'react';
|
|
2
|
+
import { useValueRef } from './useValueRef';
|
|
3
|
+
export function useSliderTransition({ copyCount, itemCount, linkRefs, isAutoPlaying, }) {
|
|
4
|
+
const [currentIndex, setCurrentIndex] = useState(0);
|
|
5
|
+
const currentIndexRef = useValueRef(currentIndex);
|
|
6
|
+
const [disableTransition, setDisableTransition] = useState(false);
|
|
7
|
+
const [disableAutoFocus, setDisableAutoFocus] = useState(false);
|
|
8
|
+
const listStyles = useMemo(() => {
|
|
9
|
+
return {
|
|
10
|
+
transition: disableTransition ? 'none' : '',
|
|
11
|
+
transform: `translate3d(${-100 * (currentIndex + copyCount)}%, 0, 0) translateX(0)`,
|
|
12
|
+
};
|
|
13
|
+
}, [copyCount, currentIndex, disableTransition]);
|
|
14
|
+
const handleTransitionEnd = () => {
|
|
15
|
+
if (!isAutoPlaying && !disableAutoFocus) {
|
|
16
|
+
linkRefs.current[currentIndex + copyCount].focus();
|
|
17
|
+
}
|
|
18
|
+
// if reach contents end, rewind without transition to make it look like looping
|
|
19
|
+
setDisableTransition(true);
|
|
20
|
+
setCurrentIndex((prev) => (prev + itemCount) % itemCount);
|
|
21
|
+
};
|
|
22
|
+
return {
|
|
23
|
+
currentIndexRef,
|
|
24
|
+
handleTransitionEnd,
|
|
25
|
+
listStyles,
|
|
26
|
+
setCurrentIndex,
|
|
27
|
+
setDisableAutoFocus,
|
|
28
|
+
setDisableTransition,
|
|
29
|
+
};
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { HeroCarousel } from './HeroCarousel';
|
package/Icon/755.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function Svg755(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.28 9.5h-1.64l-.35.72.07.03c.19.09.37.22.55.42.31.33.47.76.46 1.27-.01.62-.23 1.13-.66 1.52-.42.38-.95.58-1.6.58h-.01c-.55 0-1.03-.16-1.43-.46l-.18-.14.57-1.04.25.2c.26.2.49.28.85.28.28 0 .5-.08.68-.26.18-.18.26-.38.26-.66 0-.2-.09-.39-.26-.52-.22-.17-.6-.21-.61-.21-.35-.04-.62-.03-.78-.01l.99-2.13.39-.87h3.03l-.58 1.28zm-6.46 1.22c.19.09.37.22.55.42.31.33.47.76.47 1.27-.01.62-.23 1.13-.66 1.52-.42.38-.95.57-1.59.57h-.03c-.55 0-1.03-.16-1.43-.46l-.18-.14.57-1.04.25.2c.26.2.49.28.85.28.28 0 .5-.08.68-.26.18-.18.26-.38.26-.66 0-.2-.09-.39-.26-.52-.22-.17-.6-.21-.61-.21-.35-.04-.62-.03-.78-.01l.99-2.13.39-.86h3.03l-.57 1.28H12.1l-.35.72.07.03zm-6.12 4l2.08-4.3H5.25l.2-.41.39-.87h3.95l-2.66 5.57H5.7v.01zM3 6.1v11.19l7.45-.01-.07 1.8 2.75-1.8 7.87.01V4.92L3 6.1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default Svg755;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAbemakun(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.24 16.91c-.18-.45-.52-.65-1.14-1.06-.47-.3-.79-.72-.85-1.55-.07-1.08.16-1.76.11-3.31-.04-1.2-.47-2.1-.74-2.63-.32-.62-.37-1.06-.4-1.78-.02-.66.01-2.12 0-2.58-.02-.46-.2-.76-.52-.9-.38-.18-.79-.12-1.13.25-.31.34-.88.95-1.28 1.31-.51.47-.84.57-1.29.57-.45 0-.78-.1-1.29-.57-.4-.36-.97-.97-1.28-1.31-.34-.37-.75-.43-1.13-.25-.32.14-.5.44-.52.9-.01.46.02 1.92 0 2.57-.02.72-.08 1.16-.4 1.79-.27.53-.7 1.43-.74 2.63-.06 1.55.18 2.23.11 3.31-.06.83-.38 1.25-.85 1.55-.62.4-.96.61-1.14 1.06-.13.31-.13.77.25.96.24.12.54.1.84-.02.24-.09.47-.24.7-.22.18.01.32.1.35.4.03.3.17.43.39.43.18 0 .35-.12.47-.45.14-.35.2-.66.42-.66.23.01.28.25.3.59.02.49-.17.88-.53 1.21-.42.39-.74.76-.62 1.24.08.34.45.56 1.05.59.59.03 1.57.04 2.25.02.63-.02 1-.29 1.08-.65.09-.41-.15-.56-.09-.9.03-.19.21-.27.4-.27.19 0 .37.08.4.27.06.34-.18.49-.09.9.08.36.44.64 1.08.65.68.02 1.66.01 2.25-.02.59-.03.96-.25 1.04-.59.11-.48-.2-.85-.62-1.24-.37-.34-.56-.72-.53-1.21.02-.34.07-.59.3-.59.21-.01.28.31.42.66.13.33.3.45.47.45.22 0 .36-.13.39-.43.03-.29.17-.39.35-.4.23-.01.46.13.7.22.31.12.6.15.84.02.35-.2.35-.65.22-.96zM14.76 8.3a.49.49 0 11-.49.49c-.01-.27.21-.49.49-.49zm-5.52 0a.49.49 0 11-.002.981.49.49 0 01.002-.981zM12 18.51a2.279 2.279 0 110-4.56 2.279 2.279 0 110 4.56zm3.26-6.24c-.21.35-.62.64-1.1.68-.64.06-1.03-.17-1.29-.45-.24-.27-.5-.52-.87-.52s-.63.25-.87.52c-.25.28-.65.51-1.29.45-.48-.04-.89-.32-1.1-.68-.42-.7-.06-1.63.49-2.09.79-.68 1.62-.94 2.77-.94s1.97.26 2.77.94c.55.47.9 1.39.49 2.09zm-2.12-1.91c0 .49-.5.87-1.14.87-.64 0-1.14-.38-1.14-.87s.5-.87 1.14-.87c.64 0 1.14.38 1.14.87z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAbemakun;
|
package/Icon/Abematv.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAbematv(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.44 10.64c.17.17.25.37.25.61v4.09c0 .24-.08.44-.25.61-.17.17-.37.25-.61.25H7.16c-.24 0-.44-.08-.61-.25a.822.822 0 01-.25-.61v-4.09c0-.24.08-.44.25-.61.17-.17.37-.25.61-.25h9.67c.24 0 .44.08.61.25zm1.9.61a2.525 2.525 0 00-.74-1.78c-.23-.22-.5-.4-.8-.54-.31-.14-.63-.2-.98-.2H7.16c-.34 0-.67.07-.97.2-.3.14-.57.32-.8.54-.23.22-.41.49-.54.8-.13.31-.2.63-.2.98v4.09c0 .34.06.67.2.97.13.3.31.57.54.8.23.23.5.41.8.54.3.13.63.2.97.2h9.67c.34 0 .67-.06.98-.2.31-.13.58-.31.8-.54.23-.23.41-.49.54-.8.13-.3.2-.63.2-.97v-4.09h-.01zm-2.51-4.16c.57 0 1.11.11 1.62.33.5.22.95.52 1.33.89.38.38.68.82.9 1.32.22.51.33 1.04.33 1.62v4.09c0 .57-.11 1.11-.33 1.62a4.197 4.197 0 01-2.23 2.21c-.51.22-1.04.33-1.62.33H7.16c-.57 0-1.11-.11-1.62-.33-.51-.22-.95-.52-1.32-.89-.38-.38-.67-.82-.89-1.32-.22-.5-.33-1.04-.33-1.62v-4.09c0-.57.11-1.11.33-1.62a4.153 4.153 0 012.21-2.21c.5-.22 1.04-.33 1.62-.33h2.86L8.2 5.28a.834.834 0 01-.23-.58c0-.22.08-.42.23-.59.17-.16.36-.23.59-.23.22 0 .42.08.59.23l2.61 2.61 2.61-2.61c.16-.16.35-.23.58-.23.23 0 .42.08.58.23.16.17.24.36.24.59 0 .23-.08.42-.25.59l-1.8 1.81h2.88v-.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAbematv;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAccesslink(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.87 2.48c1.07 0 2.07.42 2.83 1.17l4.16 4.16c.84.84 1.27 1.96 1.27 3.05 0 .89-.29 1.77-.88 2.48-.42.51-.97.91-1.58 1.15a.998.998 0 01-1.3-.55c-.21-.51.04-1.1.55-1.3.31-.12.57-.32.79-.58.65-.78.53-2.03-.28-2.83L9.28 5.06c-.38-.38-.88-.58-1.41-.58-.53 0-1.04.2-1.42.58-.76.76-.76 2.07 0 2.83l1.26 1.26a.996.996 0 11-1.41 1.41L5.04 9.3c-1.51-1.51-1.51-4.15 0-5.66.75-.75 1.76-1.16 2.83-1.16zm8.78 11.87l1.26 1.26c.76.76.76 2.07 0 2.83a1.983 1.983 0 01-2.82 0l-4.17-4.17c-.77-.77-.91-1.98-.32-2.75.23-.3.51-.52.85-.65a.998.998 0 10-.75-1.85c-.68.26-1.26.71-1.7 1.28-1.21 1.58-.99 3.89.51 5.39l4.16 4.16c.75.76 1.76 1.17 2.83 1.17s2.07-.42 2.83-1.17c.76-.76 1.17-1.76 1.17-2.83s-.42-2.07-1.17-2.83l-1.26-1.26a.996.996 0 00-1.41 0c-.39.39-.4 1.03-.01 1.42z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAccesslink;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAccesspage(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.44 5.8h-.85v-.85c0-1.52-1.23-2.75-2.75-2.75H6.56c-1.52 0-2.75 1.23-2.75 2.75v10.5c0 1.52 1.23 2.75 2.75 2.75h.85v.85c0 1.52 1.23 2.75 2.75 2.75h3.62c.73 0 1.42-.29 1.94-.81l3.66-3.66c.52-.52.81-1.21.81-1.94V8.55c0-1.51-1.23-2.75-2.75-2.75zM7.41 8.55v8.15h-.85c-.69 0-1.25-.56-1.25-1.25V4.95c0-.69.56-1.25 1.25-1.25h7.28c.69 0 1.25.56 1.25 1.25v.85h-4.92c-1.52 0-2.76 1.24-2.76 2.75zm1.5 10.5V8.55c0-.69.56-1.25 1.25-1.25h7.28c.69 0 1.25.56 1.25 1.25v6.51H15.2c-.96 0-1.75.79-1.75 1.75v3.49h-3.29c-.69 0-1.25-.56-1.25-1.25zm6.04.59v-2.83c0-.14.11-.25.25-.25h2.83l-3.08 3.08z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAccesspage;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAccesspageFill(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.19 5.78H9.41c-1.1 0-2 .9-2 2v11.97c0 1.1.9 2 2 2h4.53c.64 0 1.24-.25 1.69-.7l3.86-3.86c.45-.45.7-1.06.7-1.69V7.78c0-1.11-.89-2-2-2zm-.28 10.27l-3.43 3.43a.4.4 0 01-.68-.28v-3.03c0-.44.36-.8.8-.8h3.03c.36-.01.53.42.28.68zm-10.3-12h8.78c.06 0 .12.01.18.02a1.991 1.991 0 00-1.98-1.82H5.81c-1.1 0-2 .9-2 2v11.97c0 1.04.8 1.89 1.82 1.98-.01-.06-.02-.12-.02-.18V6.05a2 2 0 012-2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAccesspageFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAddressbookFill(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M7.22 18h9.75c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3h-10c-1.66 0-3 1.34-3 3v14c0 1.66 1.34 3 3 3h10a3 3 0 002.98-2.67c.01-.06.02-.15-.06-.24a.252.252 0 00-.29-.06.25.25 0 00-.11.1c-.53.82-1.46 1.37-2.52 1.37H7.22a1.25 1.25 0 010-2.5zm5.5-12.64c1.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.09zM8.77 13c.45-1.33 1.6-2.54 3.95-2.54s3.5 1.21 3.95 2.54c.17.5-.13 1.03-.63 1.18-2.17.61-4.47.61-6.64 0A.92.92 0 018.77 13z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAddressbookFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAlbumAddFill(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.45 18.985c0-.34.03-.67.09-.99H8.96c-.56 0-1.04-.31-1.3-.76-.11-.2-.08-.45.08-.61l2.01-2.01a.996.996 0 011.41 0l.73.73c.2.2.51.2.71 0l3.06-3.06a.996.996 0 011.41 0l1.23 1.23c.21-.02.43-.04.64-.04.71 0 1.38.14 2.01.38v-3.36c0-1.66-1.34-3-3-3H8.96c-1.66 0-3 1.34-3 3v6c0 1.66 1.34 3 3 3h4.51c-.01-.16-.02-.33-.02-.51zm-2.99-8.98c.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.5zm-3-4c-1.65 0-3 1.35-3 3v6.82a2.99 2.99 0 01-2-2.82v-6c0-1.66 1.34-3 3-3h9c1.3 0 2.4.84 2.82 2H7.46zm14.78 15.23c-1.03-.92-2.42-1.53-3.98-1.68v1.43c0 .2-.24.31-.39.16l-2.76-2.66a.235.235 0 010-.33l2.76-2.66c.15-.14.39-.04.39.16v1.52c2.11.29 3.82 1.82 4.36 3.84.06.22-.21.37-.38.22z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAlbumAddFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAlbumFill(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.5 15.82a2.99 2.99 0 01-2-2.82V7c0-1.66 1.34-3 3-3h9c1.3 0 2.4.84 2.82 2H7.5c-1.65 0-3 1.35-3 3v6.82zM21 10.5v6c0 1.66-1.34 3-3 3H9c-1.66 0-3-1.34-3-3v-6c0-1.66 1.34-3 3-3h9c1.66 0 3 1.34 3 3zM10.5 10c-.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.5zm9 6.5v-1.62a.47.47 0 00-.15-.35l-2.23-2.23a.996.996 0 00-1.41 0l-3.06 3.06c-.2.2-.51.2-.71 0l-.73-.73a.996.996 0 00-1.41 0l-2.01 2.01a.5.5 0 00-.08.61c.25.44.73.75 1.29.75h9c.83 0 1.5-.67 1.5-1.5z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAlbumFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAlignCenter(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19.25 6H4.75c-.55 0-1-.45-1-1s.45-1 1-1h14.5c.55 0 1 .45 1 1s-.45 1-1 1zm-2 2.5c0-.55-.45-1-1-1h-8.5c-.55 0-1 .45-1 1s.45 1 1 1h8.5c.55 0 1-.45 1-1zm0 7c0-.55-.45-1-1-1h-8.5c-.55 0-1 .45-1 1s.45 1 1 1h8.5c.55 0 1-.45 1-1zm3-3.5c0-.55-.45-1-1-1H4.75c-.55 0-1 .45-1 1s.45 1 1 1h14.5c.55 0 1-.45 1-1zm0 7c0-.55-.45-1-1-1H4.75c-.55 0-1 .45-1 1s.45 1 1 1h14.5c.55 0 1-.45 1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAlignCenter;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAlignLeft(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 5c0-.55.45-1 1-1h16c.55 0 1 .45 1 1s-.45 1-1 1H4c-.55 0-1-.45-1-1zm1 5.67h11c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm16 2.66H4c-.55 0-1 .45-1 1s.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1zM15 18H4c-.55 0-1 .45-1 1s.45 1 1 1h11c.55 0 1-.45 1-1s-.45-1-1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAlignLeft;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAlignRight(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M19.25 6H4.75c-.55 0-1-.45-1-1s.45-1 1-1h14.5c.55 0 1 .45 1 1s-.45 1-1 1zm1 2.5c0-.55-.45-1-1-1h-8.5c-.55 0-1 .45-1 1s.45 1 1 1h8.5c.55 0 1-.45 1-1zm0 7c0-.55-.45-1-1-1h-8.5c-.55 0-1 .45-1 1s.45 1 1 1h8.5c.55 0 1-.45 1-1zm0-3.5c0-.55-.45-1-1-1H4.75c-.55 0-1 .45-1 1s.45 1 1 1h14.5c.55 0 1-.45 1-1zm0 7c0-.55-.45-1-1-1H4.75c-.55 0-1 .45-1 1s.45 1 1 1h14.5c.55 0 1-.45 1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAlignRight;
|
package/Icon/AllFill.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAllFill(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: "M10.5 5v3.5c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h3.5c1.1 0 2 .9 2 2zM19 3h-3.5c-1.1 0-2 .9-2 2v3.5c0 1.1.9 2 2 2H19c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM8.5 13.5H5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2h3.5c1.1 0 2-.9 2-2v-3.5c0-1.1-.9-2-2-2zm10.5 0h-3.5c-1.1 0-2 .9-2 2V19c0 1.1.9 2 2 2H19c1.1 0 2-.9 2-2v-3.5c0-1.1-.9-2-2-2z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAllFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAmebacoin(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.505 3.009L11.004 3C6.357 3.053 2.6 7.077 2.6 12c0 4.932 3.757 8.947 8.404 9l2.501-.009c4.362-.062 7.905-4.068 7.905-9-.009-4.914-3.543-8.929-7.905-8.982zm0 15.498c-.383.17-.783.294-1.202.374a5.898 5.898 0 01-2.483-.018 6.212 6.212 0 01-2.742-1.38C5.573 16.203 4.612 14.226 4.612 12c0-2.217.97-4.202 2.466-5.484a6.306 6.306 0 012.742-1.38 5.83 5.83 0 012.484-.018c.418.08.818.214 1.201.375 2.404 1.032 4.104 3.552 4.104 6.498 0 2.956-1.71 5.484-4.104 6.516zm-4.353-7.006v1.015c0 .339.018.704.08.926a1.723 1.723 0 001.63 1.175 1.753 1.753 0 001.513-.881c.115-.223.222-.516.365-.641a.856.856 0 01.872-.17.62.62 0 01.223.134.879.879 0 01.32.989c-.08.23-.196.445-.32.65a3.475 3.475 0 01-2.52 1.637 3.897 3.897 0 01-.454.036 3.456 3.456 0 01-2.99-1.727 3.306 3.306 0 01-.232-.472c-.223-.543-.25-1.166-.25-1.923v-.498c0-.74.027-1.362.25-1.923.062-.16.142-.32.231-.472a3.446 3.446 0 012.991-1.727c.152 0 .303.018.454.036a3.502 3.502 0 012.52 1.647c.124.204.24.418.32.658a.883.883 0 01-.32.989c-.072.053-.143.106-.223.133a.923.923 0 01-.872-.17c-.143-.142-.25-.418-.365-.64a1.691 1.691 0 00-1.06-.82 1.99 1.99 0 00-.454-.061 1.72 1.72 0 00-1.629 1.175c-.071.222-.08.578-.08.925z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAmebacoin;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAmebapick(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.805 9.665a.497.497 0 11-.994.001.497.497 0 01.994 0zm-.935 1.267a.46.46 0 01.438-.347.46.46 0 01.437.347c.007.045.007.105.007.188v2.977c0 .09 0 .151-.007.196a.452.452 0 01-.875 0c-.007-.045-.007-.105-.007-.196V11.12c0-.083 0-.143.007-.188z" }),
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.394 9.228c.226 0 .422.008.573.06.656.204 1.123.89 1.123 1.644 0 .746-.467 1.432-1.123 1.643-.15.045-.347.06-.573.06h-.972v1.432c0 .098 0 .159-.015.211a.477.477 0 01-.46.354.47.47 0 01-.46-.354c-.015-.053-.015-.113-.015-.21v-3.71c0-.09 0-.165.015-.248.068-.475.407-.806.897-.874.09-.008.188-.008.286-.008h.724zm0 2.457c.166 0 .286 0 .37-.052.203-.106.376-.377.376-.701 0-.332-.173-.596-.377-.709-.083-.045-.203-.053-.369-.053h-.972v1.515h.972z" }),
|
|
6
|
+
React.createElement("path", { d: "M11.685 13.05c.007.203.045.43.12.618.25.573.814.972 1.47.972a1.6 1.6 0 001.508-1.093.458.458 0 00-.28-.573.457.457 0 00-.436.09.713.713 0 00-.139.213c-.016.033-.032.066-.05.097a.69.69 0 01-.603.37.697.697 0 01-.693-.694v-1.161a.697.697 0 01.694-.7.679.679 0 01.602.376c.02.031.037.067.055.103.038.075.077.152.134.198.12.106.278.143.437.09a.45.45 0 00.279-.564 1.607 1.607 0 00-1.508-1.101c-.656 0-1.22.4-1.47.972a1.957 1.957 0 00-.12.618v1.169zm6.73-2.699c.18.098.264.317.211.505a.597.597 0 01-.06.127c-.299.53-.588 1.066-.905 1.584.189.294.8 1.259.83 1.304a.72.72 0 01.097.174.448.448 0 01-.188.52.455.455 0 01-.55-.053.882.882 0 01-.113-.158c-.03-.053-.686-1.086-.852-1.342a.825.825 0 01-.196.023h-.302v1.062c0 .09-.007.151-.015.196a.452.452 0 01-.874 0c-.007-.045-.007-.105-.007-.196V9.703c0-.083 0-.143.007-.188a.46.46 0 01.437-.347.46.46 0 01.437.347c.008.045.015.105.015.188v2.435h.174c.075 0 .166 0 .241-.038.113-.053.173-.136.241-.256.249-.438.694-1.214.716-1.252a.684.684 0 01.113-.165.444.444 0 01.543-.076z" }),
|
|
7
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 5.5h8a6.5 6.5 0 010 13H8a6.5 6.5 0 110-13zm0 11.4h8a4.9 4.9 0 100-9.8H8a4.9 4.9 0 100 9.8z" })));
|
|
8
|
+
}
|
|
9
|
+
export default SvgAmebapick;
|
package/Icon/Amegold.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAmegold(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "currentColor", role: "img" }, props),
|
|
4
|
+
React.createElement("path", { d: "M13.77 3c-.05 0-.09.01-.14.01V3h-3.32v.01C10.29 3 10.26 3 10.23 3c-4.41 0-8 4.04-8 9s3.59 9 8 9c.03 0 .06 0 .09-.01V21h3.32v-.01c.05 0 .09.01.14.01 4.41 0 8-4.04 8-9s-3.6-9-8.01-9zm-9.54 9c0-3.86 2.69-7 6-7s6 3.14 6 7-2.69 7-6 7-6-3.14-6-7zm11.34 6.68c1.62-1.65 2.65-4.03 2.65-6.68 0-2.65-1.03-5.03-2.65-6.68 2.43.9 4.2 3.55 4.2 6.68s-1.77 5.78-4.2 6.68zm-5.3-2.35c-.84 0-1.58-.31-2.11-.83-.56-.55-.88-1.22-.91-2.16-.01-.32-.02-2.11 0-2.65.04-.79.23-1.39.63-1.9.53-.69 1.42-1.12 2.41-1.12 1.17 0 2.03.57 2.62 1.27.26.31.23.79-.08 1.05-.26.21-.62.24-.9.06-.08-.06-.24-.24-.29-.29-.3-.3-.74-.59-1.35-.59-.85 0-1.54.55-1.54 1.61-.01.66-.01 1.59 0 2.39.01.99.63 1.66 1.52 1.66.69 0 1.11-.31 1.34-.73.06-.11.14-.36.14-.58v-.55h-.84c-.42 0-.75-.33-.75-.75s.33-.74.75-.75h1.35c.61.01.94.37.96.91.01.33.01 1.15.01 1.27-.02.48-.11.85-.3 1.22-.49.9-1.52 1.46-2.66 1.46z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAmegold;
|
package/Icon/Amember.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAmember(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 18.36a8.96 8.96 0 002.59-7.2c-.38-4.19-3.75-7.63-7.94-8.1A8.995 8.995 0 002.99 12a9 9 0 009 9c.06 0 .12-.01.18-.01h7.62c.45 0 .67-.54.35-.85l-1.78-1.78zm-8.58-1.27c-.64 0-.94-.59-.94-.91 0-.35.16-.47.61-.81 1.08-.78 1.69-2.05 1.71-3.4 0-.35.01-.89.87-.89.84 0 .89.51.89.87.01 3.31-2.38 5.14-3.14 5.14zm5.89-5.53c-1.06 1.42-1.29 1.42-1.55 1.42-.4 0-.91-.35-.91-.86 0-.26.08-.35.5-.79.28-.29.78-.94.78-1.06 0-.05-.06-.05-.09-.05H8.49c-.75 0-.84-.58-.84-.83 0-.46.21-.85.84-.85h7.37c.22 0 1.04 0 1.04.84 0 .48-.75 1.55-1.23 2.18z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAmember;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowDown(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.07 13.32a.996.996 0 00-1.41 0L13 17.98V4c0-.55-.45-1-1-1s-1 .45-1 1v13.98l-4.66-4.66a.996.996 0 00-1.7.71c0 .26.1.51.29.71l5.66 5.66c.33.33.74.51 1.17.56.08.02.16.05.25.05s.17-.03.25-.05c.43-.05.84-.23 1.17-.56l5.66-5.66c.37-.4.37-1.03-.02-1.42z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowDown;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowDownBold(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.42 12.96a1.49 1.49 0 00-2.12 0l-3.8 3.8V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v12.77l-3.8-3.8a1.49 1.49 0 00-2.12 0c-.29.29-.44.68-.44 1.06s.15.77.44 1.06l5.66 5.66c.38.38.85.61 1.35.69.13.04.27.07.42.07.15 0 .29-.03.42-.07.49-.08.97-.31 1.35-.69l5.66-5.66c.57-.59.57-1.54-.02-2.13z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowDownBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowLeft(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 11.363H6.03l4.66-4.66a.996.996 0 10-1.41-1.41l-5.66 5.66c-.33.33-.51.74-.56 1.17-.03.07-.06.15-.06.24s.03.17.05.25c.05.43.23.84.56 1.17l5.66 5.66c.2.2.45.29.71.29.26 0 .51-.1.71-.29a.996.996 0 000-1.41l-4.66-4.67H20c.55 0 1-.45 1-1s-.45-1-1-1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowLeft;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowLeftBold(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 10.5H7.23l3.8-3.8c.59-.59.59-1.54 0-2.12-.59-.58-1.54-.59-2.12 0l-5.66 5.66c-.38.38-.61.85-.69 1.35-.03.12-.06.26-.06.41 0 .15.03.29.07.42.08.49.31.97.69 1.35l5.66 5.66c.29.29.68.44 1.06.44s.77-.15 1.06-.44c.59-.59.59-1.54 0-2.12l-3.8-3.8H20c.83 0 1.5-.67 1.5-1.5s-.67-1.51-1.5-1.51z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowLeftBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowRight(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 12c0-.09-.03-.17-.05-.25-.05-.43-.23-.84-.56-1.17l-5.66-5.66a.996.996 0 10-1.41 1.41L17.98 11H4c-.55 0-1 .45-1 1s.45 1 1 1h13.98l-4.66 4.66a.996.996 0 00.71 1.7c.26 0 .51-.1.71-.29l5.66-5.66c.33-.33.51-.74.56-1.17.01-.07.04-.15.04-.24z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowRight;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowRightBold(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 11.873c0-.15-.03-.29-.07-.42-.08-.49-.31-.97-.69-1.35l-5.66-5.66a1.49 1.49 0 00-2.12 0c-.58.59-.59 1.54 0 2.12l3.8 3.8H3.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h12.77l-3.8 3.8a1.49 1.49 0 000 2.12c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.66-5.66c.38-.38.61-.85.69-1.35.03-.11.06-.25.06-.4z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowRightBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowRightCircle(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 8zm4.42-9.29c.78.78.78 2.05 0 2.83l-3 3c-.2.2-.45.29-.71.29-.26 0-.51-.1-.71-.29a.996.996 0 010-1.41L14.13 13H8c-.55 0-1-.45-1-1s.45-1 1-1h5.89L12 9.12a.996.996 0 111.41-1.41l3.01 3z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowRightCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowRightCircleFill(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.4l-3.3 3.3c-.2.2-.5.3-.7.3-.2 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l2.3-2.3H6.5c-.6 0-1-.4-1-1s.4-1 1-1h8.6l-2.3-2.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l3.3 3.3c.4.4.6.9.6 1.4 0 .5-.2 1-.6 1.4z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowRightCircleFill;
|
package/Icon/ArrowUp.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowUp(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.07 9.27l-5.66-5.66c-.33-.33-.74-.51-1.17-.56-.07-.02-.15-.05-.24-.05s-.17.03-.25.05c-.43.05-.84.23-1.17.56L4.92 9.27c-.2.2-.29.45-.29.71 0 .26.1.51.29.71.39.39 1.02.39 1.41 0L11 6.02V20c0 .55.45 1 1 1s1-.45 1-1V6.02l4.66 4.66a.996.996 0 101.41-1.41z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowUp;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowUpBold(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.42 8.91l-5.66-5.66c-.38-.38-.85-.61-1.35-.69-.13-.04-.27-.07-.42-.07-.15 0-.29.03-.42.07-.49.08-.97.31-1.35.69L4.56 8.91a1.49 1.49 0 000 2.12c.59.58 1.54.59 2.12 0l3.8-3.8V20c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V7.23l3.8 3.8c.59.59 1.54.59 2.12 0 .29-.29.44-.68.44-1.06s-.12-.76-.42-1.06z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowUpBold;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowpagingDown(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.33 15.3l-4.62-4.59c-.63-.63-.19-1.71.7-1.71h9.17c.89 0 1.34 1.07.71 1.7l-4.55 4.59c-.38.39-1.01.39-1.41.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowpagingDown;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowpagingDownCircle(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.49 11.52l-3.76 3.79c-.39.39-1.02.39-1.41.01L7.5 11.53c-.64-.63-.19-1.71.7-1.71h7.58c.89 0 1.34 1.07.71 1.7zM22 12c0 5.51-4.49 10-10 10S2 17.51 2 12 6.49 2 12 2s10 4.49 10 10zm-2 0c0-4.41-3.59-8-8-8s-8 3.59-8 8 3.59 8 8 8 8-3.59 8-8z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowpagingDownCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowpagingLeft(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.8 12.67l4.59 4.62c.63.63 1.71.19 1.71-.7V7.41c0-.89-1.07-1.34-1.7-.71l-4.59 4.55c-.39.39-.39 1.02-.01 1.42z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowpagingLeft;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowpagingLeftCircle(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.48 16.49l-3.79-3.76c-.39-.39-.39-1.02-.01-1.41l3.79-3.82c.63-.63 1.71-.19 1.71.7v7.58c0 .89-1.07 1.34-1.7.71zM12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.49 10 10-4.49 10-10 10zm0-2c4.41 0 8-3.59 8-8s-3.59-8-8-8-8 3.59-8 8 3.59 8 8 8z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowpagingLeftCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowpagingRight(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: "M15.2 12.67l-4.59 4.62c-.63.63-1.71.19-1.71-.7V7.41c0-.89 1.07-1.34 1.7-.71l4.59 4.55c.39.39.39 1.02.01 1.42z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowpagingRight;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowpagingRightCircle(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.52 7.51l3.79 3.76c.39.39.39 1.02.01 1.41l-3.79 3.82c-.63.63-1.71.19-1.71-.7V8.22c0-.89 1.07-1.34 1.7-.71zM12 2c5.51 0 10 4.49 10 10s-4.49 10-10 10S2 17.51 2 12 6.49 2 12 2zm0 2c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowpagingRightCircle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowpagingUp(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.33 8.8l-4.62 4.59c-.63.63-.19 1.71.7 1.71h9.17c.89 0 1.34-1.07.71-1.7l-4.55-4.59c-.38-.39-1.01-.39-1.41-.01z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowpagingUp;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArrowpagingUpCircle(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.51 12.48l3.76-3.79c.39-.39 1.02-.39 1.41-.01l3.82 3.79c.63.63.19 1.71-.7 1.71H8.22c-.89 0-1.34-1.07-.71-1.7zM2 12C2 6.49 6.49 2 12 2s10 4.49 10 10-4.49 10-10 10S2 17.51 2 12zm2 0c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArrowpagingUpCircle;
|
package/Icon/Article.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArticle(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.04 7.71l-4.83-4.83C13.65 2.31 12.9 2 12.09 2H7.92c-2.21 0-4 1.79-4 4v12c0 2.21 1.79 4 4 4h8c2.21 0 4-1.79 4-4V9.83c0-.8-.31-1.56-.88-2.12zm-5.12-2.3L16.51 8h-2.59V5.41zm4 12.59c0 1.1-.9 2-2 2h-8c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h4v4c0 1.1.9 2 2 2h4v8zm-9-6h6c.55 0 1 .45 1 1s-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1zm7 5c0 .55-.45 1-1 1h-6c-.55 0-1-.45-1-1s.45-1 1-1h6c.55 0 1 .45 1 1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArticle;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArticleSlash(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.92 4.01h4v4c0 1.1.9 2 2 2h4v5.09l2 2V9.84c0-.8-.31-1.55-.88-2.12l-4.83-4.83c-.57-.57-1.32-.88-2.12-.88H7.92c-.87 0-1.67.29-2.33.76l1.45 1.45c.27-.13.57-.21.88-.21zm6 1.41l2.59 2.59h-2.59V5.42zm6.79 15.12L3.46 3.29A.996.996 0 102.05 4.7l1.88 1.88V18c0 2.21 1.79 4 4 4h8c.96 0 1.83-.34 2.51-.91l.86.86c.2.2.45.29.71.29.26 0 .51-.1.71-.29.38-.38.38-1.02-.01-1.41zm-4.79-.53h-8c-1.1 0-2-.9-2-2V8.59l3.42 3.42h-.42c-.55 0-1 .45-1 1s.45 1 1 1h2.42l2 2H8.92c-.55 0-1 .45-1 1s.45 1 1 1h6c.12 0 .24-.03.35-.07l1.74 1.74c-.31.2-.68.33-1.09.33z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArticleSlash;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgArticledesign(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.08 21H8.25a4 4 0 01-4-4V7a4 4 0 014-4h1.58a1 1 0 110 2H8.25a2 2 0 00-2 2v10a2 2 0 002 2h6.83a2 2 0 002-2v-1.85a1 1 0 112 0V17a4 4 0 01-4 4zm.34-8.14a1 1 0 00-1-1h-5.5a1 1 0 000 2h5.5a1 1 0 001-1zm0 3.66a1 1 0 00-1-1h-5.5a1 1 0 000 2h5.5a1 1 0 001-1zm3.25-11.41l-1.17-.77a1.74 1.74 0 01-.54-.54l-.75-1.15a.5.5 0 00-.84 0l-.74 1.15c-.14.216-.324.4-.54.54l-1.17.77a.49.49 0 000 .83l1.17.76a2 2 0 01.54.54l.74 1.16a.499.499 0 00.84 0l.75-1.16c.14-.216.324-.4.54-.54l1.17-.76a.5.5 0 000-.83zm2.93 4.72l-.9-.58a1.48 1.48 0 01-.39-.4l-.57-.88a.34.34 0 00-.56 0l-.57.88a1.52 1.52 0 01-.4.4l-.89.58a.34.34 0 000 .56l.89.58c.157.103.293.236.4.39l.57.89a.34.34 0 00.56 0l.57-.89a1.45 1.45 0 01.39-.39l.9-.58a.34.34 0 000-.56z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgArticledesign;
|
package/Icon/Astrogy.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAstrogy(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.3 21c-2.5 0-4.8-1-6.5-2.9-.5-.5-.6-1.3-.3-2s1-1 1.7-.9h1.1C12 15 15 12 15.2 8.3V7.2c-.1-.7.3-1.4.9-1.7.7-.3 1.4-.2 2 .3 2.1 1.9 3.2 4.8 2.8 7.7-.5 3.8-3.7 7-7.5 7.5h-1.1zM7 16.7c-.1 0-.2.1-.2.1 0 .1-.1.2 0 .3 1.6 1.8 4 2.7 6.4 2.3 3.2-.4 5.8-3 6.2-6.2.3-2.4-.5-4.8-2.3-6.4-.1-.1-.2-.1-.3 0-.1 0-.1.1-.1.2 0 .4.1.9 0 1.4-.2 4.4-3.9 8.1-8.3 8.3-.4.1-.9.1-1.4 0 .1 0 .1 0 0 0zm4-11.1l-2.2-.2-.9-2c-.2-.5-1-.5-1.2 0l-.9 2-2.1.2c-.6.1-.8.8-.4 1.2l1.6 1.5-.4 2.1c-.1.6.5 1 1 .7L7.3 10l1.9 1.1c.5.3 1.1-.2 1-.7l-.4-2.2 1.6-1.5c.4-.3.2-1-.4-1.1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAstrogy;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAstrogyFill(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 4.9c2.4 1.9 3.8 4.9 3.4 8.3-.5 4-3.8 7.2-7.7 7.7-3.4.4-6.4-1-8.3-3.4-.5-.7 0-1.7.9-1.6 1 .1 2.1.1 3.3-.2 3.3-.8 5.9-3.4 6.7-6.7.2-1 .3-2.1.1-3.2-.1-.9.9-1.4 1.6-.9zm-6.5.7l-2.2-.2-.9-2c-.2-.5-1-.5-1.2 0l-.9 2-2.1.2c-.6.1-.8.8-.4 1.2l1.6 1.5-.4 2.1c-.1.6.5 1 1 .7L7.3 10l1.9 1.1c.5.3 1.1-.2 1-.7l-.4-2.2 1.6-1.5c.4-.3.2-1-.4-1.1z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAstrogyFill;
|
package/Icon/Baby.mjs
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBaby(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 11.9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm5 2.3c-.5.7-1.2 1-2 1s-1.6-.4-2-1c-.3-.4-.9-.5-1.3-.2s-.5.9-.2 1.3c.8 1 2.1 1.7 3.5 1.7s2.7-.7 3.5-1.8c.3-.4.2-1-.2-1.3-.4-.2-1-.1-1.3.3zm1-2.3a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" }),
|
|
5
|
+
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-8 0-3.7 2.6-6.9 6-7.7 0 .3 0 .7.2 1 .3.9.9 1.6 1.7 2 .1.1.3.1.4.1.4 0 .7-.2.9-.6.3-.5 0-1.1-.5-1.4-.3-.2-.6-.5-.7-.8V4c4.4 0 8 3.6 8 8s-3.6 8-8 8z" })));
|
|
6
|
+
}
|
|
7
|
+
export default SvgBaby;
|
package/Icon/Bbs.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBbs(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: "M13 6.82a.504.504 0 01-.91.43c-.11-.25 0-.55.25-.67a.49.49 0 01.66.24zm3.34 6.16a.49.49 0 00-.37.6c.06.27.33.44.6.37a.49.49 0 00.37-.6.505.505 0 00-.6-.37zM22 7v10c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7c0-1.66 1.34-3 3-3h14c1.66 0 3 1.34 3 3zm-11.87 5.41l-4.79-1.44a.497.497 0 00-.62.34L3.28 16.1c-.08.26.07.54.34.62l4.79 1.44c.26.08.54-.07.62-.34l1.44-4.79a.497.497 0 00-.34-.62zm2.28.19l4.52-2.13c.25-.12.36-.42.24-.67l-2.13-4.52a.504.504 0 00-.67-.24L9.85 7.17c-.25.12-.35.42-.24.67l2.13 4.52c.12.25.42.36.67.24zm7.98 4.55l-1.13-4.87a.49.49 0 00-.6-.37l-4.87 1.13a.49.49 0 00-.37.6l1.13 4.87c.06.27.33.44.6.37l4.87-1.13c.26-.06.43-.33.37-.6zm-12.8-4.96a.497.497 0 00-.62.34c-.08.26.07.54.34.62.26.08.54-.07.62-.34a.514.514 0 00-.34-.62z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBbs;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBeginner(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.14 10.58c.23.23.23.61 0 .85-.12.12-.27.18-.42.18-.15 0-.31-.06-.42-.18l-3.5-3.5a.61.61 0 010-.85.61.61 0 01.85 0l3.49 3.5zm10.87-4.66c-.07 1.6-.44 4.55-2.18 6.29-1.35 1.36-3.2 1.68-4.65 1.68-.45 0-.85-.03-1.2-.07 0 .04.02.07.02.11v6c0 .55-.45 1-1 1s-1-.45-1-1v-6c0-.04.02-.07.02-.11-.35.04-.75.07-1.2.07-1.45 0-3.29-.33-4.65-1.68-1.74-1.74-2.11-4.69-2.18-6.29-.01-.44.15-.87.47-1.18.31-.31.73-.5 1.18-.46 1.6.07 4.54.44 6.29 2.18.47.47.82 1.01 1.07 1.57.25-.56.6-1.1 1.07-1.58 1.74-1.74 4.69-2.11 6.29-2.18.47-.03.87.15 1.18.46.32.32.48.75.47 1.19zM11.4 11.2v-.06c0-1.17-.23-2.75-1.32-3.83-1.46-1.46-4.07-1.77-5.49-1.83h-.02c-.14 0-.23.07-.27.11-.04.04-.11.14-.11.28.06 1.43.37 4.04 1.83 5.49 1.46 1.46 3.75 1.41 4.99 1.25.17-.02.3-.15.32-.32.03-.27.06-.65.07-1.09zm7.22-4.54a.61.61 0 00-.85 0L13.44 11a.61.61 0 000 .85c.12.12.27.18.42.18.15 0 .31-.06.42-.18l4.33-4.33c.25-.24.25-.62.01-.86z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBeginner;
|
package/Icon/Bell.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBell(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 15l-.6-.8c-.26-.34-.4-.77-.4-1.2v-2.75c0-3.38-2.31-6.28-5.37-7.05C13.27 2.46 12.7 2 12 2c-.69 0-1.27.46-1.62 1.19-1.22.29-2.33.89-3.25 1.79A6.903 6.903 0 005 10v3c0 .43-.14.86-.4 1.2L4 15c-.57.76-.66 1.77-.24 2.62C4.19 18.47 5.05 19 6 19h12c.95 0 1.81-.53 2.24-1.38.42-.85.33-1.86-.24-2.62zm-1.55 1.72A.48.48 0 0118 17H6a.48.48 0 01-.45-.28c-.04-.08-.12-.3.05-.52l.6-.8c.52-.69.8-1.54.8-2.4v-3c0-1.36.54-2.64 1.52-3.59C9.46 5.5 10.69 5 12 5h.16c2.67.08 4.84 2.44 4.84 5.25V13c0 .86.28 1.71.8 2.4l.6.8c.17.22.09.44.05.52zM13.73 20c.39 0 .63.43.43.76C13.72 21.5 12.92 22 12 22c-.92 0-1.72-.5-2.16-1.24-.2-.33.04-.76.43-.76h3.46z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBell;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBellFill(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.73 20c.39 0 .63.43.43.76C13.72 21.5 12.92 22 12 22c-.92 0-1.72-.5-2.16-1.24-.2-.33.04-.76.43-.76h3.46zm5.87-5.53c-.39-.52-.6-1.15-.6-1.8V10c0-3.3-2.3-6.07-5.38-6.8C13.27 2.46 12.7 2 12 2c-.7 0-1.27.46-1.62 1.2C7.3 3.93 5 6.7 5 10v2.67c0 .65-.21 1.28-.6 1.8l-1 1.33C2.41 17.12 3.35 19 5 19h14c1.65 0 2.59-1.88 1.6-3.2l-1-1.33z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBellFill;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBellFillSlash(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 4.67c.82-.7 1.79-1.21 2.88-1.47.35-.74.92-1.2 1.62-1.2.7 0 1.27.46 1.62 1.2C16.7 3.93 19 6.7 19 10v2.67c0 .65.21 1.28.6 1.8l1 1.33c.51.67.5 1.49.16 2.13L7.5 4.67zM13.73 20h-3.45c-.39 0-.63.43-.43.76.43.74 1.23 1.24 2.15 1.24.92 0 1.72-.5 2.16-1.24.2-.33-.04-.76-.43-.76zM19 19L6.17 6.17 4.5 4.5a.996.996 0 10-1.41 1.41l2.2 2.2C5.11 8.72 5 9.34 5 10v2.67c0 .65-.21 1.28-.6 1.8l-1 1.33C2.41 17.12 3.35 19 5 19h11.17l1.91 1.91c.2.2.45.29.71.29.26 0 .51-.1.71-.29a.996.996 0 000-1.41L19 19z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBellFillSlash;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBellSlash(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.49 4.66c.85-.72 1.83-1.22 2.88-1.47C10.73 2.46 11.31 2 12 2c.7 0 1.27.46 1.63 1.2 3.06.77 5.37 3.67 5.37 7.05V13c0 .43.14.86.4 1.2l.6.8c.54.72.63 1.64.29 2.46l-3-3C17.11 14 17 13.5 17 13v-2.75c0-2.81-2.17-5.17-4.85-5.25H12c-1.13 0-2.2.39-3.08 1.09L7.49 4.66zM19.5 19.5a.996.996 0 01-.71 1.7c-.26 0-.51-.1-.71-.29L16.17 19H6c-.95 0-1.81-.53-2.24-1.38-.42-.85-.33-1.86.24-2.62l.6-.8c.26-.34.4-.77.4-1.2v-3c0-.65.1-1.29.27-1.9L3.09 5.91A.996.996 0 114.5 4.5l3.12 3.12L17 17l1.84 1.84.66.66zM14.17 17L7.02 9.84C7.01 9.9 7 9.95 7 10v3c0 .86-.28 1.71-.8 2.4l-.6.8c-.17.22-.09.44-.05.52.04.09.17.28.45.28h8.17zm-.44 3h-3.45c-.39 0-.63.43-.43.76.43.74 1.23 1.24 2.15 1.24.92 0 1.72-.5 2.16-1.24.2-.33-.04-.76-.43-.76z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBellSlash;
|
package/Icon/Blog.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBlog(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.92 9v9c0 2.21-1.79 4-4 4h-8c-2.21 0-4-1.79-4-4V6c0-2.21 1.79-4 4-4h5c.55 0 1 .45 1 1s-.45 1-1 1h-5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-.55.45-1 1-1s1 .45 1 1zm-5 7h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm0-4h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm-6-2h.5c.55 0 1-.45 1-1s-.45-1-1-1h-.5c-.55 0-1 .45-1 1s.45 1 1 1zm9.82-5.12c.1.1.27.1.37 0l.67-.67c.22-.21.22-.55.01-.75l-1.3-1.3a.525.525 0 00-.75 0l-.67.67c-.1.1-.1.27 0 .37l1.67 1.68zm-6.37 2.75l-.51 1.8c-.1.35.22.67.57.57l1.8-.51c.18-.05.35-.15.49-.29l3.2-3.11c.11-.11.13-.28.03-.38L16.23 4c-.09-.09-.26-.08-.38.03l-3.2 3.11c-.13.14-.23.31-.28.49z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBlog;
|
package/Icon/Bold.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBold(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.19 21.01H9.5c-1.93 0-3.5-1.57-3.5-3.5V6.48c0-1.93 1.57-3.5 3.5-3.5h2.55c2.82 0 4.95 2.23 4.95 5.2 0 1.17-.33 2.22-.9 3.07 1.45.95 2.4 2.59 2.4 4.45a5.32 5.32 0 01-5.31 5.31zM9 13.37v4.13c0 .28.22.5.5.5h3.69c1.28 0 2.32-1.04 2.32-2.32 0-1.28-1.04-2.32-2.32-2.32H9v.01zm0-3h3.05c1.34 0 1.95-1.14 1.95-2.2 0-1.06-.61-2.2-1.95-2.2H9.5c-.28.01-.5.24-.5.51v3.89z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBold;
|
package/Icon/Book.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBook(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.17s.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-.6zm12.5.89l-.66-.29c-1.81-.8-3.88-.8-5.69 0l-.65.29V6.08l1.47-.65c1.29-.57 2.77-.57 4.06 0l1.47.65v11.81z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBook;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgBookFill(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.04 3.66l2.36 1.05c.37.16.6.52.6.92v13.15c0 1.14-1.23 1.87-2.23 1.31l-.48-.26a5.512 5.512 0 00-5.5.09l-.04.02c-.33.2-.75-.04-.75-.43V4.84c0-.18.09-.34.24-.43l.74-.44a5.494 5.494 0 015.06-.31zM2 5.63v13.15c0 1.14 1.23 1.87 2.23 1.31l.47-.26c1.72-.95 3.81-.92 5.5.09l.04.02c.33.2.76-.04.76-.43V4.84c0-.18-.09-.34-.24-.43l-.74-.44a5.494 5.494 0 00-5.06-.31L2.59 4.71c-.36.16-.59.52-.59.92z" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgBookFill;
|
|
@@ -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;
|