@teamturing/react-kit 2.6.1 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/Grid/index.d.ts +1 -1
- package/dist/core/Image/index.d.ts +3 -3
- package/dist/enigma/EnigmaUI/index.d.ts +20 -3
- package/dist/enigma/View/ChipGroupView/index.d.ts +1 -1
- package/dist/enigma/View/GridView/index.d.ts +6 -0
- package/dist/enigma/View/IconView/index.d.ts +6 -0
- package/dist/enigma/View/ImageView/index.d.ts +1 -1
- package/dist/enigma/View/index.d.ts +3 -1
- package/dist/enigma/types/index.d.ts +27 -8
- package/dist/enigma/utils/index.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3328 -25
- package/esm/core/Grid/index.js +2 -2
- package/esm/enigma/EnigmaUI/index.js +9 -3
- package/esm/enigma/View/ChipGroupView/index.js +6 -4
- package/esm/enigma/View/GridView/index.js +32 -0
- package/esm/enigma/View/IconView/index.js +18 -0
- package/esm/enigma/View/ImageView/index.js +3 -1
- package/esm/packages/icons/esm/Ai.js +23 -0
- package/esm/packages/icons/esm/AiSad.js +17 -0
- package/esm/packages/icons/esm/AimPoint.js +36 -0
- package/esm/packages/icons/esm/Alarm.js +17 -0
- package/esm/packages/icons/esm/AppleColor.js +18 -0
- package/esm/packages/icons/esm/ArrowDown.js +17 -0
- package/esm/packages/icons/esm/ArrowLeft.js +17 -0
- package/esm/packages/icons/esm/ArrowLeftCircle.js +15 -0
- package/esm/packages/icons/esm/ArrowLeftLimit.js +17 -0
- package/esm/packages/icons/esm/ArrowLeftRight.js +17 -0
- package/esm/packages/icons/esm/ArrowRight.js +17 -0
- package/esm/packages/icons/esm/ArrowRightCircle.js +15 -0
- package/esm/packages/icons/esm/ArrowRightLimit.js +17 -0
- package/esm/packages/icons/esm/ArrowUp.js +17 -0
- package/esm/packages/icons/esm/ArrowUpDown.js +17 -0
- package/esm/packages/icons/esm/ArrowUpLimit.js +17 -0
- package/esm/packages/icons/esm/Barchart.js +15 -0
- package/esm/packages/icons/esm/Bookmark.js +17 -0
- package/esm/packages/icons/esm/Box.js +24 -0
- package/esm/packages/icons/esm/BusColor.js +36 -0
- package/esm/packages/icons/esm/CalendarCheck.js +17 -0
- package/esm/packages/icons/esm/CalendarCheckColor.js +20 -0
- package/esm/packages/icons/esm/CalendarColor.js +36 -0
- package/esm/packages/icons/esm/Camera.js +22 -0
- package/esm/packages/icons/esm/Card.js +17 -0
- package/esm/packages/icons/esm/CardsPercent.js +19 -0
- package/esm/packages/icons/esm/CardsPercentColor.js +23 -0
- package/esm/packages/icons/esm/CaretDown.js +15 -0
- package/esm/packages/icons/esm/CaretLeft.js +15 -0
- package/esm/packages/icons/esm/CaretRight.js +15 -0
- package/esm/packages/icons/esm/CaretUp.js +15 -0
- package/esm/packages/icons/esm/ChatBubble.js +17 -0
- package/esm/packages/icons/esm/ChatBubbleBadgeColor.js +32 -0
- package/esm/packages/icons/esm/ChatBubbleCorrect.js +24 -0
- package/esm/packages/icons/esm/ChatBubbleCorrectColor.js +22 -0
- package/esm/packages/icons/esm/ChatBubbleDots.js +17 -0
- package/esm/packages/icons/esm/ChatBubbleQuestion.js +17 -0
- package/esm/packages/icons/esm/Check.js +15 -0
- package/esm/packages/icons/esm/CheckInCircle.js +17 -0
- package/esm/packages/icons/esm/CheckInCircleColor.js +20 -0
- package/esm/packages/icons/esm/CheckInCircleLine.js +20 -0
- package/esm/packages/icons/esm/ChevronDown.js +17 -0
- package/esm/packages/icons/esm/ChevronLeft.js +17 -0
- package/esm/packages/icons/esm/ChevronRight.js +17 -0
- package/esm/packages/icons/esm/ChevronRightTwo.js +23 -0
- package/esm/packages/icons/esm/ChevronUp.js +17 -0
- package/esm/packages/icons/esm/ChevronUpTwo.js +23 -0
- package/esm/packages/icons/esm/Circles.js +17 -0
- package/esm/packages/icons/esm/Clip.js +14 -0
- package/esm/packages/icons/esm/CloseInCircle.js +17 -0
- package/esm/packages/icons/esm/Coin.js +17 -0
- package/esm/packages/icons/esm/Contact.js +17 -0
- package/esm/packages/icons/esm/Copy.js +22 -0
- package/esm/packages/icons/esm/Correct.js +16 -0
- package/esm/packages/icons/esm/Coupon.js +17 -0
- package/esm/packages/icons/esm/Crown.js +17 -0
- package/esm/packages/icons/esm/Curriculum.js +31 -0
- package/esm/packages/icons/esm/CurriculumColor.js +38 -0
- package/esm/packages/icons/esm/Delete.js +17 -0
- package/esm/packages/icons/esm/Document.js +22 -0
- package/esm/packages/icons/esm/Dots.js +17 -0
- package/esm/packages/icons/esm/Download.js +18 -0
- package/esm/packages/icons/esm/Emoji.js +17 -0
- package/esm/packages/icons/esm/Eng.js +20 -0
- package/esm/packages/icons/esm/Equal.js +17 -0
- package/esm/packages/icons/esm/Eraser.js +17 -0
- package/esm/packages/icons/esm/ExclamationPointInCircle.js +17 -0
- package/esm/packages/icons/esm/EyeOff.js +15 -0
- package/esm/packages/icons/esm/EyeOn.js +22 -0
- package/esm/packages/icons/esm/FaceHappy.js +17 -0
- package/esm/packages/icons/esm/FaceSad.js +17 -0
- package/esm/packages/icons/esm/Facebook.js +15 -0
- package/esm/packages/icons/esm/FacebookColor.js +20 -0
- package/esm/packages/icons/esm/Filter.js +17 -0
- package/esm/packages/icons/esm/Fire.js +15 -0
- package/esm/packages/icons/esm/Frame.js +17 -0
- package/esm/packages/icons/esm/Glasses.js +17 -0
- package/esm/packages/icons/esm/Graph.js +17 -0
- package/esm/packages/icons/esm/Gun.js +15 -0
- package/esm/packages/icons/esm/GunColor.js +18 -0
- package/esm/packages/icons/esm/Hair.js +17 -0
- package/esm/packages/icons/esm/Headphone.js +17 -0
- package/esm/packages/icons/esm/Heart.js +17 -0
- package/esm/packages/icons/esm/Infinite.js +15 -0
- package/esm/packages/icons/esm/InfoInCircle.js +17 -0
- package/esm/packages/icons/esm/Instagram.js +17 -0
- package/esm/packages/icons/esm/KakaoColor.js +20 -0
- package/esm/packages/icons/esm/Kor.js +20 -0
- package/esm/packages/icons/esm/Letter.js +17 -0
- package/esm/packages/icons/esm/LetterCrownColor.js +26 -0
- package/esm/packages/icons/esm/LetterHeartColor.js +26 -0
- package/esm/packages/icons/esm/LineThree.js +17 -0
- package/esm/packages/icons/esm/Link.js +22 -0
- package/esm/packages/icons/esm/Lock.js +17 -0
- package/esm/packages/icons/esm/LockColor.js +32 -0
- package/esm/packages/icons/esm/LogoApple.js +17 -0
- package/esm/packages/icons/esm/LogoColor.js +22 -0
- package/esm/packages/icons/esm/LogoFacebook.js +17 -0
- package/esm/packages/icons/esm/LogoKakao.js +17 -0
- package/esm/packages/icons/esm/LogoNaver.js +15 -0
- package/esm/packages/icons/esm/Maxsize.js +15 -0
- package/esm/packages/icons/esm/Minsize.js +17 -0
- package/esm/packages/icons/esm/Minus.js +17 -0
- package/esm/packages/icons/esm/MinusInCircle.js +17 -0
- package/esm/packages/icons/esm/Moneybag.js +17 -0
- package/esm/packages/icons/esm/MoneybagColor.js +20 -0
- package/esm/packages/icons/esm/More.js +17 -0
- package/esm/packages/icons/esm/MyBubble.js +17 -0
- package/esm/packages/icons/esm/NaverColor.js +18 -0
- package/esm/packages/icons/esm/New.js +22 -0
- package/esm/packages/icons/esm/Note.js +17 -0
- package/esm/packages/icons/esm/NoteColor.js +18 -0
- package/esm/packages/icons/esm/NotePenColor.js +46 -0
- package/esm/packages/icons/esm/NumberFiveFilled.js +17 -0
- package/esm/packages/icons/esm/NumberFiveOutlined.js +20 -0
- package/esm/packages/icons/esm/NumberFourFilled.js +17 -0
- package/esm/packages/icons/esm/NumberFourOutlined.js +20 -0
- package/esm/packages/icons/esm/NumberOneFilled.js +17 -0
- package/esm/packages/icons/esm/NumberOneOutlined.js +20 -0
- package/esm/packages/icons/esm/NumberThreeFilled.js +17 -0
- package/esm/packages/icons/esm/NumberThreeOutlined.js +20 -0
- package/esm/packages/icons/esm/NumberTwoFilled.js +17 -0
- package/esm/packages/icons/esm/NumberTwoOutlined.js +20 -0
- package/esm/packages/icons/esm/Out.js +22 -0
- package/esm/packages/icons/esm/PalmTreeColor.js +41 -0
- package/esm/packages/icons/esm/PaperCheck.js +36 -0
- package/esm/packages/icons/esm/Pause.js +17 -0
- package/esm/packages/icons/esm/Pen.js +17 -0
- package/esm/packages/icons/esm/PercentInCircle.js +22 -0
- package/esm/packages/icons/esm/Picture.js +17 -0
- package/esm/packages/icons/esm/Pin.js +17 -0
- package/esm/packages/icons/esm/PinColorRed.js +26 -0
- package/esm/packages/icons/esm/Play.js +15 -0
- package/esm/packages/icons/esm/Plug.js +33 -0
- package/esm/packages/icons/esm/PlugColor.js +36 -0
- package/esm/packages/icons/esm/Plus.js +17 -0
- package/esm/packages/icons/esm/PlusInCircle.js +17 -0
- package/esm/packages/icons/esm/PointInCircle.js +22 -0
- package/esm/packages/icons/esm/PointInCircleColor.js +27 -0
- package/esm/packages/icons/esm/Present.js +20 -0
- package/esm/packages/icons/esm/PresentColor.js +20 -0
- package/esm/packages/icons/esm/Problem.js +15 -0
- package/esm/packages/icons/esm/Profile.js +17 -0
- package/esm/packages/icons/esm/QuestionMarkInCircle.js +17 -0
- package/esm/packages/icons/esm/QuestionMarkInCircleOutlined.js +20 -0
- package/esm/packages/icons/esm/RaffleColor.js +113 -0
- package/esm/packages/icons/esm/Receipt.js +17 -0
- package/esm/packages/icons/esm/Refresh.js +17 -0
- package/esm/packages/icons/esm/Repeat.js +15 -0
- package/esm/packages/icons/esm/School.js +20 -0
- package/esm/packages/icons/esm/SchoolColor.js +27 -0
- package/esm/packages/icons/esm/Search.js +15 -0
- package/esm/packages/icons/esm/Set.js +20 -0
- package/esm/packages/icons/esm/Setting.js +17 -0
- package/esm/packages/icons/esm/Share.js +22 -0
- package/esm/packages/icons/esm/ShieldCheck.js +15 -0
- package/esm/packages/icons/esm/Siren.js +17 -0
- package/esm/packages/icons/esm/Skipback.js +17 -0
- package/esm/packages/icons/esm/Skipforward.js +17 -0
- package/esm/packages/icons/esm/SoundOff.js +15 -0
- package/esm/packages/icons/esm/SoundOn.js +25 -0
- package/esm/packages/icons/esm/Speaker.js +17 -0
- package/esm/packages/icons/esm/Stackup.js +27 -0
- package/esm/packages/icons/esm/Star.js +17 -0
- package/esm/packages/icons/esm/Store.js +15 -0
- package/esm/packages/icons/esm/Sync.js +17 -0
- package/esm/packages/icons/esm/TestUploadColor.js +26 -0
- package/esm/packages/icons/esm/Thumbdown.js +17 -0
- package/esm/packages/icons/esm/Thumbup.js +17 -0
- package/esm/packages/icons/esm/Thunder.js +17 -0
- package/esm/packages/icons/esm/Ticket.js +17 -0
- package/esm/packages/icons/esm/TicketColor.js +29 -0
- package/esm/packages/icons/esm/Time.js +17 -0
- package/esm/packages/icons/esm/Top.js +17 -0
- package/esm/packages/icons/esm/Trash.js +17 -0
- package/esm/packages/icons/esm/Treasurebox.js +22 -0
- package/esm/packages/icons/esm/Trophy.js +17 -0
- package/esm/packages/icons/esm/Undo.js +17 -0
- package/esm/packages/icons/esm/University.js +26 -0
- package/esm/packages/icons/esm/UserBlocked.js +17 -0
- package/esm/packages/icons/esm/UserCheck.js +17 -0
- package/esm/packages/icons/esm/UserPlus.js +17 -0
- package/esm/packages/icons/esm/UserTwo.js +23 -0
- package/esm/packages/icons/esm/Video.js +17 -0
- package/esm/packages/icons/esm/VideoColor.js +18 -0
- package/esm/packages/icons/esm/VoteColor.js +24 -0
- package/esm/packages/icons/esm/Warning.js +17 -0
- package/esm/packages/icons/esm/Wifi.js +27 -0
- package/esm/packages/icons/esm/WorkbookColor.js +29 -0
- package/esm/packages/icons/esm/Wrong.js +20 -0
- package/esm/packages/icons/esm/Youtube.js +17 -0
- package/esm/packages/icons/esm/index.js +193 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1661,6 +1661,756 @@ function _extends() {
|
|
|
1661
1661
|
return _extends.apply(this, arguments);
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
|
+
const SvgAi = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1665
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1666
|
+
width: "1em",
|
|
1667
|
+
height: "1em",
|
|
1668
|
+
fill: "none",
|
|
1669
|
+
viewBox: "0 0 24 24"
|
|
1670
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1671
|
+
fill: "currentColor",
|
|
1672
|
+
d: "M4.32 11.933a.686.686 0 0 0-.685-.686h-.076A2.059 2.059 0 0 0 1.5 13.305v1.122c0 1.137.922 2.058 2.059 2.058h.076a.686.686 0 0 0 .686-.686v-3.866Z"
|
|
1673
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1674
|
+
fill: "currentColor",
|
|
1675
|
+
fillRule: "evenodd",
|
|
1676
|
+
d: "M13.611 4.91c0 .652-.441 1.2-1.042 1.362v.451h2.893a3.39 3.39 0 0 1 3.39 3.391v6.92a3.39 3.39 0 0 1-3.39 3.39h-6.92a3.39 3.39 0 0 1-3.391-3.39v-6.92a3.39 3.39 0 0 1 3.39-3.39h2.82v-.472a1.411 1.411 0 0 1 .437-2.752h.403c.779 0 1.41.631 1.41 1.41Zm.596 7.293c0-.585-.331-1.058-.74-1.058-.408 0-.738.473-.738 1.058 0 .584.33 1.058.739 1.058.408 0 .739-.474.739-1.058Zm-2.86.002c0-.584-.33-1.057-.739-1.057-.408 0-.739.473-.739 1.056 0 .584.33 1.057.74 1.057.407 0 .738-.473.738-1.056Zm-.76 2.681a.57.57 0 0 0-.89.713c.97 1.214 3.168 1.715 4.625.015a.57.57 0 0 0-.866-.743 1.843 1.843 0 0 1-2.868.015Z",
|
|
1677
|
+
clipRule: "evenodd"
|
|
1678
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1679
|
+
fill: "currentColor",
|
|
1680
|
+
d: "M19.68 11.933c0-.38.306-.686.685-.686h.076c1.137 0 2.059.921 2.059 2.058v1.122a2.059 2.059 0 0 1-2.059 2.058h-.076a.686.686 0 0 1-.686-.686v-3.866Z"
|
|
1681
|
+
}));
|
|
1682
|
+
|
|
1683
|
+
const SvgAiSad = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1684
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1685
|
+
width: "1em",
|
|
1686
|
+
height: "1em",
|
|
1687
|
+
fill: "none",
|
|
1688
|
+
viewBox: "0 0 24 24"
|
|
1689
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1690
|
+
fill: "currentColor",
|
|
1691
|
+
fillRule: "evenodd",
|
|
1692
|
+
d: "M13.611 4.91c0 .652-.441 1.2-1.042 1.362v.451h2.893a3.39 3.39 0 0 1 3.39 3.391v6.92a3.39 3.39 0 0 1-3.39 3.391h-6.92a3.39 3.39 0 0 1-3.391-3.39v-6.92a3.39 3.39 0 0 1 3.39-3.392h2.82v-.471a1.411 1.411 0 0 1 .437-2.752h.403c.779 0 1.41.632 1.41 1.41Zm.596 7.293c0-.585-.331-1.058-.74-1.058-.408 0-.738.473-.738 1.058 0 .584.33 1.058.739 1.058.408 0 .739-.474.739-1.058Zm-2.86.002c0-.584-.33-1.057-.739-1.057-.408 0-.739.473-.739 1.056 0 .584.33 1.057.74 1.057.407 0 .738-.473.738-1.056Zm-7.026-.272a.686.686 0 0 0-.686-.686h-.076A2.059 2.059 0 0 0 1.5 13.305v1.122c0 1.137.922 2.058 2.059 2.058h.076a.686.686 0 0 0 .686-.686v-3.866Zm16.044-.686a.686.686 0 0 0-.686.686v3.866c0 .38.307.686.686.686h.076a2.059 2.059 0 0 0 2.059-2.058v-1.122a2.059 2.059 0 0 0-2.059-2.058h-.076Zm-6.12 5.336a.57.57 0 0 1-.802-.09 1.843 1.843 0 0 0-2.868.016.57.57 0 0 1-.866-.743c1.457-1.7 3.655-1.199 4.625.015a.57.57 0 0 1-.089.802Z",
|
|
1693
|
+
clipRule: "evenodd"
|
|
1694
|
+
}));
|
|
1695
|
+
|
|
1696
|
+
const SvgAimPoint = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1697
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1698
|
+
width: "1em",
|
|
1699
|
+
height: "1em",
|
|
1700
|
+
fill: "none",
|
|
1701
|
+
viewBox: "0 0 24 24"
|
|
1702
|
+
}, props), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
1703
|
+
id: "aim_point_svg__a",
|
|
1704
|
+
width: 22,
|
|
1705
|
+
height: 22,
|
|
1706
|
+
x: 1,
|
|
1707
|
+
y: 1,
|
|
1708
|
+
maskUnits: "userSpaceOnUse",
|
|
1709
|
+
style: {
|
|
1710
|
+
maskType: 'luminance'
|
|
1711
|
+
}
|
|
1712
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1713
|
+
fill: "#fff",
|
|
1714
|
+
d: "M23 1H1v22h22V1Z"
|
|
1715
|
+
})), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1716
|
+
mask: "url(#aim_point_svg__a)"
|
|
1717
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1718
|
+
fill: "#F5525D",
|
|
1719
|
+
d: "M12 7.188c.347 0 .693.039 1.031.116V2.031a1.031 1.031 0 1 0-2.062 0v5.273A4.598 4.598 0 0 1 12 7.187ZM12 16.813c.347 0 .693-.04 1.031-.117v5.273a1.031 1.031 0 1 1-2.062 0v-5.273c.338.077.684.117 1.031.116Z"
|
|
1720
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1721
|
+
fill: "currentColor",
|
|
1722
|
+
d: "M12 16.813a4.812 4.812 0 1 1 0-9.624 4.812 4.812 0 0 1 0 9.623Zm0-7.563a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5ZM4.513 10.969a7.562 7.562 0 0 1 6.456-6.456V2.451a9.625 9.625 0 0 0-8.539 8.518h2.083ZM13.031 4.513a7.562 7.562 0 0 1 6.456 6.456h2.062a9.625 9.625 0 0 0-8.518-8.539v2.083ZM19.487 13.031a7.563 7.563 0 0 1-6.456 6.456v2.062a9.625 9.625 0 0 0 8.539-8.518h-2.083ZM10.969 19.487a7.563 7.563 0 0 1-6.456-6.456H2.451a9.625 9.625 0 0 0 8.518 8.539v-2.083Z"
|
|
1723
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1724
|
+
fill: "#F5525D",
|
|
1725
|
+
d: "M7.188 12c0-.347.039-.693.116-1.031H2.031a1.031 1.031 0 1 0 0 2.062h5.273A4.598 4.598 0 0 1 7.187 12ZM16.813 12c0-.347-.04-.693-.117-1.031h5.273a1.031 1.031 0 1 1 0 2.062h-5.273c.077-.338.117-.684.117-1.031Z"
|
|
1726
|
+
})));
|
|
1727
|
+
|
|
1728
|
+
const SvgAlarm = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1729
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1730
|
+
width: "1em",
|
|
1731
|
+
height: "1em",
|
|
1732
|
+
fill: "none",
|
|
1733
|
+
viewBox: "0 0 24 24"
|
|
1734
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1735
|
+
fill: "currentColor",
|
|
1736
|
+
fillRule: "evenodd",
|
|
1737
|
+
d: "M4.611 9.389a7.389 7.389 0 1 1 14.778 0v5.485A3.37 3.37 0 0 1 21.5 18a.842.842 0 0 1-.842.842h-5.492a3.167 3.167 0 0 1-6.334 0h-5.49A.842.842 0 0 1 2.5 18a3.37 3.37 0 0 1 2.111-3.126V9.39Z",
|
|
1738
|
+
clipRule: "evenodd"
|
|
1739
|
+
}));
|
|
1740
|
+
|
|
1741
|
+
const SvgAppleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1742
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1743
|
+
width: "1em",
|
|
1744
|
+
height: "1em",
|
|
1745
|
+
fill: "none",
|
|
1746
|
+
viewBox: "0 0 24 24"
|
|
1747
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1748
|
+
fill: "#000",
|
|
1749
|
+
d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z"
|
|
1750
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1751
|
+
fill: "#fff",
|
|
1752
|
+
d: "M14.514 11.781c-.01-1.139.952-1.685.995-1.71-.54-.774-1.384-.882-1.683-.895-.718-.07-1.401.413-1.764.413s-.926-.401-1.52-.39a2.263 2.263 0 0 0-1.906 1.127c-.813 1.377-.209 3.418.584 4.535.386.547.847 1.161 1.452 1.14.585-.023.805-.37 1.51-.37.706 0 .904.37 1.521.36.628-.013 1.026-.56 1.409-1.107.443-.634.627-1.248.638-1.28-.014-.006-1.223-.46-1.236-1.823ZM13.354 8.436c.322-.38.54-.91.48-1.436-.463.017-1.024.303-1.356.681-.299.338-.56.878-.49 1.394.516.038 1.046-.257 1.366-.639Z"
|
|
1753
|
+
}));
|
|
1754
|
+
|
|
1755
|
+
const SvgArrowDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1756
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1757
|
+
width: "1em",
|
|
1758
|
+
height: "1em",
|
|
1759
|
+
fill: "none",
|
|
1760
|
+
viewBox: "0 0 24 24"
|
|
1761
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1762
|
+
fill: "currentColor",
|
|
1763
|
+
fillRule: "evenodd",
|
|
1764
|
+
d: "M13.28 3.534V17.57l5.451-5.451a1.2 1.2 0 1 1 1.697 1.697l-7.5 7.5c-.002.003-.006.004-.009.007a1.2 1.2 0 0 1-1.298.252 1.19 1.19 0 0 1-.38-.252l-.01-.007-7.5-7.5a1.196 1.196 0 0 1-.35-.848 1.2 1.2 0 0 1 2.048-.849l5.451 5.45V3.535a1.2 1.2 0 1 1 2.4 0Z",
|
|
1765
|
+
clipRule: "evenodd"
|
|
1766
|
+
}));
|
|
1767
|
+
|
|
1768
|
+
const SvgArrowLeft = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1769
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1770
|
+
width: "1em",
|
|
1771
|
+
height: "1em",
|
|
1772
|
+
fill: "none",
|
|
1773
|
+
viewBox: "0 0 24 24"
|
|
1774
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1775
|
+
fill: "currentColor",
|
|
1776
|
+
fillRule: "evenodd",
|
|
1777
|
+
d: "M20.966 10.8H6.93l5.451-5.451a1.2 1.2 0 1 0-1.697-1.697l-7.5 7.5c-.003.002-.004.006-.007.009a1.2 1.2 0 0 0 0 1.678l.007.01 7.5 7.5a1.198 1.198 0 0 0 1.514.148 1.2 1.2 0 0 0 .183-1.846L6.931 13.2h14.036a1.2 1.2 0 1 0 0-2.4",
|
|
1778
|
+
clipRule: "evenodd"
|
|
1779
|
+
}));
|
|
1780
|
+
|
|
1781
|
+
const SvgArrowLeftCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1782
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1783
|
+
width: "1em",
|
|
1784
|
+
height: "1em",
|
|
1785
|
+
fill: "none",
|
|
1786
|
+
viewBox: "0 0 24 24"
|
|
1787
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1788
|
+
fill: "currentColor",
|
|
1789
|
+
d: "M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1Zm4.5 12H9.9l2.3 2.3c.4.4.4 1 0 1.4-.2.2-.5.3-.7.3-.2 0-.5-.1-.7-.3l-4-4c-.4-.4-.4-1 0-1.4l4-4c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L9.9 11h6.6c.6 0 1 .4 1 1s-.5 1-1 1Z"
|
|
1790
|
+
}));
|
|
1791
|
+
|
|
1792
|
+
const SvgArrowLeftLimit = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1793
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1794
|
+
width: "1em",
|
|
1795
|
+
height: "1em",
|
|
1796
|
+
fill: "none",
|
|
1797
|
+
viewBox: "0 0 24 24"
|
|
1798
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1799
|
+
fill: "currentColor",
|
|
1800
|
+
fillRule: "evenodd",
|
|
1801
|
+
d: "M7 12a2.25 2.25 0 0 0 1.12 1.963l11.52 6.73c1.493.872 3.36-.218 3.36-1.963V5.27c0-1.745-1.867-2.835-3.36-1.963l-11.52 6.73A2.25 2.25 0 0 0 7 12ZM2.385 3C1.62 3 1 3.62 1 4.385v15.23C1 20.38 1.62 21 2.385 21h3.23C6.38 21 7 20.38 7 19.615V4.385C7 3.62 6.38 3 5.615 3h-3.23Z",
|
|
1802
|
+
clipRule: "evenodd"
|
|
1803
|
+
}));
|
|
1804
|
+
|
|
1805
|
+
const SvgArrowLeftRight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1806
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1807
|
+
width: "1em",
|
|
1808
|
+
height: "1em",
|
|
1809
|
+
fill: "none",
|
|
1810
|
+
viewBox: "0 0 24 24"
|
|
1811
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1812
|
+
fill: "currentColor",
|
|
1813
|
+
fillRule: "evenodd",
|
|
1814
|
+
d: "M3.951 7.758h13.442l-2.494 2.494a1.101 1.101 0 0 0 1.556 1.555l4.371-4.372a1.093 1.093 0 0 0 0-1.556l-4.371-4.37a1.1 1.1 0 1 0-1.556 1.555l2.494 2.494H3.951a1.1 1.1 0 0 0 0 2.2Zm16.098 8.483H6.607L9.1 13.747a1.1 1.1 0 0 0-1.556-1.555l-4.372 4.371a1.096 1.096 0 0 0 0 1.556l4.372 4.372A1.1 1.1 0 1 0 9.1 20.935l-2.494-2.494h13.442a1.1 1.1 0 0 0 0-2.2",
|
|
1815
|
+
clipRule: "evenodd"
|
|
1816
|
+
}));
|
|
1817
|
+
|
|
1818
|
+
const SvgArrowRight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1819
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1820
|
+
width: "1em",
|
|
1821
|
+
height: "1em",
|
|
1822
|
+
fill: "none",
|
|
1823
|
+
viewBox: "0 0 24 24"
|
|
1824
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1825
|
+
fill: "currentColor",
|
|
1826
|
+
fillRule: "evenodd",
|
|
1827
|
+
d: "M3.868 10.8h14.036l-5.451-5.451a1.2 1.2 0 1 1 1.697-1.697l7.5 7.5c.003.002.004.006.007.009a1.2 1.2 0 0 1 .252 1.298 1.19 1.19 0 0 1-.252.38l-.008.01-7.5 7.5a1.196 1.196 0 0 1-.847.35 1.2 1.2 0 0 1-.849-2.048l5.45-5.451H3.869a1.2 1.2 0 1 1 0-2.4Z",
|
|
1828
|
+
clipRule: "evenodd"
|
|
1829
|
+
}));
|
|
1830
|
+
|
|
1831
|
+
const SvgArrowRightCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1832
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1833
|
+
width: "1em",
|
|
1834
|
+
height: "1em",
|
|
1835
|
+
fill: "none",
|
|
1836
|
+
viewBox: "0 0 24 24"
|
|
1837
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1838
|
+
fill: "currentColor",
|
|
1839
|
+
d: "M1 12c0 6.1 4.9 11 11 11s11-4.9 11-11S18.1 1 12 1 1 5.9 1 12Zm5.5 0c0-.6.4-1 1-1h6.6l-2.3-2.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l4 4c.4.4.4 1 0 1.4l-4 4c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l2.3-2.3H7.5c-.5 0-1-.4-1-1Z"
|
|
1840
|
+
}));
|
|
1841
|
+
|
|
1842
|
+
const SvgArrowRightLimit = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1843
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1844
|
+
width: "1em",
|
|
1845
|
+
height: "1em",
|
|
1846
|
+
fill: "none",
|
|
1847
|
+
viewBox: "0 0 24 24"
|
|
1848
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1849
|
+
fill: "currentColor",
|
|
1850
|
+
fillRule: "evenodd",
|
|
1851
|
+
d: "m4.36 20.693 11.52-6.73c1.493-.872 1.493-3.053 0-3.926L4.36 3.307C2.867 2.435 1 3.525 1 5.27v13.46c0 1.745 1.867 2.835 3.36 1.963ZM18.385 3C17.62 3 17 3.62 17 4.385v15.23c0 .765.62 1.385 1.385 1.385h3.23C22.38 21 23 20.38 23 19.615V4.385C23 3.62 22.38 3 21.615 3h-3.23Z",
|
|
1852
|
+
clipRule: "evenodd"
|
|
1853
|
+
}));
|
|
1854
|
+
|
|
1855
|
+
const SvgArrowUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1856
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1857
|
+
width: "1em",
|
|
1858
|
+
height: "1em",
|
|
1859
|
+
fill: "none",
|
|
1860
|
+
viewBox: "0 0 24 24"
|
|
1861
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1862
|
+
fill: "currentColor",
|
|
1863
|
+
fillRule: "evenodd",
|
|
1864
|
+
d: "M10.88 20.466V6.43l-5.451 5.451a1.2 1.2 0 1 1-1.697-1.697l7.5-7.5c.002-.003.006-.004.009-.007a1.2 1.2 0 0 1 1.298-.252c.143.06.271.145.38.252l.01.007 7.5 7.5c.234.234.351.541.351.848a1.2 1.2 0 0 1-2.048.849l-5.452-5.45v14.035a1.2 1.2 0 1 1-2.4 0Z",
|
|
1865
|
+
clipRule: "evenodd"
|
|
1866
|
+
}));
|
|
1867
|
+
|
|
1868
|
+
const SvgArrowUpDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1869
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1870
|
+
width: "1em",
|
|
1871
|
+
height: "1em",
|
|
1872
|
+
fill: "none",
|
|
1873
|
+
viewBox: "0 0 24 24"
|
|
1874
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1875
|
+
fill: "currentColor",
|
|
1876
|
+
fillRule: "evenodd",
|
|
1877
|
+
d: "M16.236 3.946v13.442l-2.494-2.494a1.101 1.101 0 0 0-1.555 1.556l4.372 4.371a1.091 1.091 0 0 0 1.556 0l4.37-4.37a1.101 1.101 0 1 0-1.555-1.557l-2.494 2.494V3.946a1.1 1.1 0 0 0-2.2 0ZM7.753 20.044V6.602l2.494 2.493a1.1 1.1 0 0 0 1.555-1.556l-4.37-4.372a1.096 1.096 0 0 0-1.557 0L1.503 7.54A1.1 1.1 0 1 0 3.06 9.095l2.494-2.494v13.442a1.1 1.1 0 1 0 2.2 0",
|
|
1878
|
+
clipRule: "evenodd"
|
|
1879
|
+
}));
|
|
1880
|
+
|
|
1881
|
+
const SvgArrowUpLimit = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1882
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1883
|
+
width: "1em",
|
|
1884
|
+
height: "1em",
|
|
1885
|
+
fill: "none",
|
|
1886
|
+
viewBox: "0 0 24 24"
|
|
1887
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1888
|
+
fill: "currentColor",
|
|
1889
|
+
fillRule: "evenodd",
|
|
1890
|
+
d: "M12.766 6.604a1.108 1.108 0 0 0-1.556 0L5.504 12.31a1.1 1.1 0 0 0 1.555 1.556l3.829-3.83v11.345a1.1 1.1 0 0 0 2.2 0V10.038l3.829 3.829a1.095 1.095 0 0 0 1.39.137 1.1 1.1 0 0 0 .166-1.693l-5.707-5.707ZM21.38 2.1H2.596a1.1 1.1 0 1 0 0 2.2h18.785a1.1 1.1 0 0 0 0-2.2",
|
|
1891
|
+
clipRule: "evenodd"
|
|
1892
|
+
}));
|
|
1893
|
+
|
|
1894
|
+
const SvgBarchart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1895
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1896
|
+
width: "1em",
|
|
1897
|
+
height: "1em",
|
|
1898
|
+
fill: "none",
|
|
1899
|
+
viewBox: "0 0 24 24"
|
|
1900
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1901
|
+
fill: "currentColor",
|
|
1902
|
+
d: "M14 2h5c.6 0 1 .4 1 1v18c0 .6-.4 1-1 1h-5c-.6 0-1-.4-1-1V3c0-.6.4-1 1-1ZM5 12h5c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1v-8c0-.6.4-1 1-1Z"
|
|
1903
|
+
}));
|
|
1904
|
+
|
|
1905
|
+
const SvgBookmark = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1906
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1907
|
+
width: "1em",
|
|
1908
|
+
height: "1em",
|
|
1909
|
+
fill: "none",
|
|
1910
|
+
viewBox: "0 0 24 24"
|
|
1911
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1912
|
+
fill: "currentColor",
|
|
1913
|
+
fillRule: "evenodd",
|
|
1914
|
+
d: "M3.5 3.4c0-.7.5-1.2 1.2-1.2h14.6c.7 0 1.2.5 1.2 1.2v17.3c0 .5-.5.8-.9.5l-7-4c-.4-.2-.8-.2-1.2 0l-7 4c-.4.2-.9-.1-.9-.5V3.4Z",
|
|
1915
|
+
clipRule: "evenodd"
|
|
1916
|
+
}));
|
|
1917
|
+
|
|
1918
|
+
const SvgBox = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1919
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1920
|
+
width: "1em",
|
|
1921
|
+
height: "1em",
|
|
1922
|
+
fill: "none",
|
|
1923
|
+
viewBox: "0 0 24 24"
|
|
1924
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
1925
|
+
clipPath: "url(#box_svg__a)"
|
|
1926
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1927
|
+
fill: "currentColor",
|
|
1928
|
+
fillRule: "evenodd",
|
|
1929
|
+
d: "M12.601.344a1.25 1.25 0 0 0-.943-.003L1.637 4.394a1.25 1.25 0 0 0-.782 1.159v12.82c0 .507.306.964.774 1.156l10.021 4.127c.307.126.652.125.958-.003l9.874-4.126a1.25 1.25 0 0 0 .768-1.153V5.553a1.25 1.25 0 0 0-.776-1.157L12.601.344Zm3.905 4.306 2.175.892-6.558 2.643-2.071-.822 6.454-2.713ZM7.997 9.237l2.88 1.143v10.254l-7.522-3.097V7.394l2.142.85v3.572a1.25 1.25 0 0 0 2.5 0V9.237ZM5.466 5.542l1.268.504 6.508-2.736-1.12-.46-6.656 2.692Zm7.91 15.08V10.377l7.374-2.972v10.137l-7.374 3.082Z",
|
|
1930
|
+
clipRule: "evenodd"
|
|
1931
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1932
|
+
id: "box_svg__a"
|
|
1933
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1934
|
+
fill: "#fff",
|
|
1935
|
+
d: "M0 0h24v24H0z"
|
|
1936
|
+
}))));
|
|
1937
|
+
|
|
1938
|
+
const SvgBusColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1939
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1940
|
+
width: "1em",
|
|
1941
|
+
height: "1em",
|
|
1942
|
+
fill: "none",
|
|
1943
|
+
viewBox: "0 0 41 40"
|
|
1944
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1945
|
+
fill: "#FFCD39",
|
|
1946
|
+
d: "M2.167 8.796a3.056 3.056 0 0 1 3.055-3.055h30.556a3.056 3.056 0 0 1 3.055 3.055v19.352a3.056 3.056 0 0 1-3.055 3.056H5.222a3.056 3.056 0 0 1-3.056-3.056V8.796Z"
|
|
1947
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1948
|
+
fill: "#E8B006",
|
|
1949
|
+
d: "M2.167 23.056h36.666v5.092a3.056 3.056 0 0 1-3.055 3.056H5.222a3.056 3.056 0 0 1-3.056-3.056v-5.092Z"
|
|
1950
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1951
|
+
fill: "#575C64",
|
|
1952
|
+
d: "M13.37 29.676a4.583 4.583 0 1 1-9.166 0 4.583 4.583 0 0 1 9.166 0Z"
|
|
1953
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1954
|
+
fill: "currentColor",
|
|
1955
|
+
d: "M10.315 29.676a1.528 1.528 0 1 1-3.056 0 1.528 1.528 0 0 1 3.056 0Z"
|
|
1956
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1957
|
+
fill: "#575C64",
|
|
1958
|
+
d: "M36.796 29.676a4.583 4.583 0 1 1-9.166 0 4.583 4.583 0 0 1 9.166 0Z"
|
|
1959
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1960
|
+
fill: "currentColor",
|
|
1961
|
+
d: "M33.74 29.676a1.528 1.528 0 1 1-3.055 0 1.528 1.528 0 0 1 3.056 0Z"
|
|
1962
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1963
|
+
fill: "#575C64",
|
|
1964
|
+
d: "M34.76 10.833c0-1.125.911-2.037 2.036-2.037h2.037V20h-2.037a2.037 2.037 0 0 1-2.037-2.037v-7.13ZM5.222 10.833c0-1.125.912-2.037 2.037-2.037h10.694a.51.51 0 0 1 .51.51v8.148a.51.51 0 0 1-.51.509H7.26a2.037 2.037 0 0 1-2.037-2.037v-5.093ZM32.722 15.926a2.037 2.037 0 0 1-2.037 2.037H19.991a.51.51 0 0 1-.51-.51V9.307a.51.51 0 0 1 .51-.51h10.694c1.125 0 2.037.912 2.037 2.037v5.093Z"
|
|
1965
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1966
|
+
fill: "#fff",
|
|
1967
|
+
d: "M36.796 25.602c0-.844.684-1.528 1.528-1.528h.51v3.056h-.51a1.528 1.528 0 0 1-1.528-1.528Z"
|
|
1968
|
+
}));
|
|
1969
|
+
|
|
1970
|
+
const SvgCalendarCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1971
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1972
|
+
width: "1em",
|
|
1973
|
+
height: "1em",
|
|
1974
|
+
fill: "none",
|
|
1975
|
+
viewBox: "0 0 24 24"
|
|
1976
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1977
|
+
fill: "currentColor",
|
|
1978
|
+
fillRule: "evenodd",
|
|
1979
|
+
d: "m17.207 10.415-5.584 5.584a1 1 0 0 1-1.414 0l-3.416-3.417a1 1 0 0 1 1.414-1.414l2.709 2.709 4.877-4.876a1 1 0 1 1 1.414 1.414ZM19.7 2.8h-1.63v-1a1 1 0 0 0-2 0v1H7.93v-1a1 1 0 1 0-2 0v1H4.3a2 2 0 0 0-2 2v15.4a2 2 0 0 0 2 2h15.4a2 2 0 0 0 2-2V4.8a2 2 0 0 0-2-2Z",
|
|
1980
|
+
clipRule: "evenodd"
|
|
1981
|
+
}));
|
|
1982
|
+
|
|
1983
|
+
const SvgCalendarCheckColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1984
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1985
|
+
width: "1em",
|
|
1986
|
+
height: "1em",
|
|
1987
|
+
fill: "none",
|
|
1988
|
+
viewBox: "0 0 24 24"
|
|
1989
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1990
|
+
fill: "#E5E7EB",
|
|
1991
|
+
fillRule: "evenodd",
|
|
1992
|
+
d: "m17.207 10.415-5.584 5.584a1 1 0 0 1-1.414 0l-3.416-3.417a1 1 0 1 1 1.414-1.414l2.709 2.709 4.877-4.876a1 1 0 1 1 1.414 1.414ZM19.7 2.8h-1.63v-1a1 1 0 0 0-2 0v1H7.93v-1a1 1 0 0 0-2 0v1H4.3a2 2 0 0 0-2 2v15.4a2 2 0 0 0 2 2h15.4a2 2 0 0 0 2-2V4.8a2 2 0 0 0-2-2Z",
|
|
1993
|
+
clipRule: "evenodd"
|
|
1994
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1995
|
+
fill: "#835EEB",
|
|
1996
|
+
d: "m11.623 15.999 5.584-5.584a1 1 0 0 0-1.414-1.414l-4.877 4.876-2.709-2.709a1 1 0 0 0-1.414 1.414l3.416 3.417a1 1 0 0 0 1.414 0Z"
|
|
1997
|
+
}));
|
|
1998
|
+
|
|
1999
|
+
const SvgCalendarColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2000
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2001
|
+
width: "1em",
|
|
2002
|
+
height: "1em",
|
|
2003
|
+
fill: "none",
|
|
2004
|
+
viewBox: "0 0 24 24"
|
|
2005
|
+
}, props), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2006
|
+
width: 20,
|
|
2007
|
+
height: 19,
|
|
2008
|
+
x: 2,
|
|
2009
|
+
y: 3,
|
|
2010
|
+
fill: "#E5E7EB",
|
|
2011
|
+
rx: 2
|
|
2012
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2013
|
+
fill: "#B3CDFF",
|
|
2014
|
+
d: "M2 5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3H2V5Z"
|
|
2015
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2016
|
+
width: 2,
|
|
2017
|
+
height: 5,
|
|
2018
|
+
x: 6,
|
|
2019
|
+
y: 1,
|
|
2020
|
+
fill: "#575C64",
|
|
2021
|
+
rx: 1
|
|
2022
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2023
|
+
width: 2,
|
|
2024
|
+
height: 5,
|
|
2025
|
+
x: 16,
|
|
2026
|
+
y: 1,
|
|
2027
|
+
fill: "#575C64",
|
|
2028
|
+
rx: 1
|
|
2029
|
+
}));
|
|
2030
|
+
|
|
2031
|
+
const SvgCamera = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2032
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2033
|
+
width: "1em",
|
|
2034
|
+
height: "1em",
|
|
2035
|
+
fill: "none",
|
|
2036
|
+
viewBox: "0 0 24 24"
|
|
2037
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2038
|
+
fill: "currentColor",
|
|
2039
|
+
fillRule: "evenodd",
|
|
2040
|
+
d: "M12 18.267a5.252 5.252 0 0 1-5.246-5.246A5.252 5.252 0 0 1 12 7.774a5.252 5.252 0 0 1 5.246 5.247A5.252 5.252 0 0 1 12 18.267Zm8.113-13.131h-2.954l-1.113-2.169a2.1 2.1 0 0 0-1.868-1.14H9.765a2.1 2.1 0 0 0-1.888 1.18L6.841 5.136H3.887a2.52 2.52 0 0 0-2.521 2.52v11.601a2.52 2.52 0 0 0 2.521 2.52h16.226a2.519 2.519 0 0 0 2.521-2.52V7.656a2.52 2.52 0 0 0-2.521-2.52Z",
|
|
2041
|
+
clipRule: "evenodd"
|
|
2042
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2043
|
+
fill: "currentColor",
|
|
2044
|
+
fillRule: "evenodd",
|
|
2045
|
+
d: "M12 9.664a3.359 3.359 0 0 0-3.355 3.356A3.358 3.358 0 0 0 12 16.376a3.358 3.358 0 0 0 3.355-3.356A3.36 3.36 0 0 0 12 9.664Z",
|
|
2046
|
+
clipRule: "evenodd"
|
|
2047
|
+
}));
|
|
2048
|
+
|
|
2049
|
+
const SvgCard = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2050
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2051
|
+
width: "1em",
|
|
2052
|
+
height: "1em",
|
|
2053
|
+
fill: "none",
|
|
2054
|
+
viewBox: "0 0 24 24"
|
|
2055
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2056
|
+
fill: "currentColor",
|
|
2057
|
+
fillRule: "evenodd",
|
|
2058
|
+
d: "M10.5 7.5h3v-3h-3v3Zm7.5-6H6a2 2 0 0 0-2 2v17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-17a2 2 0 0 0-2-2Z",
|
|
2059
|
+
clipRule: "evenodd"
|
|
2060
|
+
}));
|
|
2061
|
+
|
|
2062
|
+
const SvgCardsPercent = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2063
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2064
|
+
width: "1em",
|
|
2065
|
+
height: "1em",
|
|
2066
|
+
fill: "none",
|
|
2067
|
+
viewBox: "0 0 24 24"
|
|
2068
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2069
|
+
fill: "currentColor",
|
|
2070
|
+
d: "M14.67 2H3.82a2.56 2.56 0 0 0-2.57 2.58v13a2.56 2.56 0 0 0 2.56 2.56h10.86a2.56 2.56 0 0 0 2.58-2.57v-13A2.56 2.56 0 0 0 14.67 2ZM5.74 9.13A1.59 1.59 0 0 1 6.25 8a1.56 1.56 0 1 1 0 2.21 1.59 1.59 0 0 1-.51-1.08Zm1.33 4.81a.52.52 0 0 1-.4 0 .571.571 0 0 1-.18-.12.71.71 0 0 1-.11-.17.45.45 0 0 1 0-.2.52.52 0 0 1 0-.21.997.997 0 0 1 .11-.17l4.76-4.74a.55.55 0 0 1 .37-.14.57.57 0 0 1 .36.16.52.52 0 0 1 0 .73l-4.73 4.74a.571.571 0 0 1-.18.12Zm5.22.18a1.56 1.56 0 0 1-2.21 0A1.56 1.56 0 0 1 9.63 13a1.56 1.56 0 1 1 3.11 0 1.561 1.561 0 0 1-.49 1.12h.04Zm-.76-1.45a.52.52 0 0 1 .14.35.481.481 0 0 1-.14.34.449.449 0 0 1-.34.15.32.32 0 0 1-.19 0 .59.59 0 0 1-.17-.1.62.62 0 0 1-.11-.17.41.41 0 0 1 0-.19.478.478 0 0 1 0-.2.568.568 0 0 1 .11-.16l.17-.11a.63.63 0 0 1 .19 0 .53.53 0 0 1 .34.09ZM7.31 9.61a.52.52 0 0 1-.5-.47.45.45 0 0 1 0-.2.59.59 0 0 1 .1-.17.5.5 0 0 1 .17-.11.47.47 0 0 1 .38 0 .5.5 0 0 1 .17.11.59.59 0 0 1 .1.17.43.43 0 0 1 0 .19.52.52 0 0 1-.5.47l.08.01Z"
|
|
2071
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2072
|
+
fill: "currentColor",
|
|
2073
|
+
fillOpacity: 0.6,
|
|
2074
|
+
d: "M22.67 7.89 19.88 20a2.58 2.58 0 0 1-3.07 1.92l-5.56-1.28a2.54 2.54 0 0 1-1.06-.54h4.48a2.55 2.55 0 0 0 2.58-2.56v-13a2.121 2.121 0 0 0-.1-.54l3.61.83a2.56 2.56 0 0 1 1.91 3.06Z"
|
|
2075
|
+
}));
|
|
2076
|
+
|
|
2077
|
+
const SvgCardsPercentColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2078
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2079
|
+
width: "1em",
|
|
2080
|
+
height: "1em",
|
|
2081
|
+
fill: "none",
|
|
2082
|
+
viewBox: "0 0 24 24"
|
|
2083
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2084
|
+
fill: "#9C7EEF",
|
|
2085
|
+
d: "m21.24 4.23-4.86-1.12c.273.412.419.896.42 1.39v13a2.5 2.5 0 0 1-2.5 2.5H9.52l7.67 1.77a2.5 2.5 0 0 0 3-1.87l2.92-12.67a2.491 2.491 0 0 0-1.87-3Z"
|
|
2086
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2087
|
+
fill: "#D9CDF9",
|
|
2088
|
+
d: "M.8 4.5A2.5 2.5 0 0 1 3.3 2h11a2.5 2.5 0 0 1 2.5 2.5v13a2.5 2.5 0 0 1-2.5 2.5h-11a2.5 2.5 0 0 1-2.5-2.5v-13Z"
|
|
2089
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2090
|
+
fill: "#9C7EEF",
|
|
2091
|
+
fillRule: "evenodd",
|
|
2092
|
+
d: "M9.64 14.043a1.56 1.56 0 0 0 2.203 0 1.56 1.56 0 0 0 .457-1.101 1.56 1.56 0 0 0-2.66-1.102 1.56 1.56 0 0 0 0 2.203Zm-3.01-.18a.53.53 0 0 0 .173-.114l4.746-4.746a.532.532 0 0 0-.752-.752L6.05 12.997a.532.532 0 0 0 .58.867Zm-.873-5.906A1.56 1.56 0 0 0 7.96 10.16a1.56 1.56 0 0 0 .457-1.101A1.561 1.561 0 0 0 6.857 7.5a1.56 1.56 0 0 0-1.1.457Zm4.985 4.49a.498.498 0 0 0-.362.853.494.494 0 0 0 .701-.013.497.497 0 0 0-.34-.84ZM7.354 9.059a.496.496 0 1 0-.992-.036.496.496 0 0 0 .992.036Z",
|
|
2093
|
+
clipRule: "evenodd"
|
|
2094
|
+
}));
|
|
2095
|
+
|
|
2096
|
+
const SvgCaretDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2097
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2098
|
+
width: "1em",
|
|
2099
|
+
height: "1em",
|
|
2100
|
+
fill: "none",
|
|
2101
|
+
viewBox: "0 0 24 24"
|
|
2102
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2103
|
+
fill: "currentColor",
|
|
2104
|
+
d: "M11.294 15.705 5.296 9.708c-.63-.63-.184-1.707.707-1.707H18c.89 0 1.337 1.077.707 1.707l-5.999 5.997a1 1 0 0 1-1.414 0Z"
|
|
2105
|
+
}));
|
|
2106
|
+
|
|
2107
|
+
const SvgCaretLeft = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2108
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2109
|
+
width: "1em",
|
|
2110
|
+
height: "1em",
|
|
2111
|
+
fill: "none",
|
|
2112
|
+
viewBox: "0 0 24 24"
|
|
2113
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2114
|
+
fill: "currentColor",
|
|
2115
|
+
d: "m8.296 11.293 5.997-5.999c.63-.63 1.707-.184 1.707.707v11.997c0 .891-1.077 1.337-1.707.707l-5.997-5.998a1 1 0 0 1 0-1.415Z"
|
|
2116
|
+
}));
|
|
2117
|
+
|
|
2118
|
+
const SvgCaretRight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2119
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2120
|
+
width: "1em",
|
|
2121
|
+
height: "1em",
|
|
2122
|
+
fill: "none",
|
|
2123
|
+
viewBox: "0 0 24 24"
|
|
2124
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2125
|
+
fill: "currentColor",
|
|
2126
|
+
d: "M15.707 12.707 9.71 18.705c-.63.63-1.707.184-1.707-.707V6.001c0-.89 1.077-1.337 1.707-.707l5.997 5.999a1 1 0 0 1 0 1.414Z"
|
|
2127
|
+
}));
|
|
2128
|
+
|
|
2129
|
+
const SvgCaretUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2131
|
+
width: "1em",
|
|
2132
|
+
height: "1em",
|
|
2133
|
+
fill: "none",
|
|
2134
|
+
viewBox: "0 0 24 24"
|
|
2135
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2136
|
+
fill: "currentColor",
|
|
2137
|
+
d: "m12.708 8.294 5.999 5.997c.63.63.184 1.707-.707 1.707H6.003c-.891 0-1.337-1.077-.707-1.707l5.998-5.997a1 1 0 0 1 1.414 0Z"
|
|
2138
|
+
}));
|
|
2139
|
+
|
|
2140
|
+
const SvgChatBubble = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2141
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2142
|
+
width: "1em",
|
|
2143
|
+
height: "1em",
|
|
2144
|
+
fill: "none",
|
|
2145
|
+
viewBox: "0 0 24 24"
|
|
2146
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2147
|
+
fill: "currentColor",
|
|
2148
|
+
fillRule: "evenodd",
|
|
2149
|
+
d: "M12 1.565c-5.799 0-10.5 4.253-10.5 9.5 0 2.527 1.098 4.817 2.876 6.52l-.868 4.249a.5.5 0 0 0 .703.552l4.731-2.233a11.53 11.53 0 0 0 3.058.412c5.799 0 10.5-4.253 10.5-9.5s-4.701-9.5-10.5-9.5Z",
|
|
2150
|
+
clipRule: "evenodd"
|
|
2151
|
+
}));
|
|
2152
|
+
|
|
2153
|
+
const SvgChatBubbleBadgeColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2154
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2155
|
+
width: "1em",
|
|
2156
|
+
height: "1em",
|
|
2157
|
+
fill: "none",
|
|
2158
|
+
viewBox: "0 0 64 65"
|
|
2159
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2160
|
+
clipPath: "url(#chat_bubble_badge_color_svg__a)"
|
|
2161
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2162
|
+
fill: "#D1D5DB",
|
|
2163
|
+
fillRule: "evenodd",
|
|
2164
|
+
d: "M32 8.5c-13.255 0-24 9.782-24 21.851 0 5.812 2.51 11.08 6.574 14.997L12.59 55.12a1.157 1.157 0 0 0 .414 1.133 1.14 1.14 0 0 0 1.193.136l10.813-5.136c2.277.63 4.628.949 6.99.948 13.255 0 24-9.782 24-21.851C56 18.282 45.255 8.5 32 8.5Z",
|
|
2165
|
+
clipRule: "evenodd"
|
|
2166
|
+
}), /*#__PURE__*/React__namespace.createElement("circle", {
|
|
2167
|
+
cx: 52,
|
|
2168
|
+
cy: 12.5,
|
|
2169
|
+
r: 12,
|
|
2170
|
+
fill: "#F5525D"
|
|
2171
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2172
|
+
fill: "#fff",
|
|
2173
|
+
d: "M56.078 8.5h-1.746v5.39h-.082L50.547 8.5H49v8.484h1.758v-5.39h.07l3.727 5.39h1.523V8.5Z"
|
|
2174
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
2175
|
+
id: "chat_bubble_badge_color_svg__a"
|
|
2176
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2177
|
+
fill: "#fff",
|
|
2178
|
+
d: "M0 .5h64v64H0z"
|
|
2179
|
+
}))));
|
|
2180
|
+
|
|
2181
|
+
const SvgChatBubbleCorrect = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2183
|
+
width: "1em",
|
|
2184
|
+
height: "1em",
|
|
2185
|
+
fill: "none",
|
|
2186
|
+
viewBox: "0 0 24 24"
|
|
2187
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2188
|
+
clipPath: "url(#chat_bubble_correct_svg__a)"
|
|
2189
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2190
|
+
fill: "currentColor",
|
|
2191
|
+
fillRule: "evenodd",
|
|
2192
|
+
d: "M12 1.57c-5.8 0-10.5 4.25-10.5 9.5a9 9 0 0 0 2.88 6.52l-.87 4.24a.54.54 0 0 0 0 .28.57.57 0 0 0 .16.22.55.55 0 0 0 .25.1.5.5 0 0 0 .27 0l4.73-2.24c.996.279 2.026.42 3.06.42 5.8 0 10.5-4.26 10.5-9.5S17.8 1.57 12 1.57Zm0 14.93a5.5 5.5 0 1 1 5.5-5.5 5.51 5.51 0 0 1-5.5 5.5Zm3.5-5.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z",
|
|
2193
|
+
clipRule: "evenodd"
|
|
2194
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
2195
|
+
id: "chat_bubble_correct_svg__a"
|
|
2196
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2197
|
+
fill: "#fff",
|
|
2198
|
+
d: "M0 0h24v24H0z"
|
|
2199
|
+
}))));
|
|
2200
|
+
|
|
2201
|
+
const SvgChatBubbleCorrectColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2202
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2203
|
+
width: "1em",
|
|
2204
|
+
height: "1em",
|
|
2205
|
+
fill: "none",
|
|
2206
|
+
viewBox: "0 0 33 32"
|
|
2207
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2208
|
+
fill: "#C6D8FA",
|
|
2209
|
+
fillRule: "evenodd",
|
|
2210
|
+
d: "M16.5 2.093c-7.733 0-14 5.667-14 12.667a12 12 0 0 0 3.84 8.693l-1.16 5.654a.72.72 0 0 0 0 .373.76.76 0 0 0 .213.293.733.733 0 0 0 .334.134.667.667 0 0 0 .36 0l6.306-2.987c1.329.372 2.701.56 4.08.56 7.734 0 14-5.68 14-12.667 0-6.986-6.24-12.72-13.973-12.72ZM16.5 22a7.333 7.333 0 1 1 7.333-7.333A7.346 7.346 0 0 1 16.5 22Zm4.667-7.333a4.667 4.667 0 1 1-9.334 0 4.667 4.667 0 0 1 9.334 0Z",
|
|
2211
|
+
clipRule: "evenodd"
|
|
2212
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2213
|
+
fill: "#6D99F1",
|
|
2214
|
+
fillRule: "evenodd",
|
|
2215
|
+
d: "M16.5 10a4.667 4.667 0 1 0 0 9.334 4.667 4.667 0 0 0 0-9.334Zm-7.333 4.667a7.333 7.333 0 1 1 14.666 0 7.333 7.333 0 0 1-14.666 0Z",
|
|
2216
|
+
clipRule: "evenodd"
|
|
2217
|
+
}));
|
|
2218
|
+
|
|
2219
|
+
const SvgChatBubbleDots = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2220
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2221
|
+
width: "1em",
|
|
2222
|
+
height: "1em",
|
|
2223
|
+
fill: "none",
|
|
2224
|
+
viewBox: "0 0 24 24"
|
|
2225
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2226
|
+
fill: "currentColor",
|
|
2227
|
+
fillRule: "evenodd",
|
|
2228
|
+
d: "M16.98 12.747a1.536 1.536 0 0 1-1.456-2.136 1.539 1.539 0 1 1 1.456 2.136Zm-4.914 0a1.539 1.539 0 1 1-.078-3.076 1.539 1.539 0 0 1 .078 3.076Zm-4.915 0a1.537 1.537 0 1 1-.078-3.073 1.537 1.537 0 0 1 .078 3.073ZM12 1.5c-5.833 0-10.579 4.314-10.579 9.617 0 2.27.96 5.359 3.634 7.353l-.315 3.294a.672.672 0 0 0 .989.656l3.431-1.846c.427.044 1.681.16 2.84.16 5.833 0 10.579-4.314 10.579-9.617C22.579 5.814 17.833 1.5 12 1.5Z",
|
|
2229
|
+
clipRule: "evenodd"
|
|
2230
|
+
}));
|
|
2231
|
+
|
|
2232
|
+
const SvgChatBubbleQuestion = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2233
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2234
|
+
width: "1em",
|
|
2235
|
+
height: "1em",
|
|
2236
|
+
fill: "none",
|
|
2237
|
+
viewBox: "0 0 24 24"
|
|
2238
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2239
|
+
fill: "currentColor",
|
|
2240
|
+
fillRule: "evenodd",
|
|
2241
|
+
d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
|
|
2242
|
+
clipRule: "evenodd"
|
|
2243
|
+
}));
|
|
2244
|
+
|
|
2245
|
+
const SvgCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2246
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2247
|
+
width: "1em",
|
|
2248
|
+
height: "1em",
|
|
2249
|
+
fill: "none",
|
|
2250
|
+
viewBox: "0 0 24 24"
|
|
2251
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2252
|
+
fill: "currentColor",
|
|
2253
|
+
d: "M10.6 17.2c-.3 0-.6-.1-.8-.4l-4.6-4.6c-.5-.5-.5-1.2 0-1.7s1.2-.5 1.7 0l3.7 3.7 6.6-6.6c.5-.5 1.2-.5 1.7 0s.5 1.2 0 1.7l-7.4 7.4c-.3.4-.6.5-.9.5Z"
|
|
2254
|
+
}));
|
|
2255
|
+
|
|
2256
|
+
const SvgCheckInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2257
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2258
|
+
width: "1em",
|
|
2259
|
+
height: "1em",
|
|
2260
|
+
fill: "none",
|
|
2261
|
+
viewBox: "0 0 24 24"
|
|
2262
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2263
|
+
fill: "currentColor",
|
|
2264
|
+
fillRule: "evenodd",
|
|
2265
|
+
d: "m17.207 10.215-5.583 5.584a1.004 1.004 0 0 1-1.415 0l-3.416-3.416a1 1 0 1 1 1.414-1.414l2.709 2.709 4.877-4.877a1 1 0 1 1 1.414 1.414ZM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Z",
|
|
2266
|
+
clipRule: "evenodd"
|
|
2267
|
+
}));
|
|
2268
|
+
|
|
2269
|
+
const SvgCheckInCircleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2270
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2271
|
+
width: "1em",
|
|
2272
|
+
height: "1em",
|
|
2273
|
+
fill: "none",
|
|
2274
|
+
viewBox: "0 0 24 24"
|
|
2275
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2276
|
+
fill: "#D9CDF9",
|
|
2277
|
+
fillRule: "evenodd",
|
|
2278
|
+
d: "m17.207 10.215-5.583 5.584a1.004 1.004 0 0 1-1.415 0l-3.416-3.416a1 1 0 1 1 1.414-1.414l2.709 2.709 4.877-4.877a1 1 0 1 1 1.414 1.414ZM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Z",
|
|
2279
|
+
clipRule: "evenodd"
|
|
2280
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2281
|
+
fill: "#9C7EEF",
|
|
2282
|
+
d: "m11.623 15.79 5.584-5.583a.999.999 0 1 0-1.414-1.414l-4.877 4.876-2.709-2.71a1.001 1.001 0 0 0-1.707.708 1 1 0 0 0 .293.707l3.416 3.417a1 1 0 0 0 1.414 0Z"
|
|
2283
|
+
}));
|
|
2284
|
+
|
|
2285
|
+
const SvgCheckInCircleLine = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2286
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2287
|
+
width: "1em",
|
|
2288
|
+
height: "1em",
|
|
2289
|
+
fill: "none",
|
|
2290
|
+
viewBox: "0 0 24 24"
|
|
2291
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2292
|
+
fill: "currentColor",
|
|
2293
|
+
fillRule: "evenodd",
|
|
2294
|
+
d: "m17.2 10.2-5.6 5.6c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3l-3.4-3.4c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l2.7 2.7 4.9-4.9c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4Z",
|
|
2295
|
+
clipRule: "evenodd"
|
|
2296
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2297
|
+
fill: "currentColor",
|
|
2298
|
+
d: "M12 3c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9Zm0-2C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1Z"
|
|
2299
|
+
}));
|
|
2300
|
+
|
|
2301
|
+
const SvgChevronDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2302
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2303
|
+
width: "1em",
|
|
2304
|
+
height: "1em",
|
|
2305
|
+
fill: "none",
|
|
2306
|
+
viewBox: "0 0 24 24"
|
|
2307
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2308
|
+
fill: "currentColor",
|
|
2309
|
+
fillRule: "evenodd",
|
|
2310
|
+
d: "M20.121 8.625a1.346 1.346 0 0 1-.396.954l-6.75 6.75a1.35 1.35 0 0 1-1.91 0l-6.75-6.75a1.35 1.35 0 1 1 1.91-1.908l5.796 5.794 5.795-5.794a1.35 1.35 0 0 1 2.305.954Z",
|
|
2311
|
+
clipRule: "evenodd"
|
|
2312
|
+
}));
|
|
2313
|
+
|
|
2314
|
+
const SvgChevronLeft = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2315
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2316
|
+
width: "1em",
|
|
2317
|
+
height: "1em",
|
|
2318
|
+
fill: "none",
|
|
2319
|
+
viewBox: "0 0 24 24"
|
|
2320
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2321
|
+
fill: "currentColor",
|
|
2322
|
+
fillRule: "evenodd",
|
|
2323
|
+
d: "M15.1 20.221a1.347 1.347 0 0 1-.954-.396l-6.75-6.75a1.35 1.35 0 0 1 0-1.91l6.75-6.75a1.35 1.35 0 1 1 1.908 1.91l-5.795 5.796 5.795 5.795a1.35 1.35 0 0 1-.954 2.305Z",
|
|
2324
|
+
clipRule: "evenodd"
|
|
2325
|
+
}));
|
|
2326
|
+
|
|
2327
|
+
const SvgChevronRight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2328
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2329
|
+
width: "1em",
|
|
2330
|
+
height: "1em",
|
|
2331
|
+
fill: "none",
|
|
2332
|
+
viewBox: "0 0 24 24"
|
|
2333
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2334
|
+
fill: "currentColor",
|
|
2335
|
+
fillRule: "evenodd",
|
|
2336
|
+
d: "M8.646 3.879a1.345 1.345 0 0 1 .954.396l6.75 6.75a1.351 1.351 0 0 1 0 1.91l-6.75 6.75a1.35 1.35 0 1 1-1.908-1.91l5.794-5.796-5.794-5.795a1.35 1.35 0 0 1 .954-2.305Z",
|
|
2337
|
+
clipRule: "evenodd"
|
|
2338
|
+
}));
|
|
2339
|
+
|
|
2340
|
+
const SvgChevronRightTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2341
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2342
|
+
width: "1em",
|
|
2343
|
+
height: "1em",
|
|
2344
|
+
fill: "none",
|
|
2345
|
+
viewBox: "0 0 20 20"
|
|
2346
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2347
|
+
fill: "#fff",
|
|
2348
|
+
fillRule: "evenodd",
|
|
2349
|
+
d: "M3.121 3.02a1.121 1.121 0 0 1 .795.33l5.625 5.625a1.125 1.125 0 0 1 0 1.592l-5.625 5.625a1.125 1.125 0 1 1-1.59-1.592l4.83-4.83-4.83-4.828a1.125 1.125 0 0 1 .795-1.922Z",
|
|
2350
|
+
clipRule: "evenodd"
|
|
2351
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2352
|
+
fill: "#fff",
|
|
2353
|
+
fillRule: "evenodd",
|
|
2354
|
+
d: "M11.455 3.02a1.121 1.121 0 0 1 .795.33l5.625 5.625a1.124 1.124 0 0 1 0 1.592l-5.625 5.625a1.127 1.127 0 0 1-1.937-.791 1.123 1.123 0 0 1 .347-.8l4.829-4.83-4.829-4.83a1.124 1.124 0 0 1 .795-1.92Z",
|
|
2355
|
+
clipRule: "evenodd",
|
|
2356
|
+
opacity: 0.6
|
|
2357
|
+
}));
|
|
2358
|
+
|
|
2359
|
+
const SvgChevronUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2360
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2361
|
+
width: "1em",
|
|
2362
|
+
height: "1em",
|
|
2363
|
+
fill: "none",
|
|
2364
|
+
viewBox: "0 0 24 24"
|
|
2365
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2366
|
+
fill: "currentColor",
|
|
2367
|
+
fillRule: "evenodd",
|
|
2368
|
+
d: "M3.9 15.354a1.346 1.346 0 0 1 .396-.954l6.75-6.75a1.35 1.35 0 0 1 1.91 0l6.75 6.75a1.348 1.348 0 0 1-.95 2.324 1.35 1.35 0 0 1-.96-.416L12 10.514l-5.795 5.794a1.35 1.35 0 0 1-2.305-.954Z",
|
|
2369
|
+
clipRule: "evenodd"
|
|
2370
|
+
}));
|
|
2371
|
+
|
|
2372
|
+
const SvgChevronUpTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2373
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2374
|
+
width: "1em",
|
|
2375
|
+
height: "1em",
|
|
2376
|
+
fill: "none",
|
|
2377
|
+
viewBox: "0 0 24 24"
|
|
2378
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2379
|
+
fill: "currentColor",
|
|
2380
|
+
fillRule: "evenodd",
|
|
2381
|
+
d: "M4 20.1a1.346 1.346 0 0 1 .396-.954l6.75-6.75a1.351 1.351 0 0 1 1.91 0l6.75 6.75a1.35 1.35 0 1 1-1.91 1.908L12.1 15.259l-5.794 5.795A1.35 1.35 0 0 1 4 20.1Z",
|
|
2382
|
+
clipRule: "evenodd"
|
|
2383
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2384
|
+
fill: "currentColor",
|
|
2385
|
+
fillRule: "evenodd",
|
|
2386
|
+
d: "M4 10.1a1.346 1.346 0 0 1 .396-.954l6.75-6.75a1.35 1.35 0 0 1 1.91 0l6.75 6.75a1.35 1.35 0 1 1-1.91 1.908L12.1 5.259l-5.794 5.795A1.35 1.35 0 0 1 4 10.1Z",
|
|
2387
|
+
clipRule: "evenodd",
|
|
2388
|
+
opacity: 0.6
|
|
2389
|
+
}));
|
|
2390
|
+
|
|
2391
|
+
const SvgCircles = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2392
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2393
|
+
width: "1em",
|
|
2394
|
+
height: "1em",
|
|
2395
|
+
fill: "none",
|
|
2396
|
+
viewBox: "0 0 24 24"
|
|
2397
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2398
|
+
fill: "currentColor",
|
|
2399
|
+
fillRule: "evenodd",
|
|
2400
|
+
d: "M16.7 7.3C15.7 4.2 12.9 2 9.5 2 5.4 2 2 5.4 2 9.5c0 3.4 2.2 6.2 5.3 7.2.9 3.1 3.8 5.3 7.2 5.3 4.1 0 7.5-3.4 7.5-7.5 0-3.4-2.2-6.2-5.3-7.2ZM15 9.5c0 3-2.5 5.5-5.5 5.5H9v-.5c0-3 2.5-5.5 5.5-5.5h.5v.5Zm-11 0C4 6.5 6.5 4 9.5 4c2.1 0 4 1.2 4.9 3-4.1.1-7.3 3.3-7.4 7.4-1.8-.9-3-2.8-3-4.9ZM14.5 20c-2.1 0-4-1.2-4.9-3 4.1-.1 7.3-3.3 7.4-7.4 1.8.9 3 2.8 3 4.9 0 3-2.5 5.5-5.5 5.5Z",
|
|
2401
|
+
clipRule: "evenodd"
|
|
2402
|
+
}));
|
|
2403
|
+
|
|
2404
|
+
const SvgClip = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2405
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2406
|
+
width: "1em",
|
|
2407
|
+
height: "1em",
|
|
2408
|
+
fill: "none",
|
|
2409
|
+
viewBox: "0 0 24 24"
|
|
2410
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2411
|
+
d: "M8.4 21.6c-1.9 0-3.9-.7-5.3-2.2-2.9-2.9-2.9-7.7 0-10.7l4.5-4.5c.4-.4 1.1-.4 1.6 0 .4.4.4 1.1 0 1.6l-4.5 4.5c-2.1 2.1-2.1 5.5 0 7.5 2.1 2.1 5.5 2.1 7.5 0L20 10c1.2-1.2 1.2-3.3 0-4.5-1.2-1.2-3.3-1.2-4.5 0l-7.1 7.1c-.4.4-.4 1.1 0 1.5.4.4 1.1.4 1.5 0l4.8-4.8c.4-.4 1.1-.4 1.6 0 .4.4.4 1.1 0 1.6l-4.8 4.8C10.1 17 8 17 6.8 15.7c-1.3-1.3-1.3-3.3 0-4.6L13.9 4c2.1-2.1 5.5-2.1 7.6 0 2.1 2.1 2.1 5.5 0 7.6l-7.8 7.8c-1.4 1.4-3.3 2.2-5.3 2.2Z"
|
|
2412
|
+
}));
|
|
2413
|
+
|
|
1664
2414
|
const SvgClose = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1665
2415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1666
2416
|
width: "1em",
|
|
@@ -1670,11 +2420,2018 @@ const SvgClose = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
|
|
|
1670
2420
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1671
2421
|
fill: "currentColor",
|
|
1672
2422
|
fillRule: "evenodd",
|
|
1673
|
-
d: "m13.695 12 5.651-5.651a1.2 1.2 0 1 0-1.697-1.698L12 10.303 6.345 4.651A1.201 1.201 0 0 0 4.65 6.349L10.301 12 4.65 17.651A1.202 1.202 0 0 0 5.5 19.7c.306 0 .613-.117.847-.351l5.652-5.652 5.651 5.652a1.197 1.197 0 0 0 1.697 0 1.2 1.2 0 0 0 0-1.698L13.696 12Z",
|
|
2423
|
+
d: "m13.695 12 5.651-5.651a1.2 1.2 0 1 0-1.697-1.698L12 10.303 6.345 4.651A1.201 1.201 0 0 0 4.65 6.349L10.301 12 4.65 17.651A1.202 1.202 0 0 0 5.5 19.7c.306 0 .613-.117.847-.351l5.652-5.652 5.651 5.652a1.197 1.197 0 0 0 1.697 0 1.2 1.2 0 0 0 0-1.698L13.696 12Z",
|
|
2424
|
+
clipRule: "evenodd"
|
|
2425
|
+
}));
|
|
2426
|
+
|
|
2427
|
+
const SvgCloseInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2428
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2429
|
+
width: "1em",
|
|
2430
|
+
height: "1em",
|
|
2431
|
+
fill: "none",
|
|
2432
|
+
viewBox: "0 0 24 24"
|
|
2433
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2434
|
+
fill: "currentColor",
|
|
2435
|
+
fillRule: "evenodd",
|
|
2436
|
+
d: "M16.207 14.793a1 1 0 0 1-1.414 1.414L12 13.414l-2.793 2.793a.997.997 0 0 1-1.631-.324 1 1 0 0 1 .217-1.09L10.586 12 7.793 9.207a1 1 0 0 1 1.414-1.414L12 10.586l2.793-2.793a1 1 0 1 1 1.414 1.414L13.414 12l2.793 2.793ZM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Z",
|
|
2437
|
+
clipRule: "evenodd"
|
|
2438
|
+
}));
|
|
2439
|
+
|
|
2440
|
+
const SvgCoin = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2441
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2442
|
+
width: "1em",
|
|
2443
|
+
height: "1em",
|
|
2444
|
+
fill: "none",
|
|
2445
|
+
viewBox: "0 0 24 24"
|
|
2446
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2447
|
+
fill: "currentColor",
|
|
2448
|
+
fillRule: "evenodd",
|
|
2449
|
+
d: "M18 13.247h-2.011l-.72 2.619a1.096 1.096 0 0 1-1.066.812h-.001c-.504 0-.932-.327-1.065-.812L12 11.738l-1.136 4.128a1.096 1.096 0 0 1-1.066.812c-.504 0-.932-.326-1.066-.811l-.721-2.62H6a.9.9 0 1 1 0-1.8h1.516l-.631-2.292a.9.9 0 1 1 1.735-.477l1.178 4.278 1.136-4.127A1.095 1.095 0 0 1 12 8.016c.504 0 .933.327 1.066.813l1.137 4.127 1.177-4.278a.9.9 0 0 1 1.736.477l-.632 2.292H18a.9.9 0 1 1 0 1.8ZM12 1C5.925 1 1 5.925 1 12c0 6.076 4.925 11 11 11s11-4.924 11-11c0-6.075-4.925-11-11-11Z",
|
|
2450
|
+
clipRule: "evenodd"
|
|
2451
|
+
}));
|
|
2452
|
+
|
|
2453
|
+
const SvgContact = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2454
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2455
|
+
width: "1em",
|
|
2456
|
+
height: "1em",
|
|
2457
|
+
fill: "none",
|
|
2458
|
+
viewBox: "0 0 24 24"
|
|
2459
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2460
|
+
fill: "currentColor",
|
|
2461
|
+
fillRule: "evenodd",
|
|
2462
|
+
d: "M4 2h13c2.2 0 4 1.8 4 4v12c0 2.2-1.8 4-4 4H4c-.6 0-1-.4-1-1V3c0-.6.4-1 1-1Zm8 5c1.375 0 2.5 1.125 2.5 2.5S13.375 12 12 12a2.507 2.507 0 0 1-2.5-2.5C9.5 8.125 10.625 7 12 7Zm4.75 9.375c-.5.25-1.625.625-4.75.625s-4.25-.375-4.75-.625C7.125 16.25 7 16.125 7 16c0-.375.125-.625.375-1 .375-.5 1-1 1.75-1.25 1.25-.5 2.625-.5 2.875-.5s1.625 0 2.875.5c.75.25 1.375.75 1.75 1.25.25.25.375.625.375 1 0 .125-.125.25-.25.375Z",
|
|
2463
|
+
clipRule: "evenodd"
|
|
2464
|
+
}));
|
|
2465
|
+
|
|
2466
|
+
const SvgCopy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2467
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2468
|
+
width: "1em",
|
|
2469
|
+
height: "1em",
|
|
2470
|
+
fill: "none",
|
|
2471
|
+
viewBox: "0 0 24 24"
|
|
2472
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2473
|
+
fill: "currentColor",
|
|
2474
|
+
fillRule: "evenodd",
|
|
2475
|
+
d: "M19.1 8.3h-1.6v2.4h1.6c.7 0 1.2.5 1.2 1.2v7.2c0 .7-.5 1.2-1.2 1.2h-7.2c-.7 0-1.2-.5-1.2-1.2v-1.4H8.3v1.4c0 2 1.6 3.6 3.6 3.6h7.2c2 0 3.6-1.6 3.6-3.6v-7.2c0-2-1.6-3.6-3.6-3.6Z",
|
|
2476
|
+
clipRule: "evenodd"
|
|
2477
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2478
|
+
fill: "currentColor",
|
|
2479
|
+
fillRule: "evenodd",
|
|
2480
|
+
d: "M4.9 3.7c-.7 0-1.2.5-1.2 1.2v7.2c0 .7.5 1.2 1.2 1.2h7.2c.7 0 1.2-.5 1.2-1.2V4.9c0-.7-.5-1.2-1.2-1.2H4.9Zm7.2 12H4.9c-2 0-3.6-1.6-3.6-3.6V4.9c0-2 1.6-3.6 3.6-3.6h7.2c2 0 3.6 1.6 3.6 3.6v7.2c0 2-1.6 3.6-3.6 3.6Z",
|
|
2481
|
+
clipRule: "evenodd"
|
|
2482
|
+
}));
|
|
2483
|
+
|
|
2484
|
+
const SvgCorrect = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2485
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2486
|
+
width: "1em",
|
|
2487
|
+
height: "1em",
|
|
2488
|
+
fill: "none",
|
|
2489
|
+
viewBox: "0 0 24 24"
|
|
2490
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2491
|
+
stroke: "currentColor",
|
|
2492
|
+
strokeWidth: 2.4,
|
|
2493
|
+
d: "M2.7 12a9.3 9.3 0 1 1 18.6 0 9.3 9.3 0 0 1-18.6 0Z"
|
|
2494
|
+
}));
|
|
2495
|
+
|
|
2496
|
+
const SvgCoupon = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2497
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2498
|
+
width: "1em",
|
|
2499
|
+
height: "1em",
|
|
2500
|
+
fill: "none",
|
|
2501
|
+
viewBox: "0 0 24 24"
|
|
2502
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2503
|
+
fill: "currentColor",
|
|
2504
|
+
fillRule: "evenodd",
|
|
2505
|
+
d: "M21.5 4h-3L17 5l-1.5-1h-12c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12l1.5-1 1.5 1h3c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1ZM12 14.9c-.7.7-1.6 1.1-2.7 1.1-2.2 0-3.8-1.7-3.8-4s1.6-4 3.8-4c1 0 2 .4 2.7 1.1.3.3.2.9-.2 1.1-.4.2-.9.1-1.3-.2-.3-.2-.7-.3-1.1-.3-1.4 0-2.2.9-2.2 2.3s.8 2.3 2.2 2.3c.4 0 .8-.1 1.1-.3.4-.3.9-.4 1.3-.2s.5.7.2 1.1Zm5.5 3.4h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1V16Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1v-1.1h1v1.1Zm0-2.3h-1V8h1v1.1Zm0-2.2h-1V5.7h1v1.2Z",
|
|
2506
|
+
clipRule: "evenodd"
|
|
2507
|
+
}));
|
|
2508
|
+
|
|
2509
|
+
const SvgCrown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2510
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2511
|
+
width: "1em",
|
|
2512
|
+
height: "1em",
|
|
2513
|
+
fill: "none",
|
|
2514
|
+
viewBox: "0 0 24 24"
|
|
2515
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2516
|
+
fill: "currentColor",
|
|
2517
|
+
fillRule: "evenodd",
|
|
2518
|
+
d: "M4.352 20a1.05 1.05 0 0 1-1.032-.945L2.008 7.415c-.118-1.044 1.146-1.617 1.815-.823l3.891 4.62 2.877-6.292a1.539 1.539 0 0 1 2.818 0l2.877 6.292 3.89-4.62c.67-.794 1.934-.221 1.816.823l-1.313 11.64a1.05 1.05 0 0 1-1.03.945H4.351Z",
|
|
2519
|
+
clipRule: "evenodd"
|
|
2520
|
+
}));
|
|
2521
|
+
|
|
2522
|
+
const SvgCurriculum = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2523
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2524
|
+
width: "1em",
|
|
2525
|
+
height: "1em",
|
|
2526
|
+
fill: "none",
|
|
2527
|
+
viewBox: "0 0 24 24"
|
|
2528
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2529
|
+
fill: "currentColor",
|
|
2530
|
+
fillOpacity: 0.6,
|
|
2531
|
+
fillRule: "evenodd",
|
|
2532
|
+
d: "M1 3.755A3.755 3.755 0 0 1 8.348 2.66h8.924a5.007 5.007 0 0 1 0 10.014H7.676a1.27 1.27 0 0 1-.203-.017l-1.049.017a2.503 2.503 0 1 0 0 5.006h8.268a3.756 3.756 0 1 1-.222 2.504H6.424a5.007 5.007 0 1 1 0-10.014h10.848a2.503 2.503 0 0 0 0-5.007H8.237A3.756 3.756 0 0 1 1 3.755Z",
|
|
2533
|
+
clipRule: "evenodd"
|
|
2534
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2535
|
+
width: 7.51,
|
|
2536
|
+
height: 7.51,
|
|
2537
|
+
x: 1,
|
|
2538
|
+
fill: "currentColor",
|
|
2539
|
+
rx: 3.755
|
|
2540
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2541
|
+
width: 7.51,
|
|
2542
|
+
height: 7.51,
|
|
2543
|
+
x: 14.35,
|
|
2544
|
+
y: 15.5,
|
|
2545
|
+
fill: "currentColor",
|
|
2546
|
+
rx: 3.755
|
|
2547
|
+
}));
|
|
2548
|
+
|
|
2549
|
+
const SvgCurriculumColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2550
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2551
|
+
width: "1em",
|
|
2552
|
+
height: "1em",
|
|
2553
|
+
fill: "none",
|
|
2554
|
+
viewBox: "0 0 32 33"
|
|
2555
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2556
|
+
clipPath: "url(#curriculum_color_svg__a)"
|
|
2557
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2558
|
+
fill: "#D9CDF9",
|
|
2559
|
+
fillRule: "evenodd",
|
|
2560
|
+
d: "M1.333 5.507a5.007 5.007 0 0 1 9.797-1.46h11.9a6.676 6.676 0 0 1 0 13.35H10.233a1.68 1.68 0 0 1-.27-.02l-1.399.021a3.338 3.338 0 1 0 0 6.676H19.59a5.007 5.007 0 1 1-.296 3.338H8.565a6.676 6.676 0 1 1 0-13.352H23.03a3.338 3.338 0 0 0 0-6.676H10.983a5.008 5.008 0 0 1-9.65-1.877Z",
|
|
2561
|
+
clipRule: "evenodd"
|
|
2562
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2563
|
+
width: 10.014,
|
|
2564
|
+
height: 10.014,
|
|
2565
|
+
x: 1.333,
|
|
2566
|
+
y: 0.5,
|
|
2567
|
+
fill: "#9C7EEF",
|
|
2568
|
+
rx: 5.007
|
|
2569
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2570
|
+
width: 10.014,
|
|
2571
|
+
height: 10.014,
|
|
2572
|
+
x: 19.133,
|
|
2573
|
+
y: 21.167,
|
|
2574
|
+
fill: "#9C7EEF",
|
|
2575
|
+
rx: 5.007
|
|
2576
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
2577
|
+
id: "curriculum_color_svg__a"
|
|
2578
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2579
|
+
fill: "#fff",
|
|
2580
|
+
d: "M0 .5h32v32H0z"
|
|
2581
|
+
}))));
|
|
2582
|
+
|
|
2583
|
+
const SvgDelete = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2584
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2585
|
+
width: "1em",
|
|
2586
|
+
height: "1em",
|
|
2587
|
+
fill: "none",
|
|
2588
|
+
viewBox: "0 0 24 24"
|
|
2589
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2590
|
+
fill: "currentColor",
|
|
2591
|
+
fillRule: "evenodd",
|
|
2592
|
+
d: "M9.414 3.5A2 2 0 0 0 8 4.086l-6.5 6.5a2 2 0 0 0 0 2.828l6.5 6.5a2 2 0 0 0 1.414.586H21.5a2 2 0 0 0 2-2v-13a2 2 0 0 0-2-2H9.414Zm0 2H21.5v13H9.414l-6.5-6.5 6.5-6.5Zm8.157 2.643a.91.91 0 0 1 1.286 1.286L16.286 12l2.571 2.571a.909.909 0 1 1-1.286 1.286L15 13.286l-2.571 2.571a.909.909 0 1 1-1.286-1.286L13.714 12l-2.571-2.571a.909.909 0 1 1 1.286-1.286L15 10.714l2.571-2.571Z",
|
|
2593
|
+
clipRule: "evenodd"
|
|
2594
|
+
}));
|
|
2595
|
+
|
|
2596
|
+
const SvgDocument = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2597
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2598
|
+
width: "1em",
|
|
2599
|
+
height: "1em",
|
|
2600
|
+
fill: "none",
|
|
2601
|
+
viewBox: "0 0 24 24"
|
|
2602
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2603
|
+
fill: "currentColor",
|
|
2604
|
+
fillRule: "evenodd",
|
|
2605
|
+
d: "M19.5 2h-15a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1H13v-5c0-1.378 1.122-2.5 2.5-2.5h5V3a1 1 0 0 0-1-1Z",
|
|
2606
|
+
clipRule: "evenodd"
|
|
2607
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2608
|
+
fill: "currentColor",
|
|
2609
|
+
fillRule: "evenodd",
|
|
2610
|
+
d: "M14.5 17v5l6-6h-5a1 1 0 0 0-1 1Z",
|
|
2611
|
+
clipRule: "evenodd"
|
|
2612
|
+
}));
|
|
2613
|
+
|
|
2614
|
+
const SvgDots = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2615
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2616
|
+
width: "1em",
|
|
2617
|
+
height: "1em",
|
|
2618
|
+
fill: "none",
|
|
2619
|
+
viewBox: "0 0 24 24"
|
|
2620
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2621
|
+
fill: "currentColor",
|
|
2622
|
+
fillRule: "evenodd",
|
|
2623
|
+
d: "M5 14.001a2.001 2.001 0 1 1 .001-4.002A2.001 2.001 0 0 1 5 14Zm6.771 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm6.77 0a2.001 2.001 0 1 1 .001-4.002A2.001 2.001 0 0 1 18.541 14Z",
|
|
2624
|
+
clipRule: "evenodd"
|
|
2625
|
+
}));
|
|
2626
|
+
|
|
2627
|
+
const SvgDownload = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2628
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2629
|
+
width: "1em",
|
|
2630
|
+
height: "1em",
|
|
2631
|
+
fill: "none",
|
|
2632
|
+
viewBox: "0 0 24 24"
|
|
2633
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2634
|
+
fill: "currentColor",
|
|
2635
|
+
d: "M11.21 15.4c.21.21.5.32.78.32s.56-.11.78-.32L18 10.16c.43-.43.43-1.13 0-1.56-.43-.43-1.13-.43-1.56 0l-3.35 3.35V2.78c0-.61-.49-1.1-1.1-1.1-.61 0-1.1.49-1.1 1.1v9.18L7.53 8.61c-.43-.43-1.13-.43-1.56 0-.43.43-.43 1.13 0 1.56l5.24 5.23Z"
|
|
2636
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2637
|
+
fill: "currentColor",
|
|
2638
|
+
d: "M21.38 13.09c-.61 0-1.1.49-1.1 1.1v4.21c0 .72-.58 1.3-1.3 1.3H5c-.72 0-1.3-.58-1.3-1.3v-4.21c0-.61-.49-1.1-1.1-1.1-.61 0-1.1.49-1.1 1.1v4.21c0 1.93 1.57 3.5 3.5 3.5h13.98c1.93 0 3.5-1.57 3.5-3.5v-4.21c0-.61-.49-1.1-1.1-1.1Z"
|
|
2639
|
+
}));
|
|
2640
|
+
|
|
2641
|
+
const SvgEmoji = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2642
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2643
|
+
width: "1em",
|
|
2644
|
+
height: "1em",
|
|
2645
|
+
fill: "none",
|
|
2646
|
+
viewBox: "0 0 24 24"
|
|
2647
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2648
|
+
fill: "currentColor",
|
|
2649
|
+
fillRule: "evenodd",
|
|
2650
|
+
d: "M20.003 6.792c0 2.029-1.24 3.673-2.772 3.673-1.53 0-2.772-1.644-2.772-3.673 0-2.028 1.241-3.672 2.772-3.672 1.531 0 2.772 1.644 2.772 3.672Zm-10.474 0c0 2.029-1.24 3.673-2.772 3.673-1.53 0-2.772-1.644-2.772-3.672 0-2.029 1.241-3.673 2.772-3.673 1.531 0 2.772 1.644 2.772 3.673Zm9.745 11.526a1.848 1.848 0 0 0-2.24-2.94c-4.238 3.229-8.449 1.372-10.01.056a1.848 1.848 0 1 0-2.381 2.828c2.34 1.97 8.52 4.713 14.63.056Z",
|
|
2651
|
+
clipRule: "evenodd"
|
|
2652
|
+
}));
|
|
2653
|
+
|
|
2654
|
+
const SvgEng = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2655
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2656
|
+
width: "1em",
|
|
2657
|
+
height: "1em",
|
|
2658
|
+
fill: "none",
|
|
2659
|
+
viewBox: "0 0 24 24"
|
|
2660
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2661
|
+
fill: "currentColor",
|
|
2662
|
+
fillRule: "evenodd",
|
|
2663
|
+
d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm8.556 4.746a1.178 1.178 0 1 1-2.243-.722l2.889-8.713a2.06 2.06 0 0 1 3.91.003l2.88 8.72a1.172 1.172 0 1 1-2.231.716l-.584-1.87h-4.04l-.581 1.866Zm2.563-8.218-1.395 4.466h2.867l-1.395-4.466h-.077Z",
|
|
2664
|
+
clipRule: "evenodd"
|
|
2665
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2666
|
+
fill: "#fff",
|
|
2667
|
+
d: "M8.431 17.573c.516 0 .971-.335 1.125-.827l.582-1.866h4.04l.583 1.87a1.172 1.172 0 1 0 2.23-.716l-2.879-8.72a2.06 2.06 0 0 0-3.91-.003l-2.889 8.713a1.178 1.178 0 0 0 1.118 1.549Zm2.293-4.58 1.395-4.465h.077l1.395 4.466h-2.867Z"
|
|
2668
|
+
}));
|
|
2669
|
+
|
|
2670
|
+
const SvgEqual = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2671
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2672
|
+
width: "1em",
|
|
2673
|
+
height: "1em",
|
|
2674
|
+
fill: "none",
|
|
2675
|
+
viewBox: "0 0 24 24"
|
|
2676
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2677
|
+
fill: "currentColor",
|
|
2678
|
+
fillRule: "evenodd",
|
|
2679
|
+
d: "M17.94 10.12H6.06c-.82 0-1.485-.56-1.485-1.252S5.24 7.615 6.06 7.615h11.88c.82 0 1.485.561 1.485 1.253 0 .691-.665 1.253-1.485 1.253m0 6.264H6.06c-.82 0-1.485-.561-1.485-1.253 0-.691.665-1.253 1.485-1.253h11.88c.82 0 1.485.562 1.485 1.253 0 .692-.665 1.253-1.485 1.253Z",
|
|
2680
|
+
clipRule: "evenodd"
|
|
2681
|
+
}));
|
|
2682
|
+
|
|
2683
|
+
const SvgEraser = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2684
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2685
|
+
width: "1em",
|
|
2686
|
+
height: "1em",
|
|
2687
|
+
fill: "none",
|
|
2688
|
+
viewBox: "0 0 24 24"
|
|
2689
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2690
|
+
fill: "currentColor",
|
|
2691
|
+
fillRule: "evenodd",
|
|
2692
|
+
d: "M12.157 18.26a2 2 0 0 0 2.829 0l6.533-6.533a2 2 0 0 0 0-2.829l-6.44-6.44a2 2 0 0 0-2.828 0L5.717 8.993a2 2 0 0 0 0 2.828l6.44 6.44ZM2.041 16.797a1.872 1.872 0 0 1 .083-1.06l1.382-3.605 8.362 8.362-3.606 1.382a1.872 1.872 0 0 1-1.994-.424l-3.72-3.72a1.872 1.872 0 0 1-.507-.935Z",
|
|
2693
|
+
clipRule: "evenodd"
|
|
2694
|
+
}));
|
|
2695
|
+
|
|
2696
|
+
const SvgExclamationPointInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2697
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2698
|
+
width: "1em",
|
|
2699
|
+
height: "1em",
|
|
2700
|
+
fill: "none",
|
|
2701
|
+
viewBox: "0 0 24 24"
|
|
2702
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2703
|
+
fill: "currentColor",
|
|
2704
|
+
fillRule: "evenodd",
|
|
2705
|
+
d: "M12 17.118a1.2 1.2 0 1 1 0-2.4 1.2 1.2 0 0 1 0 2.4Zm-1-9.835a1 1 0 0 1 2 0v5a1 1 0 0 1-2 0v-5ZM12 1C5.925 1 1 5.925 1 12c0 6.076 4.925 11 11 11s11-4.924 11-11c0-6.075-4.925-11-11-11Z",
|
|
2706
|
+
clipRule: "evenodd"
|
|
2707
|
+
}));
|
|
2708
|
+
|
|
2709
|
+
const SvgEyeOff = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2710
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2711
|
+
width: "1em",
|
|
2712
|
+
height: "1em",
|
|
2713
|
+
fill: "none",
|
|
2714
|
+
viewBox: "0 0 24 24"
|
|
2715
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2716
|
+
fill: "currentColor",
|
|
2717
|
+
d: "M14.779 4.672A11.89 11.89 0 0 0 12 4.324c-4.212 0-8.195 2.261-10.818 6.028a2.905 2.905 0 0 0 0 3.297c.64.919 1.363 1.744 2.148 2.473l11.449-11.45ZM22.819 10.352a14.722 14.722 0 0 0-3.74-3.733l2.569-2.569a1.2 1.2 0 1 0-1.697-1.697L2.352 19.95a1.2 1.2 0 1 0 1.698 1.697l3.044-3.044c1.549.691 3.206 1.073 4.906 1.073 4.213 0 8.196-2.261 10.819-6.028a2.907 2.907 0 0 0 0-3.296Zm-10.82 5.622a3.887 3.887 0 0 1-1.819-.458l5.335-5.335c.287.545.458 1.159.458 1.818a3.978 3.978 0 0 1-3.974 3.975Z"
|
|
2718
|
+
}));
|
|
2719
|
+
|
|
2720
|
+
const SvgEyeOn = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2721
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2722
|
+
width: "1em",
|
|
2723
|
+
height: "1em",
|
|
2724
|
+
fill: "none",
|
|
2725
|
+
viewBox: "0 0 24 24"
|
|
2726
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2727
|
+
fill: "currentColor",
|
|
2728
|
+
fillRule: "evenodd",
|
|
2729
|
+
d: "M12.125 9.225c-1.6 0-2.9 1.3-2.9 2.9 0 1.6 1.3 2.9 2.9 2.9 1.6 0 2.9-1.3 2.9-2.9 0-1.6-1.3-2.9-2.9-2.9Z",
|
|
2730
|
+
clipRule: "evenodd"
|
|
2731
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2732
|
+
fill: "currentColor",
|
|
2733
|
+
fillRule: "evenodd",
|
|
2734
|
+
d: "M12.125 17.125c-2.8 0-5-2.3-5-5s2.3-5 5-5 5 2.3 5 5-2.2 5-5 5Zm11-6.3c-2.6-4-6.7-6.4-11-6.4s-8.4 2.4-11 6.4c-.5.8-.5 1.8 0 2.6 2.6 4 6.7 6.4 11 6.4s8.4-2.4 11-6.4c.6-.8.6-1.8 0-2.6Z",
|
|
2735
|
+
clipRule: "evenodd"
|
|
2736
|
+
}));
|
|
2737
|
+
|
|
2738
|
+
const SvgFaceHappy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2739
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2740
|
+
width: "1em",
|
|
2741
|
+
height: "1em",
|
|
2742
|
+
fill: "none",
|
|
2743
|
+
viewBox: "0 0 24 24"
|
|
2744
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2745
|
+
fill: "currentColor",
|
|
2746
|
+
fillRule: "evenodd",
|
|
2747
|
+
d: "M12 .98c-6.075 0-11 4.924-11 11 0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11ZM10.821 10c0 .939-.574 1.7-1.283 1.7s-1.284-.761-1.284-1.7.575-1.7 1.284-1.7c.709 0 1.283.761 1.283 1.7Zm4.85 0c0 .94-.575 1.7-1.284 1.7-.71 0-1.284-.76-1.284-1.7 0-.939.575-1.7 1.284-1.7.708 0 1.283.761 1.283 1.7Zm-.338 5.336a.856.856 0 0 0-1.037-1.36A3.698 3.698 0 0 1 9.66 14a.856.856 0 1 0-1.102 1.31c1.083.912 3.944 2.181 6.774.025Z",
|
|
2748
|
+
clipRule: "evenodd"
|
|
2749
|
+
}));
|
|
2750
|
+
|
|
2751
|
+
const SvgFaceSad = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2752
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2753
|
+
width: "1em",
|
|
2754
|
+
height: "1em",
|
|
2755
|
+
fill: "none",
|
|
2756
|
+
viewBox: "0 0 24 24"
|
|
2757
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2758
|
+
fill: "currentColor",
|
|
2759
|
+
fillRule: "evenodd",
|
|
2760
|
+
d: "M12 .98c-6.075 0-11 4.924-11 11 0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11ZM10.821 10c0 .939-.574 1.7-1.283 1.7s-1.284-.761-1.284-1.7.575-1.7 1.284-1.7c.709 0 1.283.761 1.283 1.7Zm4.85 0c0 .94-.575 1.7-1.284 1.7-.71 0-1.284-.76-1.284-1.7 0-.939.575-1.7 1.284-1.7.708 0 1.283.761 1.283 1.7Zm-7.08 4.985a.856.856 0 0 0 1.038 1.361 3.697 3.697 0 0 1 4.634-.026.856.856 0 1 0 1.102-1.309c-1.083-.912-3.944-2.182-6.773-.026Z",
|
|
2761
|
+
clipRule: "evenodd"
|
|
2762
|
+
}));
|
|
2763
|
+
|
|
2764
|
+
const SvgFacebook = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2765
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2766
|
+
width: "1em",
|
|
2767
|
+
height: "1em",
|
|
2768
|
+
fill: "none",
|
|
2769
|
+
viewBox: "0 0 24 24"
|
|
2770
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2771
|
+
fill: "currentColor",
|
|
2772
|
+
d: "M17 2.119v3.168c-.301-.02-1.145-.05-2.108 0-1.205.063-1.386 1.026-1.386 1.491v2.486h3.373l-.451 3.541h-2.922V22H9.952v-9.195H7V9.264h2.952c-.01-.736-.024-2.293 0-2.64.03-.436-.12-1.989.994-3.2 1.114-1.212 1.897-1.305 2.952-1.398.843-.075 2.42.03 3.102.093Z"
|
|
2773
|
+
}));
|
|
2774
|
+
|
|
2775
|
+
const SvgFacebookColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2776
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2777
|
+
width: "1em",
|
|
2778
|
+
height: "1em",
|
|
2779
|
+
fill: "none",
|
|
2780
|
+
viewBox: "0 0 24 24"
|
|
2781
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2782
|
+
fill: "#1877F2",
|
|
2783
|
+
d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Z"
|
|
2784
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2785
|
+
fill: "#fff",
|
|
2786
|
+
fillRule: "evenodd",
|
|
2787
|
+
d: "m14.525 12.43.293-1.908h-1.83V9.284c0-.522.255-1.03 1.075-1.03h.832V6.628S14.14 6.5 13.418 6.5c-1.508 0-2.493.914-2.493 2.568v1.454H9.249v1.908h1.676v4.612a6.654 6.654 0 0 0 2.062 0V12.43h1.538Z",
|
|
2788
|
+
clipRule: "evenodd"
|
|
2789
|
+
}));
|
|
2790
|
+
|
|
2791
|
+
const SvgFilter = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2792
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2793
|
+
width: "1em",
|
|
2794
|
+
height: "1em",
|
|
2795
|
+
fill: "none",
|
|
2796
|
+
viewBox: "0 0 24 24"
|
|
2797
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2798
|
+
fill: "currentColor",
|
|
2799
|
+
fillRule: "evenodd",
|
|
2800
|
+
d: "M14.771 4.6a.95.95 0 0 1 0 1.899.95.95 0 0 1 0-1.899ZM3.5 6.649h8.33a3.146 3.146 0 0 0 2.941 2.05 3.146 3.146 0 0 0 2.94-2.05H20.5a1.1 1.1 0 1 0 0-2.2h-2.789a3.146 3.146 0 0 0-2.94-2.049 3.148 3.148 0 0 0-2.941 2.049H3.5a1.1 1.1 0 0 0 0 2.2Zm17 4.25h-17a1.1 1.1 0 0 0 0 2.2h17a1.1 1.1 0 1 0 0-2.2ZM9.229 19.4a.95.95 0 0 1 0-1.898.95.95 0 0 1 0 1.899M20.5 17.35h-8.33a3.147 3.147 0 0 0-2.941-2.05 3.146 3.146 0 0 0-2.94 2.05H3.5a1.1 1.1 0 0 0 0 2.2h2.789a3.146 3.146 0 0 0 2.94 2.05 3.148 3.148 0 0 0 2.941-2.05h8.33a1.1 1.1 0 1 0 0-2.2Z",
|
|
2801
|
+
clipRule: "evenodd"
|
|
2802
|
+
}));
|
|
2803
|
+
|
|
2804
|
+
const SvgFire = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2805
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2806
|
+
width: "1em",
|
|
2807
|
+
height: "1em",
|
|
2808
|
+
fill: "none",
|
|
2809
|
+
viewBox: "0 0 24 24"
|
|
2810
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2811
|
+
fill: "currentColor",
|
|
2812
|
+
d: "M10.373 2.847c-.021.287-.22 2.173-1.773 3.754-.144.145-.3.279-.465.4-.227.169-.616.462-1.021.787-.537.431-2.966 2.7-3.104 5.86 0 0-.586 7.212 7.136 8.276 0 0 2.5.531 5.223-1.214.061-.04.123-.078.187-.115.438-.257 2.76-1.767 3.368-5.192 0 0 .433-2.773-.768-4.942-.034-.06-.072-.117-.104-.177-.144-.273-.65-1.176-1.366-1.86a.699.699 0 0 0-.377-.191.565.565 0 0 0-.569.253c-.127.19-.761 1.139-1.045 1.49 0 0-.159.194-.12-.08 0 0 .515-2.576-1.264-5.153 0 0-1.107-1.719-2.807-2.578 0 0-.434-.273-.79-.117 0 0-.248.105-.325.66a1.583 1.583 0 0 0-.016.14Z"
|
|
2813
|
+
}));
|
|
2814
|
+
|
|
2815
|
+
const SvgFrame = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2816
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2817
|
+
width: "1em",
|
|
2818
|
+
height: "1em",
|
|
2819
|
+
fill: "none",
|
|
2820
|
+
viewBox: "0 0 24 24"
|
|
2821
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2822
|
+
fill: "currentColor",
|
|
2823
|
+
fillRule: "evenodd",
|
|
2824
|
+
d: "M16.566 2.83h2.154a1.882 1.882 0 1 1 2.45 2.45v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.881 1.881 0 1 1-2.45 2.45h-2.154a1.882 1.882 0 0 1-3.489 0h-2.154a1.882 1.882 0 0 1-3.489 0H5.28a1.882 1.882 0 1 1-2.45-2.45v-2.154a1.882 1.882 0 0 1 0-3.489v-2.154a1.882 1.882 0 0 1 0-3.489V5.28a1.882 1.882 0 1 1 2.45-2.45h2.154a1.882 1.882 0 0 1 3.489 0h2.154a1.882 1.882 0 0 1 3.489 0ZM6.357 5.417a.94.94 0 0 0-.94.94v11.286c0 .52.42.94.94.94h11.286a.94.94 0 0 0 .94-.94V6.357a.94.94 0 0 0-.94-.94H6.357Z",
|
|
2825
|
+
clipRule: "evenodd"
|
|
2826
|
+
}));
|
|
2827
|
+
|
|
2828
|
+
const SvgGlasses = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2829
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2830
|
+
width: "1em",
|
|
2831
|
+
height: "1em",
|
|
2832
|
+
fill: "none",
|
|
2833
|
+
viewBox: "0 0 24 24"
|
|
2834
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2835
|
+
fill: "currentColor",
|
|
2836
|
+
fillRule: "evenodd",
|
|
2837
|
+
d: "M6 15.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM6 18a5.5 5.5 0 0 0 5.419-6.447 3.168 3.168 0 0 1 1.162 0 5.5 5.5 0 1 0 1-2.327A5.553 5.553 0 0 0 12 9c-.547 0-1.083.077-1.58.225A5.5 5.5 0 1 0 6 18Zm12-2.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
|
|
2838
|
+
clipRule: "evenodd"
|
|
2839
|
+
}));
|
|
2840
|
+
|
|
2841
|
+
const SvgGraph = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2842
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2843
|
+
width: "1em",
|
|
2844
|
+
height: "1em",
|
|
2845
|
+
fill: "none",
|
|
2846
|
+
viewBox: "0 0 24 24"
|
|
2847
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2848
|
+
fill: "currentColor",
|
|
2849
|
+
fillRule: "evenodd",
|
|
2850
|
+
d: "M12 1C5.925 1 1 5.924 1 12c0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11Zm5.622 7.217a1 1 0 0 1 .16 1.405L14.1 14.258a1 1 0 0 1-1.53.044l-2.282-2.563-2.446 3.802a1 1 0 1 1-1.682-1.082l3.158-4.91a1 1 0 0 1 1.588-.123l2.367 2.658 2.945-3.706a1 1 0 0 1 1.405-.16Z",
|
|
2851
|
+
clipRule: "evenodd"
|
|
2852
|
+
}));
|
|
2853
|
+
|
|
2854
|
+
const SvgGun = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2855
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2856
|
+
width: "1em",
|
|
2857
|
+
height: "1em",
|
|
2858
|
+
fill: "none",
|
|
2859
|
+
viewBox: "0 0 24 24"
|
|
2860
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2861
|
+
fill: "currentColor",
|
|
2862
|
+
d: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
|
|
2863
|
+
}));
|
|
2864
|
+
|
|
2865
|
+
const SvgGunColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2866
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2867
|
+
width: "1em",
|
|
2868
|
+
height: "1em",
|
|
2869
|
+
fill: "none",
|
|
2870
|
+
viewBox: "0 0 24 24"
|
|
2871
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2872
|
+
fill: "#D9CDF9",
|
|
2873
|
+
d: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
|
|
2874
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2875
|
+
fill: "#9C7EEF",
|
|
2876
|
+
d: "M19.771 12h-2.68a.3.3 0 0 0-.297.339l.899 6.9a.3.3 0 0 0 .297.261h2.692a.3.3 0 0 0 .298-.34l-.911-6.9a.3.3 0 0 0-.297-.26Z"
|
|
2877
|
+
}));
|
|
2878
|
+
|
|
2879
|
+
const SvgHair = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2880
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2881
|
+
width: "1em",
|
|
2882
|
+
height: "1em",
|
|
2883
|
+
fill: "none",
|
|
2884
|
+
viewBox: "0 0 24 24"
|
|
2885
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2886
|
+
fill: "currentColor",
|
|
2887
|
+
fillRule: "evenodd",
|
|
2888
|
+
d: "M12 2.388a10.707 10.707 0 0 0-.525-.013c-5.51 0-8.925 3.675-9.975 9.45-.633 3.482-.334 6.963 3.859 8.555.183.07.331-.16.206-.31a8.47 8.47 0 0 1-1.957-5.429c0-4.698 3.808-5.178 8.505-5.178 4.698 0 8.505.48 8.505 5.178a8.469 8.469 0 0 1-1.85 5.297c-.123.155.032.382.213.305 3.868-1.648 4.134-5.033 3.519-8.418-1.05-5.775-4.466-9.45-9.975-9.45-.177 0-.352.004-.526.013ZM5.056 14.984c0-3.577 3.18-3.943 7.104-3.943 3.923 0 7.104.366 7.104 3.943s-3.18 6.476-7.104 6.476-7.104-2.899-7.104-6.476Z",
|
|
2889
|
+
clipRule: "evenodd"
|
|
2890
|
+
}));
|
|
2891
|
+
|
|
2892
|
+
const SvgHeadphone = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2893
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2894
|
+
width: "1em",
|
|
2895
|
+
height: "1em",
|
|
2896
|
+
fill: "none",
|
|
2897
|
+
viewBox: "0 0 24 24"
|
|
2898
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2899
|
+
fill: "currentColor",
|
|
2900
|
+
fillRule: "evenodd",
|
|
2901
|
+
d: "M23.255 14.251c0-2.261-1.56-4.149-3.655-4.687V8.9c0-4.191-3.409-7.6-7.6-7.6-4.19 0-7.599 3.409-7.599 7.6v.664C2.305 10.102.745 11.99.745 14.251a4.86 4.86 0 0 0 4.856 4.855 1.2 1.2 0 0 0 1.2-1.2V8.9c0-2.867 2.332-5.2 5.199-5.2s5.2 2.333 5.2 5.2v8.509l-2.54 2.54a1.193 1.193 0 0 1-.848.351h-1.923a1.2 1.2 0 1 0 0 2.4h1.923c.962 0 1.866-.374 2.546-1.054l2.595-2.596c2.414-.278 4.302-2.311 4.302-4.799Z",
|
|
2902
|
+
clipRule: "evenodd"
|
|
2903
|
+
}));
|
|
2904
|
+
|
|
2905
|
+
const SvgHeart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2906
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2907
|
+
width: "1em",
|
|
2908
|
+
height: "1em",
|
|
2909
|
+
fill: "none",
|
|
2910
|
+
viewBox: "0 0 24 24"
|
|
2911
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2912
|
+
fill: "currentColor",
|
|
2913
|
+
fillRule: "evenodd",
|
|
2914
|
+
d: "M10.904 21.306c.666.44 1.525.44 2.19 0 2.115-1.396 6.72-4.733 8.704-8.467C24.413 7.913 21.342 3 17.282 3c-2.314 0-3.706 1.209-4.476 2.248a.998.998 0 0 1-1.613 0C10.423 4.209 9.031 3 6.717 3c-4.06 0-7.131 4.913-4.515 9.839 1.982 3.734 6.589 7.071 8.702 8.467Z",
|
|
2915
|
+
clipRule: "evenodd"
|
|
2916
|
+
}));
|
|
2917
|
+
|
|
2918
|
+
const SvgInfinite = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2919
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2920
|
+
width: "1em",
|
|
2921
|
+
height: "1em",
|
|
2922
|
+
fill: "none",
|
|
2923
|
+
viewBox: "0 0 20 20"
|
|
2924
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2925
|
+
fill: "#7A828D",
|
|
2926
|
+
d: "M17.802 6.972a4.393 4.393 0 0 0-3.123-1.136c-2.008.066-3.247 1.335-4.683 2.804l-.008.007-.008-.007C8.545 7.17 7.313 5.902 5.297 5.836a4.374 4.374 0 0 0-3.099 1.136A4.085 4.085 0 0 0 .833 9.997a4.05 4.05 0 0 0 1.35 3.033 4.414 4.414 0 0 0 2.973 1.137h.157C7.32 14.1 8.56 12.83 9.996 11.363v-.008l.008.008c1.435 1.468 2.667 2.737 4.683 2.804h.157a4.379 4.379 0 0 0 2.973-1.137 4.05 4.05 0 0 0 1.35-3.033 4.085 4.085 0 0 0-1.365-3.025Zm-12.56 5.35c-.635.022-1.24-.2-1.694-.613a2.31 2.31 0 0 1 .008-3.416 2.388 2.388 0 0 1 1.6-.62h.086c1.138.037 1.922.782 3.31 2.206.032.037.071.074.103.104l-.008.014.008.008c-.032.037-.071.074-.102.103-1.389 1.432-2.173 2.177-3.311 2.214Zm11.21-.613a2.392 2.392 0 0 1-1.694.613c-1.138-.037-1.922-.782-3.31-2.206-.032-.037-.071-.074-.103-.104l.008-.015h-.008c.032-.036.07-.073.102-.103 1.389-1.424 2.173-2.17 3.31-2.206.62-.008 1.225.2 1.687.62.495.442.761 1.048.761 1.704 0 .65-.266 1.255-.753 1.697Z"
|
|
2927
|
+
}));
|
|
2928
|
+
|
|
2929
|
+
const SvgInfoInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2930
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2931
|
+
width: "1em",
|
|
2932
|
+
height: "1em",
|
|
2933
|
+
fill: "none",
|
|
2934
|
+
viewBox: "0 0 24 24"
|
|
2935
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2936
|
+
fill: "currentColor",
|
|
2937
|
+
fillRule: "evenodd",
|
|
2938
|
+
d: "M12 9.2a1.2 1.2 0 1 1 0-2.4 1.2 1.2 0 0 1 0 2.4Zm1 7.435a1 1 0 0 1-2 0v-5a1 1 0 0 1 2 0v5ZM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Z",
|
|
2939
|
+
clipRule: "evenodd"
|
|
2940
|
+
}));
|
|
2941
|
+
|
|
2942
|
+
const SvgInstagram = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2943
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2944
|
+
width: "1em",
|
|
2945
|
+
height: "1em",
|
|
2946
|
+
fill: "none",
|
|
2947
|
+
viewBox: "0 0 24 24"
|
|
2948
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2949
|
+
fill: "currentColor",
|
|
2950
|
+
fillRule: "evenodd",
|
|
2951
|
+
d: "M1 6a5 5 0 0 1 5-5h12a5 5 0 0 1 5 5v12a5 5 0 0 1-5 5H6a5 5 0 0 1-5-5V6Zm11 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm7-12a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
|
|
2952
|
+
clipRule: "evenodd"
|
|
2953
|
+
}));
|
|
2954
|
+
|
|
2955
|
+
const SvgKakaoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2956
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2957
|
+
width: "1em",
|
|
2958
|
+
height: "1em",
|
|
2959
|
+
fill: "none",
|
|
2960
|
+
viewBox: "0 0 24 24"
|
|
2961
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2962
|
+
fill: "#FFEB2E",
|
|
2963
|
+
d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Z"
|
|
2964
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2965
|
+
fill: "#391B1B",
|
|
2966
|
+
fillRule: "evenodd",
|
|
2967
|
+
d: "M12.001 6.908c-3.074 0-5.566 1.97-5.566 4.4 0 1.582 1.056 2.968 2.64 3.744-.116.434-.42 1.575-.482 1.818-.075.303.111.299.233.217.096-.063 1.525-1.035 2.142-1.454.335.05.68.076 1.033.076 3.074 0 5.566-1.97 5.566-4.4 0-2.43-2.492-4.4-5.566-4.4Z",
|
|
2968
|
+
clipRule: "evenodd"
|
|
2969
|
+
}));
|
|
2970
|
+
|
|
2971
|
+
const SvgKor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2972
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2973
|
+
width: "1em",
|
|
2974
|
+
height: "1em",
|
|
2975
|
+
fill: "none",
|
|
2976
|
+
viewBox: "0 0 24 24"
|
|
2977
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2978
|
+
fill: "currentColor",
|
|
2979
|
+
fillRule: "evenodd",
|
|
2980
|
+
d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm12.902 5.179V6.822a1.021 1.021 0 1 1 2.043 0v3.59h.761a.894.894 0 0 1 0 1.788h-.761v4.979a1.021 1.021 0 0 1-2.043 0Zm-1.118-8.931c-.241 3.042-1.574 5.695-4.762 7.528a.958.958 0 0 1-1.255-.287c-.352-.495-.176-1.17.325-1.476 2.142-1.303 3.326-2.977 3.644-5.21H7.755a.887.887 0 1 1 0-1.774h3.867c.66 0 1.216.54 1.162 1.219Z",
|
|
2981
|
+
clipRule: "evenodd"
|
|
2982
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2983
|
+
fill: "#fff",
|
|
2984
|
+
d: "M13.902 6.822v10.357a1.021 1.021 0 0 0 2.043 0V12.2h.761a.894.894 0 1 0 0-1.788h-.761v-3.59a1.021 1.021 0 1 0-2.043 0ZM8.022 15.776c3.188-1.833 4.52-4.486 4.762-7.528.054-.68-.502-1.219-1.162-1.219H7.755a.887.887 0 0 0 0 1.775h2.981c-.318 2.232-1.502 3.905-3.644 5.21-.501.305-.677.98-.325 1.475a.958.958 0 0 0 1.255.287Z"
|
|
2985
|
+
}));
|
|
2986
|
+
|
|
2987
|
+
const SvgLetter = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2988
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2989
|
+
width: "1em",
|
|
2990
|
+
height: "1em",
|
|
2991
|
+
fill: "none",
|
|
2992
|
+
viewBox: "0 0 24 24"
|
|
2993
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2994
|
+
fill: "currentColor",
|
|
2995
|
+
fillRule: "evenodd",
|
|
2996
|
+
d: "M3 5a1 1 0 0 0-1 1v2a1 1 0 0 1 .287.042L12 10.956l9.713-2.914A1 1 0 0 1 22 8V6a1 1 0 0 0-1-1H3Zm19 5.044-9.713 2.914a1 1 0 0 1-.574 0L2 10.044V19a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-8.956Z",
|
|
2997
|
+
clipRule: "evenodd"
|
|
2998
|
+
}));
|
|
2999
|
+
|
|
3000
|
+
const SvgLetterCrownColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3001
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3002
|
+
width: "1em",
|
|
3003
|
+
height: "1em",
|
|
3004
|
+
fill: "none",
|
|
3005
|
+
viewBox: "0 0 65 64"
|
|
3006
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3007
|
+
fill: "#FFF99D",
|
|
3008
|
+
d: "M2.938 18.772c0-3.004-.427-5.438 2.576-5.438h53.48c3.004 0 2.568 2.434 2.568 5.438V46.8c0 3.003.227 5.438-2.777 5.438H5.514c-3.004 0-2.576-2.435-2.576-5.438V18.772Z"
|
|
3009
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3010
|
+
fill: "#FFFF9E",
|
|
3011
|
+
d: "M5.514 52.238h53.69c1.67 0 2.358-1.355 2.358-3.026 0-.52-.135-1.032-.39-1.485L48.154 24.629a5.438 5.438 0 0 0-4.738-2.769h-21.18a5.438 5.438 0 0 0-4.666 2.646L3.304 48.339c-.24.4-.366.857-.366 1.323 0 1.422.418 2.576 2.576 2.576Z"
|
|
3012
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3013
|
+
fill: "#FFFFA6",
|
|
3014
|
+
d: "M59.622 13.334H5.083a2.145 2.145 0 0 0-1.425 3.748l25.136 22.334a5.438 5.438 0 0 0 7.249-.022l24.806-22.31a2.15 2.15 0 0 0 .713-1.6c0-1.188-.752-2.15-1.94-2.15Z"
|
|
3015
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3016
|
+
fill: "#FFCD39",
|
|
3017
|
+
fillRule: "evenodd",
|
|
3018
|
+
d: "M24.727 42.477c-.514 0-.947-.397-1.006-.923l-1.282-11.361c-.115-1.02 1.12-1.579 1.772-.803l3.798 4.51 2.808-6.142a1.502 1.502 0 0 1 2.75 0l2.81 6.141 3.797-4.51c.653-.775 1.887-.215 1.772.804l-1.281 11.361c-.06.526-.492.923-1.007.923H24.727Z",
|
|
3019
|
+
clipRule: "evenodd"
|
|
3020
|
+
}));
|
|
3021
|
+
|
|
3022
|
+
const SvgLetterHeartColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3023
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3024
|
+
width: "1em",
|
|
3025
|
+
height: "1em",
|
|
3026
|
+
fill: "none",
|
|
3027
|
+
viewBox: "0 0 65 64"
|
|
3028
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3029
|
+
fill: "#FCDDDD",
|
|
3030
|
+
d: "M3.438 18.772c0-3.004-.427-5.438 2.576-5.438h53.48c3.004 0 2.568 2.434 2.568 5.438V46.8c0 3.003.227 5.438-2.777 5.438H6.014c-3.004 0-2.576-2.435-2.576-5.438V18.772Z"
|
|
3031
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3032
|
+
fill: "#FDE2E2",
|
|
3033
|
+
d: "M6.014 52.238h53.69c1.67 0 2.358-1.355 2.358-3.026 0-.52-.135-1.032-.39-1.485L48.654 24.629a5.438 5.438 0 0 0-4.738-2.769h-21.18a5.438 5.438 0 0 0-4.666 2.646L3.804 48.339c-.24.4-.366.857-.366 1.323 0 1.422.418 2.576 2.576 2.576Z"
|
|
3034
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3035
|
+
fill: "#FEE5E5",
|
|
3036
|
+
d: "M60.122 13.334H5.583a2.145 2.145 0 0 0-1.425 3.748l25.136 22.334a5.438 5.438 0 0 0 7.249-.022l24.806-22.31a2.15 2.15 0 0 0 .713-1.6c0-1.188-.752-2.15-1.94-2.15Z"
|
|
3037
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3038
|
+
fill: "#FF5678",
|
|
3039
|
+
fillRule: "evenodd",
|
|
3040
|
+
d: "M31.76 43.765a1.79 1.79 0 0 0 1.978 0c1.91-1.26 6.068-4.274 7.86-7.646 2.361-4.448-.412-8.885-4.078-8.885-2.09 0-3.347 1.092-4.042 2.03a.9.9 0 0 1-1.457 0c-.695-.938-1.952-2.03-4.042-2.03-3.666 0-6.44 4.437-4.077 8.885 1.79 3.372 5.95 6.385 7.858 7.646Z",
|
|
3041
|
+
clipRule: "evenodd"
|
|
3042
|
+
}));
|
|
3043
|
+
|
|
3044
|
+
const SvgLineThree = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3045
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3046
|
+
width: "1em",
|
|
3047
|
+
height: "1em",
|
|
3048
|
+
fill: "none",
|
|
3049
|
+
viewBox: "0 0 24 24"
|
|
3050
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3051
|
+
fill: "currentColor",
|
|
3052
|
+
fillRule: "evenodd",
|
|
3053
|
+
d: "M4.118 6.2h16a1.2 1.2 0 1 0 0-2.4h-16a1.2 1.2 0 0 0 0 2.4Zm16 4.6h-16a1.2 1.2 0 1 0 0 2.4h16a1.2 1.2 0 1 0 0-2.4Zm0 7h-16a1.2 1.2 0 1 0 0 2.4h16a1.198 1.198 0 0 0 1.109-1.66 1.2 1.2 0 0 0-1.109-.74Z",
|
|
3054
|
+
clipRule: "evenodd"
|
|
3055
|
+
}));
|
|
3056
|
+
|
|
3057
|
+
const SvgLink = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3058
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3059
|
+
width: "1em",
|
|
3060
|
+
height: "1em",
|
|
3061
|
+
fill: "none",
|
|
3062
|
+
viewBox: "0 0 24 24"
|
|
3063
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3064
|
+
fill: "currentColor",
|
|
3065
|
+
fillRule: "evenodd",
|
|
3066
|
+
d: "M21.316 2.684a6.098 6.098 0 0 0-8.614 0l-2.053 2.052a1.1 1.1 0 0 0 1.556 1.556l2.053-2.052a3.895 3.895 0 0 1 6.348 1.261c.195.473.295.979.294 1.49a3.864 3.864 0 0 1-1.14 2.751l-3.601 3.601c-1.469 1.47-4.032 1.47-5.502 0a3.896 3.896 0 0 1-.625-.814 1.1 1.1 0 0 0-1.908 1.096 6.14 6.14 0 0 0 2.952 2.597c.74.306 1.532.463 2.332.461a6.052 6.052 0 0 0 4.307-1.784l3.601-3.6A6.055 6.055 0 0 0 23.1 6.99a6.051 6.051 0 0 0-1.784-4.307",
|
|
3067
|
+
clipRule: "evenodd"
|
|
3068
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3069
|
+
fill: "currentColor",
|
|
3070
|
+
fillRule: "evenodd",
|
|
3071
|
+
d: "m11.795 17.708-2.053 2.053A3.897 3.897 0 0 1 3.395 18.5a3.87 3.87 0 0 1-.295-1.49c0-1.039.405-2.016 1.14-2.75l3.601-3.602a3.895 3.895 0 0 1 6.127.814 1.1 1.1 0 0 0 1.908-1.096 6.099 6.099 0 0 0-9.591-1.274l-3.601 3.601A6.054 6.054 0 0 0 .9 17.01c0 1.627.634 3.157 1.784 4.307a6.064 6.064 0 0 0 4.307 1.781c1.56 0 3.119-.594 4.307-1.78l2.053-2.053a1.1 1.1 0 0 0-1.556-1.556",
|
|
3072
|
+
clipRule: "evenodd"
|
|
3073
|
+
}));
|
|
3074
|
+
|
|
3075
|
+
const SvgLock = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3076
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3077
|
+
width: "1em",
|
|
3078
|
+
height: "1em",
|
|
3079
|
+
fill: "none",
|
|
3080
|
+
viewBox: "0 0 24 24"
|
|
3081
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3082
|
+
fill: "currentColor",
|
|
3083
|
+
fillRule: "evenodd",
|
|
3084
|
+
d: "M12.9 14.755v2.199a.9.9 0 1 1-1.8 0v-2.199a1.793 1.793 0 0 1-.9-1.551 1.8 1.8 0 0 1 3.599 0c0 .665-.364 1.239-.899 1.551ZM8.82 7.179A3.183 3.183 0 0 1 12 4a3.182 3.182 0 0 1 3.179 3.179H8.82Zm9.779 0h-1.42A5.184 5.184 0 0 0 12 2a5.185 5.185 0 0 0-5.18 5.179H5.4a2.4 2.4 0 0 0-2.4 2.4v10.2a2.4 2.4 0 0 0 2.4 2.4h13.199a2.399 2.399 0 0 0 2.401-2.4v-10.2a2.4 2.4 0 0 0-2.401-2.4Z",
|
|
3085
|
+
clipRule: "evenodd"
|
|
3086
|
+
}));
|
|
3087
|
+
|
|
3088
|
+
const SvgLockColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3089
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3090
|
+
width: "1em",
|
|
3091
|
+
height: "1em",
|
|
3092
|
+
fill: "none",
|
|
3093
|
+
viewBox: "0 0 24 24"
|
|
3094
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3095
|
+
fill: "url(#lock_color_svg__a)",
|
|
3096
|
+
fillRule: "evenodd",
|
|
3097
|
+
d: "M12.9 14.755v2.199a.9.9 0 1 1-1.8 0v-2.199a1.793 1.793 0 0 1-.9-1.551 1.8 1.8 0 0 1 3.599 0c0 .665-.364 1.239-.899 1.551ZM8.82 7.179A3.183 3.183 0 0 1 12 4a3.182 3.182 0 0 1 3.179 3.179H8.82Zm9.779 0h-1.42A5.184 5.184 0 0 0 12 2a5.185 5.185 0 0 0-5.18 5.179H5.4a2.4 2.4 0 0 0-2.4 2.4v10.2a2.4 2.4 0 0 0 2.4 2.4h13.199a2.399 2.399 0 0 0 2.401-2.4v-10.2a2.4 2.4 0 0 0-2.401-2.4Z",
|
|
3098
|
+
clipRule: "evenodd"
|
|
3099
|
+
}), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
3100
|
+
id: "lock_color_svg__a",
|
|
3101
|
+
x1: 3,
|
|
3102
|
+
x2: 23.048,
|
|
3103
|
+
y1: 2,
|
|
3104
|
+
y2: 19.883,
|
|
3105
|
+
gradientUnits: "userSpaceOnUse"
|
|
3106
|
+
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
3107
|
+
stopColor: "#03216D"
|
|
3108
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
3109
|
+
offset: 0.399,
|
|
3110
|
+
stopColor: "#3F28D1"
|
|
3111
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
3112
|
+
offset: 1,
|
|
3113
|
+
stopColor: "#F14BFF"
|
|
3114
|
+
}))));
|
|
3115
|
+
|
|
3116
|
+
const SvgLogoApple = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3117
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3118
|
+
width: "1em",
|
|
3119
|
+
height: "1em",
|
|
3120
|
+
fill: "none",
|
|
3121
|
+
viewBox: "0 0 24 24"
|
|
3122
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3123
|
+
fill: "#000",
|
|
3124
|
+
fillRule: "evenodd",
|
|
3125
|
+
d: "M14.944 4.502c-.658.784-1.776 1.373-2.658 1.373-.099 0-.198-.013-.26-.025a1.664 1.664 0 0 1-.038-.343c0-1.005.522-1.986 1.068-2.61.708-.822 1.9-1.434 2.87-1.471.024.11.037.245.037.38 0 .992-.423 1.985-1.019 2.696Zm-4.32 15.836c-.442.187-.862.365-1.43.365-1.218 0-2.075-1.103-3.031-2.451-1.13-1.593-2.05-4.057-2.05-6.385 0-3.75 2.472-5.736 4.906-5.736.713 0 1.364.259 1.94.488.459.182.87.345 1.227.345.323 0 .72-.155 1.181-.335.64-.25 1.401-.547 2.26-.547.559 0 2.558.05 3.862 1.912a.98.98 0 0 1-.047.031c-.324.211-2.052 1.337-2.052 3.646 0 2.855 2.534 3.872 2.608 3.897-.012.061-.41 1.385-1.328 2.733-.833 1.176-1.714 2.377-3.043 2.377-.643 0-1.056-.18-1.483-.367-.456-.199-.927-.405-1.71-.405-.792 0-1.315.222-1.81.432Z",
|
|
3126
|
+
clipRule: "evenodd"
|
|
3127
|
+
}));
|
|
3128
|
+
|
|
3129
|
+
const SvgLogoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3131
|
+
width: "1em",
|
|
3132
|
+
height: "1em",
|
|
3133
|
+
fill: "none",
|
|
3134
|
+
viewBox: "0 0 24 24"
|
|
3135
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3136
|
+
fill: "#835EEB",
|
|
3137
|
+
fillRule: "evenodd",
|
|
3138
|
+
d: "M3.618 4.018A.486.486 0 0 0 3 4.486v13.358c0 .26.173.49.423.562l7.348 2.087a.483.483 0 0 0 .618-.465V6.66a.582.582 0 0 0-.423-.56L3.618 4.018ZM13.027 6.1a.581.581 0 0 0-.416.558v7.317a.485.485 0 0 0 .618.467l7.346-2.08a.581.581 0 0 0 .425-.558V4.487a.485.485 0 0 0-.627-.466l-7.346 2.078Z",
|
|
3139
|
+
clipRule: "evenodd"
|
|
3140
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3141
|
+
fill: "#CDBEF7",
|
|
3142
|
+
fillRule: "evenodd",
|
|
3143
|
+
d: "M13.222 20.496 20.57 18.4a.59.59 0 0 0 .431-.566v-3.787a.491.491 0 0 0-.193-.39.483.483 0 0 0-.425-.081l-7.355 2.098a.586.586 0 0 0-.416.564v3.796a.49.49 0 0 0 .194.381c.119.09.273.12.417.081Z",
|
|
3144
|
+
clipRule: "evenodd"
|
|
3145
|
+
}));
|
|
3146
|
+
|
|
3147
|
+
const SvgLogoFacebook = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3149
|
+
width: "1em",
|
|
3150
|
+
height: "1em",
|
|
3151
|
+
fill: "none",
|
|
3152
|
+
viewBox: "0 0 24 24"
|
|
3153
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3154
|
+
fill: "#fff",
|
|
3155
|
+
fillRule: "evenodd",
|
|
3156
|
+
d: "m16.214 13.282.622-3.952h-3.89V6.766c0-1.081.543-2.135 2.285-2.135H17V1.267S15.395 1 13.86 1c-3.204 0-5.298 1.892-5.298 5.318V9.33H5v3.952h3.562v9.552a14.494 14.494 0 0 0 4.383 0v-9.552h3.269Z",
|
|
3157
|
+
clipRule: "evenodd"
|
|
3158
|
+
}));
|
|
3159
|
+
|
|
3160
|
+
const SvgLogoKakao = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3162
|
+
width: "1em",
|
|
3163
|
+
height: "1em",
|
|
3164
|
+
fill: "none",
|
|
3165
|
+
viewBox: "0 0 24 24"
|
|
3166
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3167
|
+
fill: "#391B1B",
|
|
3168
|
+
fillRule: "evenodd",
|
|
3169
|
+
d: "M12.002 4.063c-4.79 0-8.674 3.07-8.674 6.857 0 2.465 1.646 4.625 4.115 5.834-.181.677-.657 2.454-.752 2.834-.118.472.173.465.363.338.149-.099 2.377-1.613 3.338-2.267.522.077 1.06.119 1.61.119 4.79 0 8.674-3.071 8.674-6.858 0-3.787-3.884-6.857-8.674-6.857Z",
|
|
3170
|
+
clipRule: "evenodd"
|
|
3171
|
+
}));
|
|
3172
|
+
|
|
3173
|
+
const SvgLogoNaver = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3174
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3175
|
+
width: "1em",
|
|
3176
|
+
height: "1em",
|
|
3177
|
+
fill: "none",
|
|
3178
|
+
viewBox: "0 0 24 24"
|
|
3179
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3180
|
+
fill: "#fff",
|
|
3181
|
+
d: "M14.865 4v8.073L9.163 4H3v16h6.135v-8.073L14.837 20H21V4h-6.135Z"
|
|
3182
|
+
}));
|
|
3183
|
+
|
|
3184
|
+
const SvgMaxsize = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3185
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3186
|
+
width: "1em",
|
|
3187
|
+
height: "1em",
|
|
3188
|
+
fill: "none",
|
|
3189
|
+
viewBox: "0 0 24 24"
|
|
3190
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3191
|
+
fill: "currentColor",
|
|
3192
|
+
d: "M4.65 8.9h-2.4V5.2c0-1.8 1.4-3.2 3.2-3.2h3.8v2.4h-3.8c-.4 0-.8.4-.8.8v3.7Zm4.5 12.7h-3.7c-1.8 0-3.2-1.4-3.2-3.2v-3.8h2.4v3.8c0 .4.4.8.8.8h3.8v2.4h-.1Zm9.5 0h-3.8v-2.4h3.8c.4 0 .8-.4.8-.8v-3.8h2.4v3.8c0 1.8-1.4 3.2-3.2 3.2Zm3.2-12.7h-2.4V5.2c0-.4-.4-.8-.8-.8h-3.8V2h3.8c1.8 0 3.2 1.4 3.2 3.2v3.7Z"
|
|
3193
|
+
}));
|
|
3194
|
+
|
|
3195
|
+
const SvgMinsize = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3196
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3197
|
+
width: "1em",
|
|
3198
|
+
height: "1em",
|
|
3199
|
+
fill: "none",
|
|
3200
|
+
viewBox: "0 0 24 24"
|
|
3201
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3202
|
+
fill: "currentColor",
|
|
3203
|
+
fillRule: "evenodd",
|
|
3204
|
+
d: "M2.3 9.2V6.8H6c.4 0 .8-.4.8-.8V2.2h2.4V6c0 1.8-1.4 3.2-3.2 3.2H2.3Zm12.53-6.95h2.4v3.7c0 .4.4.8.8.8h3.8v2.4h-3.8c-1.8 0-3.2-1.4-3.2-3.2v-3.7ZM6.8 21.8h2.4v-3.7c0-1.8-1.4-3.2-3.2-3.2H2.2v2.4H6c.4 0 .8.4.8.8v3.7Zm14.93-7v2.4h-3.7c-.4 0-.8.4-.8.8v3.8h-2.4V18c0-1.8 1.4-3.2 3.2-3.2h3.7Z",
|
|
3205
|
+
clipRule: "evenodd"
|
|
3206
|
+
}));
|
|
3207
|
+
|
|
3208
|
+
const SvgMinus = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3209
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3210
|
+
width: "1em",
|
|
3211
|
+
height: "1em",
|
|
3212
|
+
fill: "none",
|
|
3213
|
+
viewBox: "0 0 24 24"
|
|
3214
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3215
|
+
fill: "currentColor",
|
|
3216
|
+
fillRule: "evenodd",
|
|
3217
|
+
d: "M20.05 13.2h-16a1.2 1.2 0 1 1 0-2.4h16a1.2 1.2 0 1 1 0 2.4Z",
|
|
3218
|
+
clipRule: "evenodd"
|
|
3219
|
+
}));
|
|
3220
|
+
|
|
3221
|
+
const SvgMinusInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3222
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3223
|
+
width: "1em",
|
|
3224
|
+
height: "1em",
|
|
3225
|
+
fill: "none",
|
|
3226
|
+
viewBox: "0 0 24 24"
|
|
3227
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3228
|
+
fill: "currentColor",
|
|
3229
|
+
fillRule: "evenodd",
|
|
3230
|
+
d: "M16.492 13.061h-9a1.06 1.06 0 0 1-1.01-1.474 1.06 1.06 0 0 1 1.01-.647h9a1.061 1.061 0 0 1 0 2.121ZM12 1C5.925 1 1 5.925 1 12c0 6.076 4.925 11 11 11s11-4.924 11-11c0-6.075-4.925-11-11-11Z",
|
|
3231
|
+
clipRule: "evenodd"
|
|
3232
|
+
}));
|
|
3233
|
+
|
|
3234
|
+
const SvgMoneybag = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3235
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3236
|
+
width: "1em",
|
|
3237
|
+
height: "1em",
|
|
3238
|
+
fill: "none",
|
|
3239
|
+
viewBox: "0 0 24 24"
|
|
3240
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3241
|
+
fill: "currentColor",
|
|
3242
|
+
fillRule: "evenodd",
|
|
3243
|
+
d: "M7.5 2.9c-.3-.7.2-1.4.9-1.4h6.8c.7 0 1.2.7.9 1.4l-.8 2h-7l-.8-2Zm13.1 10.8c0 4.9-3.9 8.8-8.8 8.8S3 18.6 3 13.7c0-3.4 2-6.4 4.8-7.8h8c2.8 1.5 4.8 4.4 4.8 7.8Zm-4.1.5c0-.3-.3-.6-.6-.6h-1.1l.4-1.4c.1-.3-.1-.7-.4-.8-.3-.1-.7.1-.8.4l-.7 2.3-.8-2c-.1-.2-.3-.4-.6-.4s-.5.2-.6.4l-.8 2-.5-2.3c-.1-.3-.4-.5-.8-.4-.3.1-.5.4-.4.8l.4 1.4H8.1c-.3 0-.6.3-.6.6s.3.6.6.6h1.5l.4 1.4c.1.3.3.4.6.4s.5-.2.6-.4L12 14l.8 2.2c.1.2.3.4.6.4s.5-.2.6-.4l.4-1.4h1.5c.3 0 .6-.3.6-.6Z",
|
|
3244
|
+
clipRule: "evenodd"
|
|
3245
|
+
}));
|
|
3246
|
+
|
|
3247
|
+
const SvgMoneybagColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3248
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3249
|
+
width: "1em",
|
|
3250
|
+
height: "1em",
|
|
3251
|
+
fill: "none",
|
|
3252
|
+
viewBox: "0 0 24 24"
|
|
3253
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3254
|
+
fill: "#FFDB70",
|
|
3255
|
+
fillRule: "evenodd",
|
|
3256
|
+
d: "M7.7 2.9c-.3-.7.2-1.4.9-1.4h6.8c.7 0 1.2.7.9 1.4l-.8 2h-7l-.8-2Zm13.1 10.8c0 4.9-3.9 8.8-8.8 8.8s-8.8-3.9-8.8-8.8c0-3.4 2-6.4 4.8-7.8h8c2.8 1.5 4.8 4.4 4.8 7.8Zm-4.1.5c0-.3-.3-.6-.6-.6H15l.4-1.4c.1-.3-.1-.7-.4-.8-.3-.1-.7.1-.8.4l-.7 2.3-.8-2c-.1-.2-.3-.4-.6-.4s-.5.2-.6.4l-.8 2-.5-2.3c-.1-.3-.4-.5-.8-.4-.3.1-.5.4-.4.8l.4 1.4H8.3c-.3 0-.6.3-.6.6s.3.6.6.6h1.5l.4 1.4c.1.3.3.4.6.4s.5-.2.6-.4l.8-2.2.8 2.2c.1.2.3.4.6.4s.5-.2.6-.4l.4-1.4h1.5c.3 0 .6-.3.6-.6Z",
|
|
3257
|
+
clipRule: "evenodd"
|
|
3258
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3259
|
+
fill: "#FF9C07",
|
|
3260
|
+
d: "M16.1 13.6c.3 0 .6.3.6.6s-.3.6-.6.6h-1.5l-.4 1.4c-.1.2-.3.4-.6.4s-.5-.2-.6-.4l-.8-2.2-.8 2.2c-.1.2-.3.4-.6.4s-.5-.1-.6-.4l-.4-1.4H8.3c-.3 0-.6-.3-.6-.6s.3-.6.6-.6h1.1L9 12.2c-.1-.4.1-.7.4-.8.4-.1.7.1.8.4l.5 2.3.8-2c.1-.2.3-.4.6-.4s.5.2.6.4l.8 2 .7-2.3c.1-.3.5-.5.8-.4.3.1.5.5.4.8l-.4 1.4h1.1Z"
|
|
3261
|
+
}));
|
|
3262
|
+
|
|
3263
|
+
const SvgMore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3264
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3265
|
+
width: "1em",
|
|
3266
|
+
height: "1em",
|
|
3267
|
+
fill: "none",
|
|
3268
|
+
viewBox: "0 0 24 24"
|
|
3269
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3270
|
+
fill: "currentColor",
|
|
3271
|
+
fillRule: "evenodd",
|
|
3272
|
+
d: "M5.23 14a2.001 2.001 0 1 1 0-4.002 2.001 2.001 0 0 1 0 4.002Zm6.771 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm6.77 0a2.001 2.001 0 1 1 0-4.002 2.001 2.001 0 0 1 0 4.002Z",
|
|
3273
|
+
clipRule: "evenodd"
|
|
3274
|
+
}));
|
|
3275
|
+
|
|
3276
|
+
const SvgMyBubble = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3277
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3278
|
+
width: "1em",
|
|
3279
|
+
height: "1em",
|
|
3280
|
+
fill: "none",
|
|
3281
|
+
viewBox: "0 0 24 24"
|
|
3282
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3283
|
+
fill: "currentColor",
|
|
3284
|
+
fillRule: "evenodd",
|
|
3285
|
+
d: "M1.5 11.065c0-5.247 4.701-9.5 10.5-9.5s10.5 4.253 10.5 9.5-4.701 9.5-10.5 9.5a11.53 11.53 0 0 1-3.058-.412l-4.731 2.233a.5.5 0 0 1-.703-.552l.868-4.249C2.598 15.882 1.5 13.592 1.5 11.065Zm5.479-2.721a.987.987 0 0 0-.987.986v4.022a.648.648 0 0 0 1.297 0v-2.855a.028.028 0 0 1 .054-.01l1.214 3.089a.62.62 0 0 0 1.152 0l1.214-3.074a.028.028 0 0 1 .054.01v2.84a.648.648 0 0 0 1.296 0V9.33a.987.987 0 0 0-1.9-.374l-1.197 2.921a.047.047 0 0 1-.086 0L7.892 8.956a.987.987 0 0 0-.913-.612Zm6.954 0a.647.647 0 0 0-.566.96l1.414 2.556c.082.148.125.315.125.484v.992a.664.664 0 0 0 1.328 0v-.993a1 1 0 0 1 .125-.482l1.411-2.562a.644.644 0 1 0-1.137-.605l-1.028 2.004a.038.038 0 0 1-.068 0l-1.029-2.003a.647.647 0 0 0-.575-.351Z",
|
|
3286
|
+
clipRule: "evenodd"
|
|
3287
|
+
}));
|
|
3288
|
+
|
|
3289
|
+
const SvgNaverColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3290
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3291
|
+
width: "1em",
|
|
3292
|
+
height: "1em",
|
|
3293
|
+
fill: "none",
|
|
3294
|
+
viewBox: "0 0 24 24"
|
|
3295
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3296
|
+
fill: "#1EC800",
|
|
3297
|
+
d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z"
|
|
3298
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3299
|
+
fill: "#fff",
|
|
3300
|
+
d: "M13.305 8.125v3.91l-2.68-3.91H7.73v7.75h2.883v-3.91l2.68 3.91h2.896v-7.75h-2.883Z"
|
|
3301
|
+
}));
|
|
3302
|
+
|
|
3303
|
+
const SvgNew = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3304
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3305
|
+
width: "1em",
|
|
3306
|
+
height: "1em",
|
|
3307
|
+
fill: "none",
|
|
3308
|
+
viewBox: "0 0 24 24"
|
|
3309
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3310
|
+
fill: "currentColor",
|
|
3311
|
+
clipPath: "url(#new_svg__a)"
|
|
3312
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3313
|
+
d: "M5.687 8.245c.486 0 .881.395.881.882v5.64a.987.987 0 0 1-1.798.562L2.025 11.36a.034.034 0 0 0-.062.02v3.492a.882.882 0 1 1-1.763 0v-5.63a.998.998 0 0 1 1.822-.564l2.709 3.956a.04.04 0 0 0 .074-.023V9.127c0-.487.395-.882.882-.882ZM8.709 15.754a1 1 0 0 1-1-1V9.245a1 1 0 0 1 1-1h3.475a.72.72 0 0 1 0 1.442h-1.918a.793.793 0 0 0 0 1.587h1.649a.72.72 0 1 1 0 1.441H10.27a.799.799 0 1 0 0 1.597h1.924a.72.72 0 1 1 0 1.442H8.709ZM16.561 15.754a1 1 0 0 1-.96-.723L13.98 9.417a.918.918 0 1 1 1.776-.461l.98 4.237a.04.04 0 0 0 .077 0l1.103-4.202a1 1 0 0 1 .967-.746h.066a1 1 0 0 1 .967.745l1.114 4.22a.033.033 0 0 0 .064-.002l.99-4.254a.917.917 0 1 1 1.776.464l-1.629 5.615a1 1 0 0 1-.96.721h-.203a1 1 0 0 1-.959-.716l-1.148-3.88a.042.042 0 0 0-.08 0l-1.148 3.88a1 1 0 0 1-.96.716h-.212Z"
|
|
3314
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
3315
|
+
id: "new_svg__a"
|
|
3316
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3317
|
+
fill: "#fff",
|
|
3318
|
+
d: "M0 0h24v24H0z"
|
|
3319
|
+
}))));
|
|
3320
|
+
|
|
3321
|
+
const SvgNote = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3322
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3323
|
+
width: "1em",
|
|
3324
|
+
height: "1em",
|
|
3325
|
+
fill: "none",
|
|
3326
|
+
viewBox: "0 0 24 24"
|
|
3327
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3328
|
+
fill: "currentColor",
|
|
3329
|
+
fillRule: "evenodd",
|
|
3330
|
+
d: "M21.34 3.447a2 2 0 0 0-1.45-.6h-1.68v-1a.998.998 0 0 0-.3-.73 1 1 0 0 0-1.45 0 .999.999 0 0 0-.3.73v1H7.79v-1a1 1 0 0 0-.3-.73 1 1 0 0 0-1.46 0 1 1 0 0 0-.3.73v1H4.06A2 2 0 0 0 2 4.897v15.83a2 2 0 0 0 2.06 2.06h15.83a1.999 1.999 0 0 0 2-2.06V4.897a2 2 0 0 0-.55-1.45ZM6.85 6.987h5.71a1 1 0 1 1 0 2H6.85a1 1 0 0 1 0-2Zm10.34 5.85H6.85a1 1 0 1 1 0-2h10.34a1 1 0 0 1 0 2Z",
|
|
3331
|
+
clipRule: "evenodd"
|
|
3332
|
+
}));
|
|
3333
|
+
|
|
3334
|
+
const SvgNoteColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3335
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3336
|
+
width: "1em",
|
|
3337
|
+
height: "1em",
|
|
3338
|
+
fill: "none",
|
|
3339
|
+
viewBox: "0 0 24 24"
|
|
3340
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3341
|
+
fill: "#C6D8FA",
|
|
3342
|
+
d: "M3.5 3a1 1 0 0 1 1-1h15a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1h-15a1 1 0 0 1-1-1V3Z"
|
|
3343
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3344
|
+
fill: "#6D99F1",
|
|
3345
|
+
d: "M6 7a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1ZM6 11a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Z"
|
|
3346
|
+
}));
|
|
3347
|
+
|
|
3348
|
+
const SvgNotePenColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3349
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3350
|
+
width: "1em",
|
|
3351
|
+
height: "1em",
|
|
3352
|
+
fill: "none",
|
|
3353
|
+
viewBox: "0 0 32 33"
|
|
3354
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3355
|
+
fill: "#D9CDF9",
|
|
3356
|
+
fillRule: "evenodd",
|
|
3357
|
+
d: "M25.506 5.218H7.11A3.11 3.11 0 0 0 4 8.328v18.396a3.11 3.11 0 0 0 3.11 3.11h18.396a3.109 3.109 0 0 0 3.11-3.11V8.327a3.109 3.109 0 0 0-3.11-3.109Z",
|
|
3358
|
+
clipRule: "evenodd"
|
|
3359
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
3360
|
+
width: 4.667,
|
|
3361
|
+
height: 2.462,
|
|
3362
|
+
x: 24.513,
|
|
3363
|
+
y: 3.167,
|
|
3364
|
+
fill: "#9C7EEF",
|
|
3365
|
+
rx: 1.231,
|
|
3366
|
+
transform: "rotate(90 24.513 3.167)"
|
|
3367
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
3368
|
+
width: 4.667,
|
|
3369
|
+
height: 2.462,
|
|
3370
|
+
x: 17.334,
|
|
3371
|
+
y: 3.167,
|
|
3372
|
+
fill: "#9C7EEF",
|
|
3373
|
+
rx: 1.231,
|
|
3374
|
+
transform: "rotate(90 17.334 3.167)"
|
|
3375
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
3376
|
+
width: 4.667,
|
|
3377
|
+
height: 2.462,
|
|
3378
|
+
x: 10.565,
|
|
3379
|
+
y: 3.167,
|
|
3380
|
+
fill: "#9C7EEF",
|
|
3381
|
+
rx: 1.231,
|
|
3382
|
+
transform: "rotate(90 10.565 3.167)"
|
|
3383
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3384
|
+
fill: "#9C7EEF",
|
|
3385
|
+
fillRule: "evenodd",
|
|
3386
|
+
d: "m25.287 14.545-5.934 5.935-.81 3.018-.532 1.99a.327.327 0 0 0 .402.4l1.987-.532 3.02-.81 5.934-5.934-4.067-4.067Zm6.521.688-3.14-3.141a.654.654 0 0 0-.927 0l-1.62 1.62 4.067 4.067 1.62-1.62a.654.654 0 0 0 0-.926Z",
|
|
3387
|
+
clipRule: "evenodd"
|
|
3388
|
+
}));
|
|
3389
|
+
|
|
3390
|
+
const SvgNumberFiveFilled = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3391
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3392
|
+
width: "1em",
|
|
3393
|
+
height: "1em",
|
|
3394
|
+
fill: "none",
|
|
3395
|
+
viewBox: "0 0 24 24"
|
|
3396
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3397
|
+
fill: "currentColor",
|
|
3398
|
+
fillRule: "evenodd",
|
|
3399
|
+
d: "M12 1.5C6.201 1.5 1.5 6.201 1.5 12S6.201 22.5 12 22.5 22.5 17.799 22.5 12 17.799 1.5 12 1.5Zm3.855 12.205c0 2.003-1.517 3.432-3.746 3.432-2.064 0-3.575-1.217-3.609-2.926h1.996c.048.772.752 1.306 1.613 1.299 1.026.007 1.757-.718 1.75-1.75.007-1.053-.738-1.784-1.777-1.791-.745 0-1.265.28-1.559.834H8.664l.533-5.701h6.098v1.681h-4.402l-.274 2.502h.082c.362-.485 1.114-.84 1.983-.834 1.818-.007 3.171 1.354 3.171 3.254Z",
|
|
3400
|
+
clipRule: "evenodd"
|
|
3401
|
+
}));
|
|
3402
|
+
|
|
3403
|
+
const SvgNumberFiveOutlined = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3404
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3405
|
+
width: "1em",
|
|
3406
|
+
height: "1em",
|
|
3407
|
+
fill: "none",
|
|
3408
|
+
viewBox: "0 0 24 24"
|
|
3409
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3410
|
+
fill: "currentColor",
|
|
3411
|
+
fillRule: "evenodd",
|
|
3412
|
+
d: "M12 3.9a8.1 8.1 0 1 0 0 16.2 8.1 8.1 0 0 0 0-16.2ZM1.5 12C1.5 6.201 6.201 1.5 12 1.5S22.5 6.201 22.5 12 17.799 22.5 12 22.5 1.5 17.799 1.5 12Z",
|
|
3413
|
+
clipRule: "evenodd"
|
|
3414
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3415
|
+
fill: "currentColor",
|
|
3416
|
+
d: "M12.11 17.137c2.228 0 3.745-1.429 3.745-3.432 0-1.9-1.353-3.26-3.171-3.254-.869-.007-1.62.349-1.983.834h-.082l.274-2.502h4.402V7.102H9.197l-.533 5.7h1.86c.293-.553.813-.833 1.558-.833 1.04.007 1.784.738 1.777 1.79.007 1.033-.724 1.758-1.75 1.75-.861.008-1.565-.526-1.613-1.298H8.5c.034 1.709 1.545 2.926 3.61 2.926Z"
|
|
3417
|
+
}));
|
|
3418
|
+
|
|
3419
|
+
const SvgNumberFourFilled = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3420
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3421
|
+
width: "1em",
|
|
3422
|
+
height: "1em",
|
|
3423
|
+
fill: "none",
|
|
3424
|
+
viewBox: "0 0 24 24"
|
|
3425
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3426
|
+
fill: "currentColor",
|
|
3427
|
+
fillRule: "evenodd",
|
|
3428
|
+
d: "M12 1.5C6.201 1.5 1.5 6.201 1.5 12S6.201 22.5 12 22.5 22.5 17.799 22.5 12 17.799 1.5 12 1.5Zm.813 13.75H8v-1.627l4.184-6.521h2.584v6.494h1.257v1.654h-1.257V17h-1.956v-1.75Zm-2.735-1.736v.082h2.762V9.357h-.096l-2.666 4.157Z",
|
|
3429
|
+
clipRule: "evenodd"
|
|
3430
|
+
}));
|
|
3431
|
+
|
|
3432
|
+
const SvgNumberFourOutlined = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3433
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3434
|
+
width: "1em",
|
|
3435
|
+
height: "1em",
|
|
3436
|
+
fill: "none",
|
|
3437
|
+
viewBox: "0 0 24 24"
|
|
3438
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3439
|
+
fill: "currentColor",
|
|
3440
|
+
fillRule: "evenodd",
|
|
3441
|
+
d: "M12 3.9a8.1 8.1 0 1 0 0 16.2 8.1 8.1 0 0 0 0-16.2ZM1.5 12C1.5 6.201 6.201 1.5 12 1.5S22.5 6.201 22.5 12 17.799 22.5 12 22.5 1.5 17.799 1.5 12Z",
|
|
3442
|
+
clipRule: "evenodd"
|
|
3443
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3444
|
+
fill: "currentColor",
|
|
3445
|
+
d: "M8 15.25h4.813V17h1.955v-1.75h1.257v-1.654h-1.257V7.102h-2.584L8 13.623v1.627Zm2.078-1.654v-.082l2.666-4.157h.096v4.239h-2.762Z"
|
|
3446
|
+
}));
|
|
3447
|
+
|
|
3448
|
+
const SvgNumberOneFilled = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3449
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3450
|
+
width: "1em",
|
|
3451
|
+
height: "1em",
|
|
3452
|
+
fill: "none",
|
|
3453
|
+
viewBox: "0 0 24 24"
|
|
3454
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3455
|
+
fill: "currentColor",
|
|
3456
|
+
fillRule: "evenodd",
|
|
3457
|
+
d: "M12 1.5C6.201 1.5 1.5 6.201 1.5 12S6.201 22.5 12 22.5 22.5 17.799 22.5 12 17.799 1.5 12 1.5Zm-.678 5.602h1.942V17h-2.065V9.057h-.054l-2.27 1.421V8.66l2.447-1.558Z",
|
|
3458
|
+
clipRule: "evenodd"
|
|
3459
|
+
}));
|
|
3460
|
+
|
|
3461
|
+
const SvgNumberOneOutlined = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3462
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3463
|
+
width: "1em",
|
|
3464
|
+
height: "1em",
|
|
3465
|
+
fill: "none",
|
|
3466
|
+
viewBox: "0 0 24 24"
|
|
3467
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3468
|
+
fill: "currentColor",
|
|
3469
|
+
fillRule: "evenodd",
|
|
3470
|
+
d: "M12 3.9a8.1 8.1 0 1 0 0 16.2 8.1 8.1 0 0 0 0-16.2ZM1.5 12C1.5 6.201 6.201 1.5 12 1.5S22.5 6.201 22.5 12 17.799 22.5 12 22.5 1.5 17.799 1.5 12Z",
|
|
3471
|
+
clipRule: "evenodd"
|
|
3472
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3473
|
+
fill: "currentColor",
|
|
3474
|
+
d: "M13.264 7.102h-1.942L8.875 8.66v1.819l2.27-1.422h.054V17h2.065V7.102Z"
|
|
3475
|
+
}));
|
|
3476
|
+
|
|
3477
|
+
const SvgNumberThreeFilled = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3478
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3479
|
+
width: "1em",
|
|
3480
|
+
height: "1em",
|
|
3481
|
+
fill: "none",
|
|
3482
|
+
viewBox: "0 0 24 24"
|
|
3483
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3484
|
+
fill: "currentColor",
|
|
3485
|
+
fillRule: "evenodd",
|
|
3486
|
+
d: "M12 1.5C6.201 1.5 1.5 6.201 1.5 12S6.201 22.5 12 22.5 22.5 17.799 22.5 12 17.799 1.5 12 1.5Zm3.602 12.725c.013 1.695-1.593 2.912-3.829 2.912C9.6 17.137 8.041 15.94 8 14.21h2.078c.034.738.752 1.224 1.71 1.23.983-.006 1.688-.553 1.68-1.353.008-.807-.71-1.374-1.872-1.381h-.916v-1.518h.916c.977 0 1.66-.533 1.654-1.312.007-.759-.574-1.278-1.45-1.272-.874-.006-1.592.486-1.626 1.245H8.205c.034-1.703 1.566-2.885 3.596-2.885 2.064 0 3.438 1.223 3.431 2.789.007 1.107-.765 1.894-1.873 2.092v.082c1.456.177 2.256 1.06 2.243 2.297Z",
|
|
3487
|
+
clipRule: "evenodd"
|
|
3488
|
+
}));
|
|
3489
|
+
|
|
3490
|
+
const SvgNumberThreeOutlined = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3491
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3492
|
+
width: "1em",
|
|
3493
|
+
height: "1em",
|
|
3494
|
+
fill: "none",
|
|
3495
|
+
viewBox: "0 0 24 24"
|
|
3496
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3497
|
+
fill: "currentColor",
|
|
3498
|
+
fillRule: "evenodd",
|
|
3499
|
+
d: "M12 3.9a8.1 8.1 0 1 0 0 16.2 8.1 8.1 0 0 0 0-16.2ZM1.5 12C1.5 6.201 6.201 1.5 12 1.5S22.5 6.201 22.5 12 17.799 22.5 12 22.5 1.5 17.799 1.5 12Z",
|
|
3500
|
+
clipRule: "evenodd"
|
|
3501
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3502
|
+
fill: "currentColor",
|
|
3503
|
+
d: "M11.773 17.137c2.236 0 3.842-1.217 3.829-2.912.013-1.238-.787-2.12-2.243-2.297v-.082c1.108-.198 1.88-.985 1.873-2.092.007-1.566-1.367-2.79-3.431-2.79-2.03 0-3.562 1.183-3.596 2.886h1.969c.034-.76.752-1.251 1.627-1.245.875-.006 1.456.513 1.449 1.272.007.78-.677 1.313-1.654 1.313h-.916v1.517h.916c1.162.007 1.88.574 1.873 1.38.007.8-.697 1.348-1.682 1.354-.957-.006-1.675-.492-1.709-1.23H8c.041 1.73 1.6 2.926 3.773 2.926Z"
|
|
3504
|
+
}));
|
|
3505
|
+
|
|
3506
|
+
const SvgNumberTwoFilled = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3507
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3508
|
+
width: "1em",
|
|
3509
|
+
height: "1em",
|
|
3510
|
+
fill: "none",
|
|
3511
|
+
viewBox: "0 0 24 24"
|
|
3512
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3513
|
+
fill: "currentColor",
|
|
3514
|
+
fillRule: "evenodd",
|
|
3515
|
+
d: "M12 1.5C6.201 1.5 1.5 6.201 1.5 12S6.201 22.5 12 22.5 22.5 17.799 22.5 12 17.799 1.5 12 1.5Zm3.478 13.84v1.695H8.396l-.014-1.49 3.555-3.268c.923-.881 1.422-1.428 1.422-2.214 0-.882-.664-1.43-1.573-1.422-.93-.007-1.538.58-1.53 1.53H8.3C8.293 8.238 9.729 7 11.814 7c2.119 0 3.527 1.21 3.527 2.926 0 1.128-.547 2.05-2.584 3.896l-1.504 1.463v.055h4.225Z",
|
|
3516
|
+
clipRule: "evenodd"
|
|
3517
|
+
}));
|
|
3518
|
+
|
|
3519
|
+
const SvgNumberTwoOutlined = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3520
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3521
|
+
width: "1em",
|
|
3522
|
+
height: "1em",
|
|
3523
|
+
fill: "none",
|
|
3524
|
+
viewBox: "0 0 24 24"
|
|
3525
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3526
|
+
fill: "currentColor",
|
|
3527
|
+
fillRule: "evenodd",
|
|
3528
|
+
d: "M12 3.9a8.1 8.1 0 1 0 0 16.2 8.1 8.1 0 0 0 0-16.2ZM1.5 12C1.5 6.201 6.201 1.5 12 1.5S22.5 6.201 22.5 12 17.799 22.5 12 22.5 1.5 17.799 1.5 12Z",
|
|
3529
|
+
clipRule: "evenodd"
|
|
3530
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3531
|
+
fill: "currentColor",
|
|
3532
|
+
d: "M8.396 17.035h7.082V15.34h-4.225v-.055l1.504-1.463c2.037-1.845 2.584-2.768 2.584-3.896C15.341 8.21 13.933 7 11.814 7 9.729 7 8.294 8.237 8.3 10.172h1.955c-.007-.95.602-1.538 1.531-1.531.91-.007 1.573.54 1.573 1.421 0 .787-.5 1.334-1.422 2.215l-3.555 3.268.014 1.49Z"
|
|
3533
|
+
}));
|
|
3534
|
+
|
|
3535
|
+
const SvgOut = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3536
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3537
|
+
width: "1em",
|
|
3538
|
+
height: "1em",
|
|
3539
|
+
fill: "none",
|
|
3540
|
+
viewBox: "0 0 24 24"
|
|
3541
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3542
|
+
fill: "currentColor",
|
|
3543
|
+
fillRule: "evenodd",
|
|
3544
|
+
d: "M1.1 12.012a1.1 1.1 0 0 1 1.1-1.1h11.729a1.1 1.1 0 0 1 0 2.2H2.2a1.1 1.1 0 0 1-1.1-1.1Z",
|
|
3545
|
+
clipRule: "evenodd"
|
|
3546
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3547
|
+
fill: "currentColor",
|
|
3548
|
+
fillRule: "evenodd",
|
|
3549
|
+
d: "M8.211 6.002a1.1 1.1 0 0 1 0 1.556l-4.455 4.453 4.455 4.455a1.1 1.1 0 1 1-1.556 1.556l-5.233-5.233a1.1 1.1 0 0 1 0-1.556l5.233-5.23a1.1 1.1 0 0 1 1.556 0ZM14.237 4.72a1.3 1.3 0 0 0-1.3 1.3v1.694a1.1 1.1 0 0 1-2.2 0V6.02a3.5 3.5 0 0 1 3.5-3.5h4.448a3.5 3.5 0 0 1 3.5 3.5v11.985a3.501 3.501 0 0 1-3.5 3.499h-4.448a3.5 3.5 0 0 1-3.5-3.5v-1.69a1.1 1.1 0 0 1 2.2 0v1.69a1.3 1.3 0 0 0 1.3 1.3h4.448a1.3 1.3 0 0 0 1.3-1.3V6.02a1.3 1.3 0 0 0-1.3-1.3h-4.448Z",
|
|
3550
|
+
clipRule: "evenodd"
|
|
3551
|
+
}));
|
|
3552
|
+
|
|
3553
|
+
const SvgPalmTreeColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3554
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3555
|
+
width: "1em",
|
|
3556
|
+
height: "1em",
|
|
3557
|
+
fill: "none",
|
|
3558
|
+
viewBox: "0 0 41 40"
|
|
3559
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3560
|
+
fill: "#A96850",
|
|
3561
|
+
d: "M18.714 16.736a.978.978 0 0 1 .974-.893h2.119c.507 0 .93.388.974.893l1.786 20.535a.978.978 0 0 1-.975 1.062h-5.69a.978.978 0 0 1-.973-1.062l1.785-20.535Z"
|
|
3562
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3563
|
+
fill: "#169172",
|
|
3564
|
+
fillRule: "evenodd",
|
|
3565
|
+
d: "M15.95 5.99c3.54 2.388 5.125 6.41 3.54 8.984L6.67 6.327c1.585-2.574 5.74-2.725 9.28-.337Z",
|
|
3566
|
+
clipRule: "evenodd"
|
|
3567
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3568
|
+
fill: "#169172",
|
|
3569
|
+
fillRule: "evenodd",
|
|
3570
|
+
d: "M24.22 6.023c-3.54 2.388-5.125 6.41-3.54 8.984L33.5 6.36c-1.585-2.574-5.739-2.725-9.28-.337Z",
|
|
3571
|
+
clipRule: "evenodd"
|
|
3572
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3573
|
+
fill: "#1FCCA1",
|
|
3574
|
+
fillRule: "evenodd",
|
|
3575
|
+
d: "M20.257 13.103c-.844-3.285-5.15-5.372-9.929-4.71-5.008.692-8.64 4.14-8.11 7.7l18.038-2.495 18.04 2.495c.53-3.56-3.101-7.007-8.11-7.7-4.779-.661-9.085 1.425-9.929 4.71Z",
|
|
3576
|
+
clipRule: "evenodd"
|
|
3577
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3578
|
+
fill: "#4CD6B4",
|
|
3579
|
+
fillRule: "evenodd",
|
|
3580
|
+
d: "M19.767 13.269c-2.718-1.268-6.69-.503-9.83 2.136-3.888 3.269-5.03 8.173-2.549 10.955l12.38-10.405L32.145 26.36c2.48-2.782 1.34-7.686-2.549-10.955-3.14-2.64-7.111-3.404-9.83-2.136Z",
|
|
3581
|
+
clipRule: "evenodd"
|
|
3582
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3583
|
+
fill: "#FFCD39",
|
|
3584
|
+
d: "M20.209 18.25c.782 1.645 2.528 2.45 3.899 1.799 1.371-.652 1.848-2.515 1.066-4.16s-2.528-2.45-3.9-1.799c-1.37.652-1.848 2.515-1.065 4.16Z"
|
|
3585
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3586
|
+
fill: "#FFECB2",
|
|
3587
|
+
d: "M21.263 18.25c-.782 1.645-2.528 2.45-3.899 1.799-1.37-.652-1.848-2.515-1.066-4.16.783-1.645 2.528-2.45 3.9-1.799 1.37.652 1.848 2.515 1.065 4.16Z"
|
|
3588
|
+
}));
|
|
3589
|
+
|
|
3590
|
+
const SvgPaperCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3591
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3592
|
+
width: "1em",
|
|
3593
|
+
height: "1em",
|
|
3594
|
+
fill: "none",
|
|
3595
|
+
viewBox: "0 0 32 32"
|
|
3596
|
+
}, props), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
3597
|
+
width: 21.942,
|
|
3598
|
+
height: 26.929,
|
|
3599
|
+
x: 3.228,
|
|
3600
|
+
y: 2.193,
|
|
3601
|
+
fill: "#D1D5DB",
|
|
3602
|
+
rx: 1.175
|
|
3603
|
+
}), /*#__PURE__*/React__namespace.createElement("circle", {
|
|
3604
|
+
cx: 23.603,
|
|
3605
|
+
cy: 24.163,
|
|
3606
|
+
r: 6.792,
|
|
3607
|
+
fill: "#E5E7EB"
|
|
3608
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3609
|
+
clipPath: "url(#paper_check_svg__a)"
|
|
3610
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3611
|
+
fill: "currentColor",
|
|
3612
|
+
fillRule: "evenodd",
|
|
3613
|
+
d: "m27.003 22.998-3.646 3.646a.656.656 0 0 1-.924 0l-2.23-2.23a.655.655 0 0 1 0-.924.653.653 0 0 1 .923 0l1.769 1.77 3.185-3.186a.653.653 0 0 1 .923.924Zm-3.4-6.018a7.184 7.184 0 1 0 0 14.367 7.184 7.184 0 0 0 0-14.367Z",
|
|
3614
|
+
clipRule: "evenodd"
|
|
3615
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
3616
|
+
id: "paper_check_svg__a"
|
|
3617
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3618
|
+
fill: "#fff",
|
|
3619
|
+
d: "M15.766 16.327H31.44V32H15.766z"
|
|
3620
|
+
}))));
|
|
3621
|
+
|
|
3622
|
+
const SvgPause = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3623
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3624
|
+
width: "1em",
|
|
3625
|
+
height: "1em",
|
|
3626
|
+
fill: "none",
|
|
3627
|
+
viewBox: "0 0 24 24"
|
|
3628
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3629
|
+
fill: "currentColor",
|
|
3630
|
+
fillRule: "evenodd",
|
|
3631
|
+
d: "M6.085 3.4C5.32 3.4 4.7 3.99 4.7 4.719v14.505c0 .729.62 1.319 1.385 1.319h3.23c.765 0 1.385-.59 1.385-1.319V4.72c0-.729-.62-1.319-1.384-1.319H6.085Zm8.571 0c-.764 0-1.384.59-1.384 1.319v14.505c0 .729.62 1.319 1.384 1.319h3.231c.765 0 1.385-.59 1.385-1.319V4.72c0-.729-.62-1.319-1.385-1.319h-3.23Z",
|
|
3632
|
+
clipRule: "evenodd"
|
|
3633
|
+
}));
|
|
3634
|
+
|
|
3635
|
+
const SvgPen = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3636
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3637
|
+
width: "1em",
|
|
3638
|
+
height: "1em",
|
|
3639
|
+
fill: "none",
|
|
3640
|
+
viewBox: "0 0 24 24"
|
|
3641
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3642
|
+
fill: "currentColor",
|
|
3643
|
+
fillRule: "evenodd",
|
|
3644
|
+
d: "m12.41 5.78-8.477 8.477-1.157 4.313-.76 2.84a.469.469 0 0 0 .573.574l2.84-.761 4.313-1.156h.001l8.477-8.478-5.809-5.81Zm9.316.982-4.487-4.488a.935.935 0 0 0-1.323 0L13.601 4.59l5.81 5.81 2.315-2.315a.934.934 0 0 0 0-1.323",
|
|
3645
|
+
clipRule: "evenodd"
|
|
3646
|
+
}));
|
|
3647
|
+
|
|
3648
|
+
const SvgPercentInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3649
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3650
|
+
width: "1em",
|
|
3651
|
+
height: "1em",
|
|
3652
|
+
fill: "none",
|
|
3653
|
+
viewBox: "0 0 24 24"
|
|
3654
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3655
|
+
fill: "currentColor",
|
|
3656
|
+
fillRule: "evenodd",
|
|
3657
|
+
d: "M14.923 14.123a.747.747 0 1 0-.053 1.494.747.747 0 0 0 .053-1.494Zm-5.1-5.1a.747.747 0 1 0 0 .001",
|
|
3658
|
+
clipRule: "evenodd"
|
|
3659
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3660
|
+
fill: "currentColor",
|
|
3661
|
+
fillRule: "evenodd",
|
|
3662
|
+
d: "M14.923 17.214a2.348 2.348 0 0 1-2.346-2.346 2.347 2.347 0 0 1 2.346-2.345 2.349 2.349 0 0 1 2.346 2.345 2.349 2.349 0 0 1-2.346 2.346Zm-5.929-1.131a.798.798 0 0 1-1.305-.26.8.8 0 0 1 .174-.872l7.143-7.143a.802.802 0 0 1 1.132 1.132l-7.144 7.143Zm-2.262-7.06a2.349 2.349 0 0 1 2.345-2.346 2.35 2.35 0 0 1 2.347 2.346 2.349 2.349 0 0 1-2.347 2.346 2.348 2.348 0 0 1-2.345-2.346ZM12 1C5.925 1 1 5.924 1 12c0 6.075 4.925 11 11 11s11-4.925 11-11c0-6.076-4.925-11-11-11Z",
|
|
3663
|
+
clipRule: "evenodd"
|
|
3664
|
+
}));
|
|
3665
|
+
|
|
3666
|
+
const SvgPicture = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3667
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3668
|
+
width: "1em",
|
|
3669
|
+
height: "1em",
|
|
3670
|
+
fill: "none",
|
|
3671
|
+
viewBox: "0 0 24 24"
|
|
3672
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3673
|
+
fill: "currentColor",
|
|
3674
|
+
fillRule: "evenodd",
|
|
3675
|
+
d: "M16.003 10.668a1.789 1.789 0 1 1-.083-3.576 1.789 1.789 0 0 1 .083 3.576Zm-1.724 6.112H8.255a1.183 1.183 0 0 1-.996-1.821l3.013-4.695a1.182 1.182 0 0 1 1.991 0l3.011 4.695a1.182 1.182 0 0 1-.995 1.821Zm5.008-14.53H4.713A2.463 2.463 0 0 0 2.25 4.713v14.574a2.463 2.463 0 0 0 2.463 2.463h14.574a2.463 2.463 0 0 0 2.463-2.463V4.713a2.463 2.463 0 0 0-2.463-2.463Z",
|
|
3676
|
+
clipRule: "evenodd"
|
|
3677
|
+
}));
|
|
3678
|
+
|
|
3679
|
+
const SvgPin = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3680
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3681
|
+
width: "1em",
|
|
3682
|
+
height: "1em",
|
|
3683
|
+
fill: "none",
|
|
3684
|
+
viewBox: "0 0 24 24"
|
|
3685
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3686
|
+
fill: "currentColor",
|
|
3687
|
+
fillRule: "evenodd",
|
|
3688
|
+
d: "M21.079 5.31 12.989.64a1.029 1.029 0 0 0-1.543.89v1.44a5.14 5.14 0 0 1-2.57 4.452L2.923 10.86a1.028 1.028 0 0 0 0 1.781l5.395 3.114c-.047.055-.104.096-.14.16L4.722 21.9A1.2 1.2 0 0 0 6.8 23.1l3.456-5.984c.037-.065.044-.135.067-.202l5.396 3.114a1.028 1.028 0 0 0 1.542-.89v-6.874c0-1.837.979-3.534 2.57-4.452l1.248-.72a1.028 1.028 0 0 0 0-1.782Z",
|
|
3689
|
+
clipRule: "evenodd"
|
|
3690
|
+
}));
|
|
3691
|
+
|
|
3692
|
+
const SvgPinColorRed = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3693
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3694
|
+
width: "1em",
|
|
3695
|
+
height: "1em",
|
|
3696
|
+
fill: "none",
|
|
3697
|
+
viewBox: "0 0 16 17"
|
|
3698
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3699
|
+
clipPath: "url(#pin_color_red_svg__a)"
|
|
3700
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3701
|
+
fill: "#F5525D",
|
|
3702
|
+
d: "m8.66.927 5.393 3.113a.685.685 0 0 1 0 1.188l-.832.48a3.426 3.426 0 0 0-1.714 2.968v4.583a.685.685 0 0 1-1.028.593l-3.597-2.076-1.337-.773L1.95 8.927a.685.685 0 0 1 0-1.187l3.968-2.292A3.426 3.426 0 0 0 7.631 2.48v-.96A.686.686 0 0 1 8.659.927Z"
|
|
3703
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3704
|
+
fill: "#7A828D",
|
|
3705
|
+
stroke: "currentColor",
|
|
3706
|
+
d: "m3.583 15.345 2.12-3.672.52.3-2.12 3.672a.3.3 0 0 1-.52-.3Z"
|
|
3707
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
3708
|
+
id: "pin_color_red_svg__a"
|
|
3709
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3710
|
+
fill: "#fff",
|
|
3711
|
+
d: "M0 .5h16v16H0z"
|
|
3712
|
+
}))));
|
|
3713
|
+
|
|
3714
|
+
const SvgPlay = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3715
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3716
|
+
width: "1em",
|
|
3717
|
+
height: "1em",
|
|
3718
|
+
fill: "none",
|
|
3719
|
+
viewBox: "0 0 24 24"
|
|
3720
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3721
|
+
fill: "currentColor",
|
|
3722
|
+
d: "M18.88 10.037c1.493.872 1.493 3.053 0 3.926l-11.52 6.73C5.867 21.565 4 20.475 4 18.73V5.27c0-1.745 1.867-2.835 3.36-1.963l11.52 6.73Z"
|
|
3723
|
+
}));
|
|
3724
|
+
|
|
3725
|
+
const SvgPlug = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3726
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3727
|
+
width: "1em",
|
|
3728
|
+
height: "1em",
|
|
3729
|
+
fill: "none",
|
|
3730
|
+
viewBox: "0 0 33 32"
|
|
3731
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3732
|
+
fill: "#D1D5DB",
|
|
3733
|
+
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272ZM9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
3734
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3735
|
+
fill: "currentColor",
|
|
3736
|
+
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
3737
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3738
|
+
fill: "currentColor",
|
|
3739
|
+
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
3740
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3741
|
+
clipPath: "url(#plug_svg__a)"
|
|
3742
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3743
|
+
fill: "#fff",
|
|
3744
|
+
fillRule: "evenodd",
|
|
3745
|
+
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
3746
|
+
clipRule: "evenodd"
|
|
3747
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
3748
|
+
id: "plug_svg__a"
|
|
3749
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3750
|
+
fill: "#fff",
|
|
3751
|
+
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
3752
|
+
}))));
|
|
3753
|
+
|
|
3754
|
+
const SvgPlugColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3755
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3756
|
+
width: "1em",
|
|
3757
|
+
height: "1em",
|
|
3758
|
+
fill: "none",
|
|
3759
|
+
viewBox: "0 0 33 32"
|
|
3760
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3761
|
+
fill: "#6F7680",
|
|
3762
|
+
d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272Z"
|
|
3763
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3764
|
+
fill: "#D1D5DB",
|
|
3765
|
+
d: "M9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
|
|
3766
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3767
|
+
fill: "#33373B",
|
|
3768
|
+
d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
|
|
3769
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3770
|
+
fill: "#33373B",
|
|
3771
|
+
d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
|
|
3772
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3773
|
+
clipPath: "url(#plug_color_svg__a)"
|
|
3774
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3775
|
+
fill: "#84AAF4",
|
|
3776
|
+
fillRule: "evenodd",
|
|
3777
|
+
d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
|
|
3778
|
+
clipRule: "evenodd"
|
|
3779
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
3780
|
+
id: "plug_color_svg__a"
|
|
3781
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3782
|
+
fill: "#fff",
|
|
3783
|
+
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
3784
|
+
}))));
|
|
3785
|
+
|
|
3786
|
+
const SvgPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3787
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3788
|
+
width: "1em",
|
|
3789
|
+
height: "1em",
|
|
3790
|
+
fill: "none",
|
|
3791
|
+
viewBox: "0 0 24 24"
|
|
3792
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3793
|
+
fill: "currentColor",
|
|
3794
|
+
fillRule: "evenodd",
|
|
3795
|
+
d: "M20.318 10.8h-7v-7a1.2 1.2 0 1 0-2.4 0v7h-7a1.2 1.2 0 1 0 0 2.4h7v7a1.2 1.2 0 1 0 2.4 0v-7h7a1.2 1.2 0 0 0 0-2.4Z",
|
|
3796
|
+
clipRule: "evenodd"
|
|
3797
|
+
}));
|
|
3798
|
+
|
|
3799
|
+
const SvgPlusInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3800
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3801
|
+
width: "1em",
|
|
3802
|
+
height: "1em",
|
|
3803
|
+
fill: "none",
|
|
3804
|
+
viewBox: "0 0 24 24"
|
|
3805
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3806
|
+
fill: "currentColor",
|
|
3807
|
+
fillRule: "evenodd",
|
|
3808
|
+
d: "M16.492 13h-3.5v3.5a1 1 0 0 1-2 0V13h-3.5a1 1 0 0 1 0-2h3.5V7.5a1 1 0 0 1 2 0V11h3.5a1 1 0 0 1 0 2ZM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1Z",
|
|
3809
|
+
clipRule: "evenodd"
|
|
3810
|
+
}));
|
|
3811
|
+
|
|
3812
|
+
const SvgPointInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3813
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3814
|
+
width: "1em",
|
|
3815
|
+
height: "1em",
|
|
3816
|
+
fill: "none",
|
|
3817
|
+
viewBox: "0 0 24 24"
|
|
3818
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3819
|
+
fill: "currentColor",
|
|
3820
|
+
fillRule: "evenodd",
|
|
3821
|
+
d: "M13.357 8.715h-2.375v3.394h2.375a1.698 1.698 0 0 0 0-3.394Z",
|
|
3822
|
+
clipRule: "evenodd"
|
|
3823
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3824
|
+
fill: "currentColor",
|
|
3825
|
+
fillRule: "evenodd",
|
|
3826
|
+
d: "M13.357 14.146h-2.375v2.715a1.02 1.02 0 0 1-2.037 0V6.678h4.412a3.737 3.737 0 0 1 3.733 3.735 3.737 3.737 0 0 1-3.733 3.733ZM12 .8C5.814.8.8 5.815.8 12c0 6.186 5.014 11.2 11.2 11.2 6.185 0 11.2-5.014 11.2-11.2C23.2 5.815 18.185.8 12 .8Z",
|
|
3827
|
+
clipRule: "evenodd"
|
|
3828
|
+
}));
|
|
3829
|
+
|
|
3830
|
+
const SvgPointInCircleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3831
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3832
|
+
width: "1em",
|
|
3833
|
+
height: "1em",
|
|
3834
|
+
fill: "none",
|
|
3835
|
+
viewBox: "0 0 24 24"
|
|
3836
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3837
|
+
fillRule: "evenodd",
|
|
3838
|
+
clipPath: "url(#point_in_circle_color_svg__a)",
|
|
3839
|
+
clipRule: "evenodd"
|
|
3840
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3841
|
+
fill: "#fff",
|
|
3842
|
+
d: "M13.357 14.146h-2.375v2.715a1.02 1.02 0 0 1-2.037 0V6.678h4.412a3.737 3.737 0 0 1 3.733 3.735 3.737 3.737 0 0 1-3.733 3.733Zm-2.375-5.431h2.375a1.698 1.698 0 0 1 0 3.394h-2.375V8.715Z"
|
|
3843
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3844
|
+
fill: "#C6B5F6",
|
|
3845
|
+
d: "M10.982 14.146h2.375a3.737 3.737 0 0 0 3.733-3.733 3.737 3.737 0 0 0-3.733-3.735H8.945v10.183a1.02 1.02 0 0 0 2.037 0v-2.715ZM.8 12C.8 5.815 5.814.8 12 .8 18.185.8 23.2 5.815 23.2 12c0 6.186-5.015 11.2-11.2 11.2C5.814 23.2.8 18.186.8 12Zm10.182-3.285h2.375a1.698 1.698 0 0 1 0 3.394h-2.375V8.715Z"
|
|
3846
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
3847
|
+
id: "point_in_circle_color_svg__a"
|
|
3848
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3849
|
+
fill: "#fff",
|
|
3850
|
+
d: "M0 0h24v24H0z"
|
|
3851
|
+
}))));
|
|
3852
|
+
|
|
3853
|
+
const SvgPresent = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3854
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3855
|
+
width: "1em",
|
|
3856
|
+
height: "1em",
|
|
3857
|
+
fill: "none",
|
|
3858
|
+
viewBox: "0 0 24 24"
|
|
3859
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3860
|
+
fill: "#E5E7EB",
|
|
3861
|
+
d: "M3 8a2 2 0 0 1 2-2h5.5v16H5a2 2 0 0 1-2-2V8ZM13.5 6H19a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-5.5V6Z"
|
|
3862
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3863
|
+
fill: "currentColor",
|
|
3864
|
+
fillRule: "evenodd",
|
|
3865
|
+
d: "M10.5 6H6.354l-.347-2.908c-.087-.729.64-1.288 1.335-1.027L12 3.817l4.658-1.752c.694-.26 1.422.298 1.335 1.027L17.646 6H13.5v16h-3V6Z",
|
|
3866
|
+
clipRule: "evenodd"
|
|
3867
|
+
}));
|
|
3868
|
+
|
|
3869
|
+
const SvgPresentColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3870
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3871
|
+
width: "1em",
|
|
3872
|
+
height: "1em",
|
|
3873
|
+
fill: "none",
|
|
3874
|
+
viewBox: "0 0 24 24"
|
|
3875
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3876
|
+
fill: "#FFDB70",
|
|
3877
|
+
d: "M3 8a2 2 0 0 1 2-2h5.5v16H5a2 2 0 0 1-2-2V8ZM13.5 6H19a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-5.5V6Z"
|
|
3878
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3879
|
+
fill: "#FF9C07",
|
|
3880
|
+
fillRule: "evenodd",
|
|
3881
|
+
d: "M10.5 6H6.354l-.347-2.908c-.087-.728.64-1.288 1.335-1.027L12 3.817l4.658-1.752c.694-.26 1.422.299 1.335 1.027L17.646 6H13.5v16h-3V6Z",
|
|
3882
|
+
clipRule: "evenodd"
|
|
3883
|
+
}));
|
|
3884
|
+
|
|
3885
|
+
const SvgProblem = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3886
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3887
|
+
width: "1em",
|
|
3888
|
+
height: "1em",
|
|
3889
|
+
fill: "none",
|
|
3890
|
+
viewBox: "0 0 24 24"
|
|
3891
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3892
|
+
fill: "currentColor",
|
|
3893
|
+
d: "m20.73 2.357-6.89 1.938a1 1 0 0 0-.729.963V20.68a1 1 0 0 0 1.27.963l6.89-1.938a1 1 0 0 0 .729-.962V3.32a1 1 0 0 0-1.27-.963ZM3.27 2.357l6.89 1.938a1 1 0 0 1 .729.963V20.68a1 1 0 0 1-1.27.963l-6.89-1.938A1 1 0 0 1 2 18.743V3.32a1 1 0 0 1 1.27-.963Z"
|
|
3894
|
+
}));
|
|
3895
|
+
|
|
3896
|
+
const SvgProfile = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3897
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3898
|
+
width: "1em",
|
|
3899
|
+
height: "1em",
|
|
3900
|
+
fill: "none",
|
|
3901
|
+
viewBox: "0 0 24 24"
|
|
3902
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3903
|
+
fill: "currentColor",
|
|
3904
|
+
fillRule: "evenodd",
|
|
3905
|
+
d: "M16.887 6.644a4.895 4.895 0 1 1-9.79.001 4.895 4.895 0 0 1 9.79-.001Zm-4.895 6.393c-7.049 0-9.791 4.486-9.791 6.573 0 2.086 5.837 2.642 9.791 2.642 3.954 0 9.791-.556 9.791-2.642 0-2.087-2.742-6.573-9.791-6.573Z",
|
|
3906
|
+
clipRule: "evenodd"
|
|
3907
|
+
}));
|
|
3908
|
+
|
|
3909
|
+
const SvgProgressGradient = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3910
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3911
|
+
width: "1em",
|
|
3912
|
+
height: "1em",
|
|
3913
|
+
fill: "none",
|
|
3914
|
+
viewBox: "0 0 24 24"
|
|
3915
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3916
|
+
fill: "currentColor",
|
|
3917
|
+
fillRule: "evenodd",
|
|
3918
|
+
d: "M12 1.4a1.1 1.1 0 0 0-1.1 1.1v3.042a1.1 1.1 0 0 0 2.2 0V2.5A1.101 1.101 0 0 0 12 1.4Z",
|
|
3919
|
+
clipRule: "evenodd"
|
|
3920
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3921
|
+
fill: "currentColor",
|
|
3922
|
+
fillRule: "evenodd",
|
|
3923
|
+
d: "M6.656 8.211a1.097 1.097 0 0 0 1.556 0 1.101 1.101 0 0 0 0-1.556L6.06 4.505A1.101 1.101 0 0 0 4.505 6.06l2.15 2.151h.001Z",
|
|
3924
|
+
clipRule: "evenodd",
|
|
3925
|
+
opacity: 0.16
|
|
3926
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3927
|
+
fill: "currentColor",
|
|
3928
|
+
fillRule: "evenodd",
|
|
3929
|
+
d: "M6.642 12a1.1 1.1 0 0 0-1.1-1.1H2.5a1.1 1.1 0 0 0 0 2.2h3.042a1.1 1.1 0 0 0 1.1-1.1Z",
|
|
3930
|
+
clipRule: "evenodd",
|
|
3931
|
+
opacity: 0.32
|
|
3932
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3933
|
+
fill: "currentColor",
|
|
3934
|
+
fillRule: "evenodd",
|
|
3935
|
+
d: "m6.656 15.789-2.151 2.15a1.101 1.101 0 0 0 1.556 1.556l2.15-2.15a1.101 1.101 0 0 0-1.555-1.556ZM12 17.358a1.1 1.1 0 0 0-1.1 1.1V21.5a1.1 1.1 0 0 0 2.2 0v-3.042a1.1 1.1 0 0 0-1.1-1.1Z",
|
|
3936
|
+
clipRule: "evenodd",
|
|
3937
|
+
opacity: 0.56
|
|
3938
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3939
|
+
fill: "currentColor",
|
|
3940
|
+
fillRule: "evenodd",
|
|
3941
|
+
d: "M17.344 15.789a1.1 1.1 0 0 0-1.556 1.556l2.151 2.15a1.098 1.098 0 0 0 1.878-.778 1.1 1.1 0 0 0-.322-.778l-2.15-2.15h-.001ZM21.5 10.9h-3.042a1.1 1.1 0 0 0 0 2.2H21.5a1.1 1.1 0 0 0 0-2.2ZM16.566 8.534c.281 0 .563-.107.778-.322l2.151-2.151a1.1 1.1 0 0 0-1.556-1.556l-2.15 2.15a1.1 1.1 0 0 0 .777 1.879Z",
|
|
3942
|
+
clipRule: "evenodd",
|
|
3943
|
+
opacity: 0.72
|
|
3944
|
+
}));
|
|
3945
|
+
|
|
3946
|
+
const SvgQuestionMarkInCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3947
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3948
|
+
width: "1em",
|
|
3949
|
+
height: "1em",
|
|
3950
|
+
fill: "none",
|
|
3951
|
+
viewBox: "0 0 24 24"
|
|
3952
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3953
|
+
fill: "currentColor",
|
|
3954
|
+
fillRule: "evenodd",
|
|
3955
|
+
d: "M15.604 10.245c-.287 1.249-1.147 1.799-1.776 2.202-.651.416-.876.59-.876 1.179a.9.9 0 1 1-1.8 0c0-1.605.986-2.235 1.706-2.696.572-.365.875-.58.992-1.088.101-.441.021-.831-.24-1.159-.342-.429-.953-.707-1.558-.707-.978 0-1.774.797-1.774 1.775a.9.9 0 1 1-1.8 0 3.578 3.578 0 0 1 3.574-3.574c1.149 0 2.285.53 2.966 1.385.602.756.81 1.709.586 2.683Zm-3.536 7.739a1.2 1.2 0 1 1 0-2.4 1.2 1.2 0 0 1 0 2.4ZM12 1C5.924 1 1 5.925 1 12c0 6.076 4.924 11 11 11 6.075 0 11-4.924 11-11 0-6.075-4.925-11-11-11Z",
|
|
3956
|
+
clipRule: "evenodd"
|
|
3957
|
+
}));
|
|
3958
|
+
|
|
3959
|
+
const SvgQuestionMarkInCircleOutlined = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3960
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3961
|
+
width: "1em",
|
|
3962
|
+
height: "1em",
|
|
3963
|
+
fill: "none",
|
|
3964
|
+
viewBox: "0 0 24 24"
|
|
3965
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3966
|
+
fill: "currentColor",
|
|
3967
|
+
fillRule: "evenodd",
|
|
3968
|
+
d: "M12 3.9a8.1 8.1 0 1 0 0 16.2 8.1 8.1 0 0 0 0-16.2ZM1.5 12C1.5 6.201 6.201 1.5 12 1.5S22.5 6.201 22.5 12 17.799 22.5 12 22.5 1.5 17.799 1.5 12Z",
|
|
3969
|
+
clipRule: "evenodd"
|
|
3970
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3971
|
+
fill: "currentColor",
|
|
3972
|
+
d: "M13.652 12.569c.629-.403 1.487-.953 1.774-2.201.224-.974.016-1.927-.586-2.683-.681-.855-1.817-1.385-2.966-1.385A3.578 3.578 0 0 0 8.3 9.874a.9.9 0 1 0 1.8 0c0-.978.796-1.775 1.774-1.775.605 0 1.216.278 1.558.707.261.328.341.718.24 1.16-.117.507-.42.722-.992 1.087l-.002.001c-.72.461-1.704 1.091-1.704 2.695a.9.9 0 1 0 1.8 0c0-.589.225-.763.876-1.179l.002-.001ZM11.041 17.756a1.2 1.2 0 1 0 1.697-1.697 1.2 1.2 0 0 0-1.697 1.697Z"
|
|
3973
|
+
}));
|
|
3974
|
+
|
|
3975
|
+
const SvgRaffleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3976
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3977
|
+
width: "1em",
|
|
3978
|
+
height: "1em",
|
|
3979
|
+
fill: "none",
|
|
3980
|
+
viewBox: "0 0 24 24"
|
|
3981
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3982
|
+
fill: "#fff",
|
|
3983
|
+
d: "M20.459 9.874a8.538 8.538 0 1 1-17.076 0 8.538 8.538 0 0 1 17.076 0Z"
|
|
3984
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3985
|
+
fill: "#E5E7EB",
|
|
3986
|
+
fillRule: "evenodd",
|
|
3987
|
+
d: "M11.92 18.049a8.175 8.175 0 1 0 0-16.349 8.175 8.175 0 0 0 0 16.349Zm0 .363a8.538 8.538 0 1 0 0-17.075 8.538 8.538 0 0 0 0 17.075Z",
|
|
3988
|
+
clipRule: "evenodd"
|
|
3989
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3990
|
+
fill: "#6D99F1",
|
|
3991
|
+
d: "M15.158 5.442a3.3 3.3 0 0 0-3.966 2.461l6.426 1.505a3.3 3.3 0 0 0-2.46-3.966Z"
|
|
3992
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3993
|
+
fill: "#E5E7EB",
|
|
3994
|
+
d: "M13.652 11.869a3.3 3.3 0 0 0 3.966-2.461l-6.426-1.505a3.3 3.3 0 0 0 2.46 3.966Z"
|
|
3995
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3996
|
+
fill: "#6D99F1",
|
|
3997
|
+
d: "M7.378 4.313a3.3 3.3 0 0 0-.645 4.623L12 4.958a3.3 3.3 0 0 0-4.622-.645Z"
|
|
3998
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3999
|
+
fill: "#E5E7EB",
|
|
4000
|
+
d: "M11.355 9.58A3.3 3.3 0 0 0 12 4.959L6.733 8.936a3.3 3.3 0 0 0 4.622.645Z"
|
|
4001
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4002
|
+
fill: "#9C7EEF",
|
|
4003
|
+
d: "M8.062 8.7a3.3 3.3 0 0 0-3.3 3.3h6.6a3.3 3.3 0 0 0-3.3-3.3Z"
|
|
4004
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4005
|
+
fill: "#E5E7EB",
|
|
4006
|
+
d: "M8.062 15.301a3.3 3.3 0 0 0 3.3-3.3h-6.6a3.3 3.3 0 0 0 3.3 3.3Z"
|
|
4007
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4008
|
+
fill: "#FFC107",
|
|
4009
|
+
d: "M10.938 9.31a3.3 3.3 0 0 0-1.207 4.508l5.716-3.3a3.3 3.3 0 0 0-4.508-1.209Z"
|
|
4010
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4011
|
+
fill: "#E5E7EB",
|
|
4012
|
+
d: "M14.239 15.025a3.3 3.3 0 0 0 1.207-4.508l-5.715 3.3a3.3 3.3 0 0 0 4.508 1.208Z"
|
|
4013
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4014
|
+
fill: "#9C7EEF",
|
|
4015
|
+
d: "M16.819 9.05a3.3 3.3 0 0 0-4.2 2.036l6.236 2.163a3.3 3.3 0 0 0-2.036-4.2Z"
|
|
4016
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4017
|
+
fill: "#E5E7EB",
|
|
4018
|
+
d: "M14.655 15.285a3.3 3.3 0 0 0 4.2-2.036l-6.236-2.163a3.3 3.3 0 0 0 2.036 4.2Z"
|
|
4019
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4020
|
+
fill: "url(#raffle_color_svg__a)",
|
|
4021
|
+
d: "M5.27 15.945c0-.416.337-.753.753-.753h11.558c.416 0 .754.337.754.753v5.62a.754.754 0 0 1-.754.753H6.023a.754.754 0 0 1-.753-.753v-5.62Z"
|
|
4022
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4023
|
+
fill: "#fff",
|
|
4024
|
+
d: "M6.278 15.075c0-.06.048-.107.108-.107h4.467c.06 0 .108.048.108.107v3.73c0 .833-.675 1.508-1.507 1.508H7.785a1.507 1.507 0 0 1-1.507-1.508v-3.73Z"
|
|
4025
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4026
|
+
fill: "#D1D5DB",
|
|
4027
|
+
d: "M10.401 18.103a1.782 1.782 0 1 1-3.563 0 1.782 1.782 0 0 1 3.563 0Z"
|
|
4028
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4029
|
+
fill: "currentColor",
|
|
4030
|
+
d: "M7.263 17.864c0-.059.048-.107.107-.107h2.5c.058 0 .106.048.106.107v.425a.106.106 0 0 1-.107.106h-2.5a.106.106 0 0 1-.106-.106v-.425Z"
|
|
4031
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4032
|
+
filter: "url(#raffle_color_svg__b)"
|
|
4033
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4034
|
+
fill: "#835EEB",
|
|
4035
|
+
d: "M13.06 19.323c0-.357.29-.646.646-.646h3.122c.356 0 .646.289.646.646v3.014H13.06v-3.014Z"
|
|
4036
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
4037
|
+
id: "raffle_color_svg__a",
|
|
4038
|
+
x1: 6.11,
|
|
4039
|
+
x2: 21.64,
|
|
4040
|
+
y1: 3.377,
|
|
4041
|
+
y2: 19.175,
|
|
4042
|
+
gradientUnits: "userSpaceOnUse"
|
|
4043
|
+
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4044
|
+
stopColor: "#8E6CF0"
|
|
4045
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4046
|
+
offset: 1,
|
|
4047
|
+
stopColor: "#CF75F3"
|
|
4048
|
+
})), /*#__PURE__*/React__namespace.createElement("filter", {
|
|
4049
|
+
id: "raffle_color_svg__b",
|
|
4050
|
+
width: 4.683,
|
|
4051
|
+
height: 3.875,
|
|
4052
|
+
x: 12.791,
|
|
4053
|
+
y: 18.677,
|
|
4054
|
+
colorInterpolationFilters: "sRGB",
|
|
4055
|
+
filterUnits: "userSpaceOnUse"
|
|
4056
|
+
}, /*#__PURE__*/React__namespace.createElement("feFlood", {
|
|
4057
|
+
floodOpacity: 0,
|
|
4058
|
+
result: "BackgroundImageFix"
|
|
4059
|
+
}), /*#__PURE__*/React__namespace.createElement("feBlend", {
|
|
4060
|
+
in: "SourceGraphic",
|
|
4061
|
+
in2: "BackgroundImageFix",
|
|
4062
|
+
result: "shape"
|
|
4063
|
+
}), /*#__PURE__*/React__namespace.createElement("feColorMatrix", {
|
|
4064
|
+
in: "SourceAlpha",
|
|
4065
|
+
result: "hardAlpha",
|
|
4066
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4067
|
+
}), /*#__PURE__*/React__namespace.createElement("feOffset", {
|
|
4068
|
+
dx: -0.269,
|
|
4069
|
+
dy: 0.215
|
|
4070
|
+
}), /*#__PURE__*/React__namespace.createElement("feGaussianBlur", {
|
|
4071
|
+
stdDeviation: 0.404
|
|
4072
|
+
}), /*#__PURE__*/React__namespace.createElement("feComposite", {
|
|
4073
|
+
in2: "hardAlpha",
|
|
4074
|
+
k2: -1,
|
|
4075
|
+
k3: 1,
|
|
4076
|
+
operator: "arithmetic"
|
|
4077
|
+
}), /*#__PURE__*/React__namespace.createElement("feColorMatrix", {
|
|
4078
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
4079
|
+
}), /*#__PURE__*/React__namespace.createElement("feBlend", {
|
|
4080
|
+
in2: "shape",
|
|
4081
|
+
result: "effect1_innerShadow_12781_25756"
|
|
4082
|
+
}))));
|
|
4083
|
+
|
|
4084
|
+
const SvgReceipt = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4085
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4086
|
+
width: "1em",
|
|
4087
|
+
height: "1em",
|
|
4088
|
+
fill: "none",
|
|
4089
|
+
viewBox: "0 0 24 24"
|
|
4090
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4091
|
+
fill: "currentColor",
|
|
4092
|
+
fillRule: "evenodd",
|
|
4093
|
+
d: "M18 13.3h-2.087l-.741 2.692a.998.998 0 0 1-.97.739.995.995 0 0 1-.969-.739L12 11.514l-1.232 4.478a.996.996 0 0 1-.969.739h-.001a.997.997 0 0 1-.97-.738L8.087 13.3H6a.8.8 0 0 1 0-1.6h1.646l-.665-2.419a.8.8 0 1 1 1.542-.424l1.275 4.629 1.232-4.478a.997.997 0 0 1 .97-.739c.458 0 .848.297.97.739l1.232 4.478 1.275-4.629a.8.8 0 1 1 1.543.424l-.666 2.419H18a.8.8 0 0 1 0 1.6Zm3-11.354H3a.9.9 0 1 0 0 1.8v17.1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-17.1a.9.9 0 0 0 0-1.8Z",
|
|
4094
|
+
clipRule: "evenodd"
|
|
4095
|
+
}));
|
|
4096
|
+
|
|
4097
|
+
const SvgRefresh = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4098
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4099
|
+
width: "1em",
|
|
4100
|
+
height: "1em",
|
|
4101
|
+
fill: "none",
|
|
4102
|
+
viewBox: "0 0 24 24"
|
|
4103
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4104
|
+
fill: "currentColor",
|
|
4105
|
+
fillRule: "evenodd",
|
|
4106
|
+
d: "M20.967 12.362a1.2 1.2 0 0 0-1.388.976 7.698 7.698 0 0 1-7.601 6.378c-4.254 0-7.715-3.461-7.715-7.716 0-4.254 3.461-7.715 7.715-7.715 1.934 0 3.753.714 5.175 2.004l-.992.992a.99.99 0 0 0 .549 1.68l4.212.65a.99.99 0 0 0 1.129-1.131l-.649-4.211a.992.992 0 0 0-1.68-.55l-.872.873a10.044 10.044 0 0 0-6.872-2.707C6.401 1.885 1.863 6.423 1.863 12c0 5.578 4.538 10.115 10.115 10.115 4.928 0 9.118-3.518 9.965-8.365a1.2 1.2 0 0 0-.976-1.388Z",
|
|
4107
|
+
clipRule: "evenodd"
|
|
4108
|
+
}));
|
|
4109
|
+
|
|
4110
|
+
const SvgRepeat = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4111
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4112
|
+
width: "1em",
|
|
4113
|
+
height: "1em",
|
|
4114
|
+
fill: "none",
|
|
4115
|
+
viewBox: "0 0 24 24"
|
|
4116
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4117
|
+
fill: "currentColor",
|
|
4118
|
+
d: "M4.3 12.37v-1.01c0-2.79 2.27-5.06 5.06-5.06h7.59l-.56.56a1.202 1.202 0 0 0 1.7 1.7l2.61-2.61c.22-.23.35-.53.35-.85 0-.32-.13-.62-.35-.85l-2.61-2.61a1.201 1.201 0 1 0-1.7 1.7l.56.56H9.36c-4.11 0-7.46 3.35-7.46 7.46v1.01c0 .66.54 1.2 1.2 1.2.66 0 1.2-.53 1.2-1.2Zm16.6-1.94c-.66 0-1.2.54-1.2 1.2v1.01c0 2.79-2.27 5.06-5.06 5.06H7.05l.56-.56a1.202 1.202 0 0 0-1.7-1.7L3.3 18.05c-.23.22-.35.53-.35.85 0 .32.13.62.35.85l2.61 2.61a1.204 1.204 0 0 0 1.7 0c.47-.47.47-1.23 0-1.7l-.56-.56h7.59c4.11 0 7.46-3.35 7.46-7.46v-1.01c0-.67-.54-1.2-1.2-1.2Z"
|
|
4119
|
+
}));
|
|
4120
|
+
|
|
4121
|
+
const SvgSchool = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4123
|
+
width: "1em",
|
|
4124
|
+
height: "1em",
|
|
4125
|
+
fill: "none",
|
|
4126
|
+
viewBox: "0 0 24 24"
|
|
4127
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4128
|
+
fill: "currentColor",
|
|
4129
|
+
d: "M12.553 11.142a.062.062 0 0 0 .004-.018v-1.76a.337.337 0 0 0-.34-.339.342.342 0 0 0-.341.338v1.58l-1.458.965a.339.339 0 0 0 .378.563l1.61-1.066a.064.064 0 0 0 .012-.012.077.077 0 0 1 .01-.01.343.343 0 0 0 .108-.16.282.282 0 0 0 .014-.067c0-.005.002-.01.003-.014Z"
|
|
4130
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4131
|
+
fill: "currentColor",
|
|
4132
|
+
fillRule: "evenodd",
|
|
4133
|
+
d: "M15.671 2.47a.204.204 0 0 0 0-.35L12.186.03a.204.204 0 0 0-.31.175v4.33a1.36 1.36 0 0 0-.283.108L6.826 7.098c-.454.234-.739.7-.739 1.21v4.12l-3.239 1.32A1.362 1.362 0 0 0 2 15.01v6.628C2 22.39 2.61 23 3.362 23h6.81v-3.729c0-.752.61-1.362 1.363-1.362h1.362c.752 0 1.362.61 1.362 1.362V23h6.81c.753 0 1.363-.61 1.363-1.362V15.03c0-.564-.348-1.07-.875-1.272l-3.21-1.23V8.31c0-.51-.286-.977-.74-1.211L12.84 4.643a1.365 1.365 0 0 0-.146-.065v-.32L15.67 2.47Zm-7.03 8.735c0-1.962 1.6-3.552 3.575-3.552s3.576 1.59 3.576 3.552c0 1.961-1.601 3.551-3.576 3.551-1.974 0-3.575-1.59-3.575-3.551Z",
|
|
4134
|
+
clipRule: "evenodd"
|
|
4135
|
+
}));
|
|
4136
|
+
|
|
4137
|
+
const SvgSchoolColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4138
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4139
|
+
width: "1em",
|
|
4140
|
+
height: "1em",
|
|
4141
|
+
fill: "none",
|
|
4142
|
+
viewBox: "0 0 32 32"
|
|
4143
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4144
|
+
fillRule: "evenodd",
|
|
4145
|
+
clipPath: "url(#school_color_svg__a)",
|
|
4146
|
+
clipRule: "evenodd"
|
|
4147
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4148
|
+
fill: "#C6D8FA",
|
|
4149
|
+
d: "M20.895 3.294a.272.272 0 0 0 0-.467L16.25.04a.272.272 0 0 0-.413.234v5.773c-.13.034-.257.082-.379.144L9.101 9.464a1.816 1.816 0 0 0-.985 1.615v5.492l-4.319 1.76a1.816 1.816 0 0 0-1.13 1.682v8.837c0 1.003.813 1.817 1.816 1.817h9.08v-4.972c0-1.003.814-1.817 1.817-1.817h1.816c1.003 0 1.816.814 1.816 1.817v4.972h9.081a1.816 1.816 0 0 0 1.816-1.817v-8.809c0-.752-.464-1.427-1.166-1.696l-4.281-1.639v-5.627c0-.68-.38-1.304-.985-1.615L17.12 6.19a1.816 1.816 0 0 0-.195-.086v-.428l3.97-2.382Z"
|
|
4150
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4151
|
+
fill: "#6D99F1",
|
|
4152
|
+
d: "M20.871 2.828a.267.267 0 0 1 0 .457l-3.949 2.37v.422a1.778 1.778 0 0 0-1.082-.058V.28c0-.207.227-.335.404-.228l4.627 2.776ZM16.786 14.823c0 .015-.007.027-.008.042a.43.43 0 0 1-.162.3c-.011.01-.018.022-.03.03l-2.132 1.411a.453.453 0 0 1-.619-.128.446.446 0 0 1 .12-.617l1.93-1.278v-2.092a.447.447 0 0 1 .45-.448.453.453 0 0 1 .451.448v2.332Zm-.45-4.596c-2.616 0-4.736 2.105-4.736 4.703 0 2.597 2.12 4.703 4.735 4.703 2.616 0 4.736-2.106 4.736-4.703 0-2.598-2.12-4.703-4.736-4.703Z"
|
|
4153
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4154
|
+
id: "school_color_svg__a"
|
|
4155
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4156
|
+
fill: "#fff",
|
|
4157
|
+
d: "M0 0h32v32H0z"
|
|
4158
|
+
}))));
|
|
4159
|
+
|
|
4160
|
+
const SvgSearch = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4162
|
+
width: "1em",
|
|
4163
|
+
height: "1em",
|
|
4164
|
+
fill: "none",
|
|
4165
|
+
viewBox: "0 0 24 24"
|
|
4166
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4167
|
+
fill: "currentColor",
|
|
4168
|
+
d: "m22.049 20.352-4.607-4.607a8.53 8.53 0 0 0 1.736-5.156C19.178 5.853 15.324 2 10.589 2 5.853 2.001 2 5.854 2 10.59c0 4.735 3.853 8.589 8.589 8.589a8.533 8.533 0 0 0 5.156-1.736l4.607 4.607a1.196 1.196 0 0 0 1.697-.001 1.201 1.201 0 0 0 0-1.697ZM4.4 10.59a6.196 6.196 0 0 1 6.189-6.189 6.195 6.195 0 0 1 6.188 6.188 6.195 6.195 0 0 1-6.188 6.188A6.194 6.194 0 0 1 4.4 10.59Z"
|
|
4169
|
+
}));
|
|
4170
|
+
|
|
4171
|
+
const SvgSet = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4172
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4173
|
+
width: "1em",
|
|
4174
|
+
height: "1em",
|
|
4175
|
+
fill: "none",
|
|
4176
|
+
viewBox: "0 0 24 24"
|
|
4177
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4178
|
+
fill: "currentColor",
|
|
4179
|
+
d: "m9.77 21.752 1.115-13.05a.72.72 0 0 1 .718-.662h8.76c.378 0 .69.284.718.662l1.115 13.05c0 .095-.066.18-.16.18H18.18a.153.153 0 0 1-.151-.114l-1.89-6.369c-.047-.151-.265-.151-.312 0l-1.89 6.37a.162.162 0 0 1-.151.113H9.93a.164.164 0 0 1-.16-.18ZM4.29 22.067c-.064.001-.11-.037-.133-.115-.062-.217-.123-.434-.186-.65-.209-.727-.676-1.2-1.4-1.413-.216-.064-.433-.124-.65-.186-.088-.026-.128-.069-.127-.137.001-.067.04-.108.125-.133.252-.073.507-.137.755-.22.653-.22 1.078-.669 1.282-1.326.07-.226.13-.455.195-.682.025-.086.071-.128.139-.127.067 0 .112.042.137.13.07.245.133.495.214.737.227.675.69 1.105 1.371 1.302l.648.186c.086.025.124.068.124.135s-.038.109-.124.134c-.252.073-.507.136-.756.22-.67.227-1.098.69-1.296 1.37l-.187.656c-.023.08-.065.118-.13.12v-.001ZM20.456 6.158c-.055 0-.093-.031-.112-.096l-.154-.542c-.175-.606-.564-1-1.168-1.178-.18-.053-.36-.103-.54-.155-.075-.02-.108-.056-.107-.114 0-.056.033-.09.104-.11.21-.061.423-.114.63-.184.544-.184.897-.557 1.067-1.105.059-.188.11-.378.163-.568.021-.072.06-.107.116-.106.056 0 .093.035.114.108.06.205.11.413.179.615.19.562.575.92 1.142 1.085l.54.155c.072.02.103.056.103.112s-.032.09-.103.112c-.21.06-.423.113-.63.184-.558.189-.915.575-1.08 1.14-.053.183-.103.365-.155.547-.02.067-.055.099-.11.1Z"
|
|
4180
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4181
|
+
fill: "currentColor",
|
|
4182
|
+
fillRule: "evenodd",
|
|
4183
|
+
d: "M9.534 7.918a1.417 1.417 0 0 1 1.408-1.295h7.56l-2.779-3.62a1.84 1.84 0 0 0-1.455-.718H12.51a.184.184 0 0 0-.18.17 2.115 2.115 0 0 1-2.116 1.947 2.106 2.106 0 0 1-2.107-1.947c0-.094-.085-.17-.18-.17H6.169a1.84 1.84 0 0 0-1.455.719L1.832 6.755a.175.175 0 0 0 .019.236l2.589 2.59c.076.075.189.075.255 0l.577-.577v6.644c0 .434.35.774.774.774h2.75l.728-8.514.01.01Z",
|
|
4184
|
+
clipRule: "evenodd"
|
|
4185
|
+
}));
|
|
4186
|
+
|
|
4187
|
+
const SvgSetting = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4188
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4189
|
+
width: "1em",
|
|
4190
|
+
height: "1em",
|
|
4191
|
+
fill: "none",
|
|
4192
|
+
viewBox: "0 0 24 24"
|
|
4193
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4194
|
+
fill: "currentColor",
|
|
4195
|
+
fillRule: "evenodd",
|
|
4196
|
+
d: "M12 15.667a3.666 3.666 0 1 1 0-7.331 3.666 3.666 0 0 1 0 7.331Zm9.033-1.715a2.79 2.79 0 0 1-.783-1.941v-.021c0-.724.28-1.42.783-1.941l.939-.97c.386-.4.46-1.008.183-1.489l-1.258-2.178a1.244 1.244 0 0 0-1.38-.586l-1.315.328a2.786 2.786 0 0 1-2.082-.297l-.018-.01a2.768 2.768 0 0 1-1.271-1.634l-.376-1.309A1.245 1.245 0 0 0 13.258 1h-2.516c-.555 0-1.045.369-1.197.904L9.14 3.313a2.496 2.496 0 0 1-1.164 1.489 4.96 4.96 0 0 0-.174.102 2.51 2.51 0 0 1-1.895.278l-1.425-.356a1.245 1.245 0 0 0-1.38.585L1.845 7.59a1.247 1.247 0 0 0 .183 1.489l.939.97c.503.521.784 1.217.784 1.94v.022c0 .724-.281 1.42-.784 1.941l-.503.52a2.077 2.077 0 0 0-.306 2.482l.945 1.635c.278.482.84.721 1.38.586l1.425-.356a2.51 2.51 0 0 1 1.895.278c.057.035.115.069.174.102.569.322.984.859 1.164 1.489l.404 1.409c.152.535.642.903 1.197.903h2.516c.555 0 1.045-.368 1.197-.903l.404-1.409c.18-.63.595-1.167 1.164-1.489.059-.033.117-.067.174-.102a2.51 2.51 0 0 1 1.895-.278l1.425.356a1.245 1.245 0 0 0 1.38-.585l1.258-2.179a1.246 1.246 0 0 0-.183-1.489l-.94-.97h.001Z",
|
|
4197
|
+
clipRule: "evenodd"
|
|
4198
|
+
}));
|
|
4199
|
+
|
|
4200
|
+
const SvgShare = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4202
|
+
width: "1em",
|
|
4203
|
+
height: "1em",
|
|
4204
|
+
fill: "none",
|
|
4205
|
+
viewBox: "0 0 24 24"
|
|
4206
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4207
|
+
fill: "currentColor",
|
|
4208
|
+
fillRule: "evenodd",
|
|
4209
|
+
d: "m7.533 9.211 3.354-3.355v9.181a1.1 1.1 0 0 0 2.201 0v-9.18l3.355 3.354a1.095 1.095 0 0 0 1.555 0 1.1 1.1 0 0 0 0-1.556l-5.233-5.233a1.104 1.104 0 0 0-1.555 0L5.977 7.655a1.101 1.101 0 0 0 1.556 1.556Z",
|
|
4210
|
+
clipRule: "evenodd"
|
|
4211
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4212
|
+
fill: "currentColor",
|
|
4213
|
+
fillRule: "evenodd",
|
|
4214
|
+
d: "M20.381 13.093c-.607 0-1.101.493-1.101 1.1V18.4c0 .717-.583 1.3-1.299 1.3H5.996c-.717 0-1.3-.583-1.3-1.3v-4.208a1.1 1.1 0 0 0-2.2 0V18.4c0 1.93 1.57 3.5 3.5 3.5h11.985c1.929 0 3.5-1.57 3.5-3.5v-4.208a1.1 1.1 0 0 0-1.1-1.1",
|
|
4215
|
+
clipRule: "evenodd"
|
|
4216
|
+
}));
|
|
4217
|
+
|
|
4218
|
+
const SvgShieldCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4219
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4220
|
+
width: "1em",
|
|
4221
|
+
height: "1em",
|
|
4222
|
+
fill: "none",
|
|
4223
|
+
viewBox: "0 0 24 24"
|
|
4224
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4225
|
+
fill: "currentColor",
|
|
4226
|
+
d: "M21.1 4.3 12.4.7c-.2-.1-.5-.1-.8 0L2.9 4.3c-.4.1-.6.5-.6.9v8.3c0 3.8 4.8 7.5 9.3 9.8.3.1.6.1.9 0 4.5-2.3 9.3-6 9.3-9.8V5.2c-.1-.4-.3-.8-.7-.9Zm-3.7 5.5-5.8 5.8c-.2.2-.5.3-.7.3-.2 0-.5-.1-.7-.3L6.6 12c-.4-.4-.4-1.1 0-1.5.4-.4 1.1-.4 1.5 0l2.8 2.8 5.1-5c.4-.4 1.1-.4 1.5 0 .4.4.4 1.1-.1 1.5Z"
|
|
4227
|
+
}));
|
|
4228
|
+
|
|
4229
|
+
const SvgSiren = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4230
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4231
|
+
width: "1em",
|
|
4232
|
+
height: "1em",
|
|
4233
|
+
fill: "none",
|
|
4234
|
+
viewBox: "0 0 24 24"
|
|
4235
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4236
|
+
fill: "currentColor",
|
|
4237
|
+
fillRule: "evenodd",
|
|
4238
|
+
d: "M22.084 20.081a1.167 1.167 0 0 0-1.15-.967h-.582V9.879l-.004-.251a8.353 8.353 0 0 0-16.701.252v9.235h-.582c-.567 0-1.052.408-1.15.967L1.5 22.473h21l-.416-2.392ZM11.1 7.22a.9.9 0 0 1 1.8 0v3.716a.9.9 0 1 1-1.8 0V7.22Zm.901 6.119a1.183 1.183 0 1 1 0 2.367 1.183 1.183 0 0 1 0-2.367Z",
|
|
4239
|
+
clipRule: "evenodd"
|
|
4240
|
+
}));
|
|
4241
|
+
|
|
4242
|
+
const SvgSkipback = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4243
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4244
|
+
width: "1em",
|
|
4245
|
+
height: "1em",
|
|
4246
|
+
fill: "none",
|
|
4247
|
+
viewBox: "0 0 24 24"
|
|
4248
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4249
|
+
fill: "currentColor",
|
|
4250
|
+
fillRule: "evenodd",
|
|
4251
|
+
d: "M4.05 2.5a.75.75 0 1 1 1.5 0v1.663a10.15 10.15 0 1 1-3.678 8.511c-.03-.46.346-.826.795-.826.453 0 .808.367.841.805A8.516 8.516 0 1 0 6.68 5.35H8.4a.75.75 0 0 1 0 1.5H4.8a.75.75 0 0 1-.75-.75V2.5Zm12.24 9.406c0 1.86-.86 2.906-2.274 2.906-1.418 0-2.274-1.054-2.274-2.906 0-1.847.863-2.906 2.274-2.906 1.41 0 2.273 1.059 2.273 2.906Zm-2.274-1.945c-.653.004-1.07.652-1.07 1.945-.008 1.305.413 1.938 1.07 1.938.656 0 1.074-.633 1.07-1.938.004-1.293-.418-1.941-1.07-1.945Zm-4.618-.883h1.11v5.656h-1.18v-4.539h-.031L8 11.008v-1.04l1.398-.89Z",
|
|
4252
|
+
clipRule: "evenodd"
|
|
4253
|
+
}));
|
|
4254
|
+
|
|
4255
|
+
const SvgSkipforward = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4256
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4257
|
+
width: "1em",
|
|
4258
|
+
height: "1em",
|
|
4259
|
+
fill: "none",
|
|
4260
|
+
viewBox: "0 0 24 24"
|
|
4261
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4262
|
+
fill: "currentColor",
|
|
4263
|
+
fillRule: "evenodd",
|
|
4264
|
+
d: "M19.97 2.5a.75.75 0 0 0-1.5 0v1.663a10.15 10.15 0 1 0 3.678 8.511c.03-.46-.346-.826-.794-.826-.454 0-.808.367-.842.805a8.516 8.516 0 1 1-3.17-7.303H15.62a.75.75 0 0 0 0 1.5h3.6a.75.75 0 0 0 .75-.75V2.5Zm-3.68 9.406c0 1.86-.86 2.906-2.274 2.906-1.418 0-2.274-1.054-2.274-2.906 0-1.847.863-2.906 2.274-2.906 1.41 0 2.273 1.059 2.273 2.906Zm-2.274-1.945c-.653.004-1.07.652-1.07 1.945-.008 1.305.413 1.938 1.07 1.938.656 0 1.074-.633 1.07-1.938.004-1.293-.418-1.941-1.07-1.945Zm-4.618-.883h1.11v5.656h-1.18v-4.539h-.031L8 11.008v-1.04l1.398-.89Z",
|
|
4265
|
+
clipRule: "evenodd"
|
|
4266
|
+
}));
|
|
4267
|
+
|
|
4268
|
+
const SvgSoundOff = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4269
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4270
|
+
width: "1em",
|
|
4271
|
+
height: "1em",
|
|
4272
|
+
fill: "none",
|
|
4273
|
+
viewBox: "0 0 24 24"
|
|
4274
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4275
|
+
fill: "currentColor",
|
|
4276
|
+
d: "M16.894 5.553a1 1 0 0 0-1.788.894l3.026 6.053-3.026 6.053a1 1 0 1 0 1.789.894l2.355-4.71 2.355 4.71a1 1 0 0 0 1.79-.894L20.367 12.5l3.027-6.053a1 1 0 0 0-1.79-.894l-2.355 4.711-2.356-4.711ZM1 16.487V8.693c0-.43.349-.78.78-.78h3.184a.78.78 0 0 0 .55-.227l5.457-5.456a.78.78 0 0 1 1.33.55v19.303a.78.78 0 0 1-1.314.567l-5.475-5.17a.78.78 0 0 0-.535-.213H1.779a.78.78 0 0 1-.779-.78Z"
|
|
4277
|
+
}));
|
|
4278
|
+
|
|
4279
|
+
const SvgSoundOn = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4280
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4281
|
+
width: "1em",
|
|
4282
|
+
height: "1em",
|
|
4283
|
+
fill: "none",
|
|
4284
|
+
viewBox: "0 0 24 24"
|
|
4285
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4286
|
+
fill: "currentColor",
|
|
4287
|
+
d: "M1 16.588V8.794c0-.43.349-.78.78-.78h3.184a.78.78 0 0 0 .55-.228l5.457-5.456a.78.78 0 0 1 1.33.552v19.302a.78.78 0 0 1-1.314.566l-5.475-5.17a.78.78 0 0 0-.535-.213H1.779a.78.78 0 0 1-.779-.78Z"
|
|
4288
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4289
|
+
fill: "currentColor",
|
|
4290
|
+
fillRule: "evenodd",
|
|
4291
|
+
d: "M17.585 12.463a3.083 3.083 0 0 0-1.918-2.855.957.957 0 0 1 .724-1.771 4.997 4.997 0 0 1 0 9.251.956.956 0 1 1-.724-1.77 3.083 3.083 0 0 0 1.918-2.855Z",
|
|
4292
|
+
clipRule: "evenodd"
|
|
4293
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4294
|
+
fill: "currentColor",
|
|
4295
|
+
fillRule: "evenodd",
|
|
4296
|
+
d: "M22.044 12.424a6.677 6.677 0 0 0-4.12-6.183.956.956 0 0 1 .728-1.769 8.59 8.59 0 0 1 5.305 7.952 8.59 8.59 0 0 1-5.305 7.953.956.956 0 1 1-.728-1.77 6.678 6.678 0 0 0 4.12-6.183Z",
|
|
4297
|
+
clipRule: "evenodd"
|
|
4298
|
+
}));
|
|
4299
|
+
|
|
4300
|
+
const SvgSpeaker = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4301
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4302
|
+
width: "1em",
|
|
4303
|
+
height: "1em",
|
|
4304
|
+
fill: "none",
|
|
4305
|
+
viewBox: "0 0 24 24"
|
|
4306
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4307
|
+
fill: "currentColor",
|
|
4308
|
+
fillRule: "evenodd",
|
|
4309
|
+
d: "M16.517 2.15 6.035 7.537H2.921c-.57 0-1.033.463-1.033 1.033v6.86c0 .57.463 1.033 1.033 1.033h3.114l10.482 5.387a1 1 0 0 0 1.457-.89V3.04a1 1 0 0 0-1.457-.89Zm4.719 7.017H19.28v5.666h1.955a1.31 1.31 0 0 0 1.31-1.311v-3.043a1.31 1.31 0 0 0-1.31-1.312",
|
|
4310
|
+
clipRule: "evenodd"
|
|
4311
|
+
}));
|
|
4312
|
+
|
|
4313
|
+
const SvgStackup = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4314
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4315
|
+
width: "1em",
|
|
4316
|
+
height: "1em",
|
|
4317
|
+
fill: "none",
|
|
4318
|
+
viewBox: "0 0 24 24"
|
|
4319
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4320
|
+
fill: "currentColor",
|
|
4321
|
+
fillRule: "evenodd",
|
|
4322
|
+
d: "m21.21 16.105-1.533-.767-6.112 3.056a3.499 3.499 0 0 1-1.565.367 3.503 3.503 0 0 1-1.565-.367l-6.112-3.056-1.534.767a1 1 0 0 0 0 1.79l8.317 4.157a1.997 1.997 0 0 0 1.789 0l8.316-4.158a1 1 0 0 0 0-1.789",
|
|
4323
|
+
clipRule: "evenodd"
|
|
4324
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4325
|
+
fill: "currentColor",
|
|
4326
|
+
fillRule: "evenodd",
|
|
4327
|
+
d: "m21.21 11.105-1.533-.767-6.112 3.056a3.499 3.499 0 0 1-1.565.367 3.503 3.503 0 0 1-1.565-.367l-6.112-3.056-1.534.767a1 1 0 0 0 0 1.79l8.317 4.157a1.997 1.997 0 0 0 1.789 0l8.316-4.158a1 1 0 0 0 0-1.789",
|
|
4328
|
+
clipRule: "evenodd"
|
|
4329
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4330
|
+
fill: "currentColor",
|
|
4331
|
+
fillRule: "evenodd",
|
|
4332
|
+
d: "M11.106 12.053 2.79 7.894a1 1 0 0 1 0-1.788l8.316-4.158a1.997 1.997 0 0 1 1.789 0l8.316 4.158a1 1 0 0 1 0 1.789l-8.316 4.158a2.005 2.005 0 0 1-1.79 0",
|
|
4333
|
+
clipRule: "evenodd"
|
|
4334
|
+
}));
|
|
4335
|
+
|
|
4336
|
+
const SvgStar = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4337
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4338
|
+
width: "1em",
|
|
4339
|
+
height: "1em",
|
|
4340
|
+
fill: "none",
|
|
4341
|
+
viewBox: "0 0 24 24"
|
|
4342
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4343
|
+
fill: "currentColor",
|
|
4344
|
+
fillRule: "evenodd",
|
|
4345
|
+
d: "m13.154 2.217 2.327 4.715c.187.379.549.642.968.703l5.203.756c1.054.153 1.476 1.45.712 2.193l-3.765 3.67a1.288 1.288 0 0 0-.37 1.138l.889 5.182c.18 1.051-.922 1.851-1.865 1.356l-4.654-2.447a1.285 1.285 0 0 0-1.196 0L6.749 21.93c-.944.495-2.046-.305-1.866-1.356l.889-5.182a1.288 1.288 0 0 0-.37-1.138l-3.765-3.67c-.763-.743-.342-2.04.713-2.193l5.202-.756c.419-.061.782-.324.969-.703l2.326-4.715c.472-.956 1.835-.956 2.307 0Z",
|
|
4346
|
+
clipRule: "evenodd"
|
|
4347
|
+
}));
|
|
4348
|
+
|
|
4349
|
+
const SvgStore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4350
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4351
|
+
width: "1em",
|
|
4352
|
+
height: "1em",
|
|
4353
|
+
fill: "none",
|
|
4354
|
+
viewBox: "0 0 24 24"
|
|
4355
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4356
|
+
d: "M21 2.5H3a1 1 0 0 0-1 1v1.667h20V3.5a1 1 0 0 0-1-1M3.176 19.188a2.4 2.4 0 0 0 2.399 2.4H10v-3.754a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3.753h4.425a2.4 2.4 0 0 0 2.399-2.4V11H3.176v8.188ZM2 8.5a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V6.833H2V8.5Z",
|
|
4357
|
+
clipRule: "evenodd"
|
|
4358
|
+
}));
|
|
4359
|
+
|
|
4360
|
+
const SvgSync = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4361
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4362
|
+
width: "1em",
|
|
4363
|
+
height: "1em",
|
|
4364
|
+
fill: "none",
|
|
4365
|
+
viewBox: "0 0 24 24"
|
|
4366
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4367
|
+
fill: "currentColor",
|
|
4368
|
+
fillRule: "evenodd",
|
|
4369
|
+
d: "m23.723 10.94-2.037-2.78a1.2 1.2 0 0 0-1.936 0l-2.037 2.78c-.58.793-.014 1.909.968 1.909h.88a7.545 7.545 0 0 1-3.73 5.695c-2.301 1.334-5.25 1.334-7.553 0a1.1 1.1 0 0 0-1.102 1.904 9.755 9.755 0 0 0 4.88 1.314 9.756 9.756 0 0 0 4.878-1.313 9.804 9.804 0 0 0 3.57-3.57 9.74 9.74 0 0 0 1.258-4.03h.993a1.2 1.2 0 0 0 .968-1.91m-18.183.213h-.992a7.594 7.594 0 0 1 .962-2.93 7.61 7.61 0 0 1 2.768-2.766c2.302-1.332 5.251-1.332 7.554 0a1.1 1.1 0 1 0 1.102-1.905c-2.972-1.718-6.787-1.718-9.758 0a9.812 9.812 0 0 0-3.57 3.57 9.775 9.775 0 0 0-1.258 4.03H1.244a1.2 1.2 0 0 0-.968 1.91l2.148 2.932a1.2 1.2 0 0 0 1.936 0l2.148-2.932a1.2 1.2 0 0 0-.968-1.91",
|
|
4370
|
+
clipRule: "evenodd"
|
|
4371
|
+
}));
|
|
4372
|
+
|
|
4373
|
+
const SvgTestUploadColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4374
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4375
|
+
width: "1em",
|
|
4376
|
+
height: "1em",
|
|
4377
|
+
fill: "none",
|
|
4378
|
+
viewBox: "0 0 24 24"
|
|
4379
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4380
|
+
fill: "#fff",
|
|
4381
|
+
d: "M2 2.813C2 2.087 2.588 1.5 3.313 1.5h13.78c.726 0 1.313.588 1.313 1.313v18.375c0 .724-.587 1.312-1.312 1.312H3.312A1.312 1.312 0 0 1 2 21.187V2.813Z"
|
|
4382
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4383
|
+
fill: "#F3F4F6",
|
|
4384
|
+
fillRule: "evenodd",
|
|
4385
|
+
d: "M17.094 2H3.312a.813.813 0 0 0-.812.813v18.375c0 .448.364.812.813.812h13.78a.813.813 0 0 0 .813-.813V2.813A.813.813 0 0 0 17.094 2ZM3.312 1.5C2.588 1.5 2 2.088 2 2.813v18.375c0 .724.588 1.312 1.313 1.312h13.78c.726 0 1.313-.588 1.313-1.313V2.813c0-.724-.587-1.312-1.312-1.312H3.312Z",
|
|
4386
|
+
clipRule: "evenodd"
|
|
4387
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4388
|
+
fill: "#D1D5DB",
|
|
4389
|
+
d: "M5.281 5.437c0-.362.294-.656.656-.656h5.25a.656.656 0 1 1 0 1.313h-5.25a.656.656 0 0 1-.656-.657ZM5.281 8.062c0-.362.294-.656.656-.656h8.532a.656.656 0 0 1 0 1.313H5.937a.656.656 0 0 1-.656-.657Z"
|
|
4390
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4391
|
+
fill: "#835EEB",
|
|
4392
|
+
d: "m12.484 13.449 4.338-3.88a.328.328 0 0 1 .435-.003l4.43 3.88c.228.2.087.575-.216.575h-2.005a.34.34 0 0 0-.333.331c-.158 4.863-3.811 6.125-6.202 6.177-.287.007-.407-.341-.206-.546 2.16-2.194 2.613-4.543 2.478-5.705a.298.298 0 0 0-.304-.257h-2.196a.328.328 0 0 1-.219-.572Z"
|
|
4393
|
+
}));
|
|
4394
|
+
|
|
4395
|
+
const SvgThumbdown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4396
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4397
|
+
width: "1em",
|
|
4398
|
+
height: "1em",
|
|
4399
|
+
fill: "none",
|
|
4400
|
+
viewBox: "0 0 24 24"
|
|
4401
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4402
|
+
fill: "currentColor",
|
|
4403
|
+
fillRule: "evenodd",
|
|
4404
|
+
d: "M20.316 13.796a1.904 1.904 0 0 0 1.904-1.904V3.905A1.904 1.904 0 0 0 20.316 2h-1.93v11.796h1.93Zm-15.46 2.207H9.4v4.261a1.736 1.736 0 0 0 3.24.868l4.236-7.336h.01V2H7.653a3.809 3.809 0 0 0-3.698 2.896l-1.87 7.564a2.857 2.857 0 0 0 2.773 3.543Z",
|
|
4405
|
+
clipRule: "evenodd"
|
|
4406
|
+
}));
|
|
4407
|
+
|
|
4408
|
+
const SvgThumbup = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4409
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4410
|
+
width: "1em",
|
|
4411
|
+
height: "1em",
|
|
4412
|
+
fill: "none",
|
|
4413
|
+
viewBox: "0 0 24 24"
|
|
4414
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4415
|
+
fill: "currentColor",
|
|
4416
|
+
fillRule: "evenodd",
|
|
4417
|
+
d: "M3.904 10.205A1.904 1.904 0 0 0 2 12.109v7.987c0 1.052.852 1.905 1.904 1.905h1.93V10.205h-1.93Zm15.459-2.207h-4.542V3.737a1.736 1.736 0 0 0-3.24-.868l-4.236 7.336h-.011v11.796h9.234a3.81 3.81 0 0 0 3.698-2.896l1.87-7.564a2.856 2.856 0 0 0-2.773-3.543Z",
|
|
4418
|
+
clipRule: "evenodd"
|
|
4419
|
+
}));
|
|
4420
|
+
|
|
4421
|
+
const SvgThunder = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4422
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4423
|
+
width: "1em",
|
|
4424
|
+
height: "1em",
|
|
4425
|
+
fill: "none",
|
|
4426
|
+
viewBox: "0 0 24 24"
|
|
4427
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4428
|
+
fill: "currentColor",
|
|
4429
|
+
fillRule: "evenodd",
|
|
4430
|
+
d: "m19.031 10.934-4.673-1.632L15.77 2.33c.227-1.124-1.16-1.841-1.945-1.007l-9.31 9.888a1.139 1.139 0 0 0 .453 1.856l4.672 1.632-1.41 6.972c-.229 1.123 1.158 1.84 1.944 1.007l9.311-9.89c.565-.6.324-1.583-.454-1.854Z",
|
|
1674
4431
|
clipRule: "evenodd"
|
|
1675
4432
|
}));
|
|
1676
4433
|
|
|
1677
|
-
const
|
|
4434
|
+
const SvgTicket = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1678
4435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1679
4436
|
width: "1em",
|
|
1680
4437
|
height: "1em",
|
|
@@ -1683,34 +4440,532 @@ const SvgProgressGradient = props => /*#__PURE__*/React__namespace.createElement
|
|
|
1683
4440
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1684
4441
|
fill: "currentColor",
|
|
1685
4442
|
fillRule: "evenodd",
|
|
1686
|
-
d: "
|
|
4443
|
+
d: "M2.5 4.5a1 1 0 0 0-1 1V10a2 2 0 1 1 0 4v4.5a1 1 0 0 0 1 1h19a1 1 0 0 0 1-1V14a2 2 0 1 1 0-4V5.5a1 1 0 0 0-1-1h-19Zm6.607 9.852a.35.35 0 0 0 .344.315h5.098a.35.35 0 0 0 .344-.315l.438-3.88c.039-.348-.382-.54-.605-.275l-1.297 1.54-.96-2.097a.513.513 0 0 0-.939 0l-.959 2.098-1.297-1.54c-.223-.265-.644-.074-.605.274l.438 3.88Z",
|
|
4444
|
+
clipRule: "evenodd"
|
|
4445
|
+
}));
|
|
4446
|
+
|
|
4447
|
+
const SvgTicketColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4448
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4449
|
+
width: "1em",
|
|
4450
|
+
height: "1em",
|
|
4451
|
+
fill: "none",
|
|
4452
|
+
viewBox: "0 0 25 25"
|
|
4453
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4454
|
+
fill: "url(#ticket_color_svg__a)",
|
|
4455
|
+
fillRule: "evenodd",
|
|
4456
|
+
d: "M3.25 5a1 1 0 0 0-1 1v4.5a2 2 0 1 1 0 4V19a1 1 0 0 0 1 1h19a1 1 0 0 0 1-1v-4.5a2 2 0 1 1 0-4V6a1 1 0 0 0-1-1h-19Zm6.607 9.852a.35.35 0 0 0 .344.315h5.098a.35.35 0 0 0 .344-.315l.438-3.88c.039-.348-.382-.54-.605-.275l-1.297 1.54-.96-2.097a.513.513 0 0 0-.939 0l-.959 2.098-1.297-1.54c-.223-.265-.644-.074-.605.274l.438 3.88Z",
|
|
4457
|
+
clipRule: "evenodd"
|
|
4458
|
+
}), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
4459
|
+
id: "ticket_color_svg__a",
|
|
4460
|
+
x1: 3.45,
|
|
4461
|
+
x2: 15.716,
|
|
4462
|
+
y1: 6.821,
|
|
4463
|
+
y2: 23.129,
|
|
4464
|
+
gradientUnits: "userSpaceOnUse"
|
|
4465
|
+
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4466
|
+
stopColor: "#0F0E0F"
|
|
4467
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
4468
|
+
offset: 1,
|
|
4469
|
+
stopColor: "#595959"
|
|
4470
|
+
}))));
|
|
4471
|
+
|
|
4472
|
+
const SvgTime = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4473
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4474
|
+
width: "1em",
|
|
4475
|
+
height: "1em",
|
|
4476
|
+
fill: "none",
|
|
4477
|
+
viewBox: "0 0 24 24"
|
|
4478
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4479
|
+
fill: "currentColor",
|
|
4480
|
+
fillRule: "evenodd",
|
|
4481
|
+
d: "M13 11.761c0 .033-.016.062-.019.094a.846.846 0 0 1-.041.199.964.964 0 0 1-.318.472c-.025.02-.04.049-.067.067l-4.726 3.15a1 1 0 0 1-1.109-1.664L11 11.226v-4.67a1 1 0 0 1 2 0v5.205ZM12 1.5C6.201 1.5 1.5 6.201 1.5 12S6.201 22.5 12 22.5 22.5 17.799 22.5 12 17.799 1.5 12 1.5Z",
|
|
4482
|
+
clipRule: "evenodd"
|
|
4483
|
+
}));
|
|
4484
|
+
|
|
4485
|
+
const SvgTop = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4486
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4487
|
+
width: "1em",
|
|
4488
|
+
height: "1em",
|
|
4489
|
+
fill: "none",
|
|
4490
|
+
viewBox: "0 0 24 24"
|
|
4491
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4492
|
+
fill: "currentColor",
|
|
4493
|
+
fillRule: "evenodd",
|
|
4494
|
+
d: "m1.231 8.688 3.681-4.779A2.328 2.328 0 0 1 6.766 3h2.232c.126 0 .216.099.225.216a2.699 2.699 0 0 0 5.382 0A.227.227 0 0 1 14.83 3h2.232c.73 0 1.413.333 1.854.909l3.672 4.779a.233.233 0 0 1-.018.306l-3.294 3.294a.228.228 0 0 1-.324 0l-.738-.738v8.46c0 .549-.44.99-.99.99H6.604a.987.987 0 0 1-.99-.99v-8.46l-.738.738a.228.228 0 0 1-.324 0L1.258 8.994a.233.233 0 0 1-.018-.306h-.009Z",
|
|
4495
|
+
clipRule: "evenodd"
|
|
4496
|
+
}));
|
|
4497
|
+
|
|
4498
|
+
const SvgTrash = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4499
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4500
|
+
width: "1em",
|
|
4501
|
+
height: "1em",
|
|
4502
|
+
fill: "none",
|
|
4503
|
+
viewBox: "0 0 24 24"
|
|
4504
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4505
|
+
fill: "currentColor",
|
|
4506
|
+
fillRule: "evenodd",
|
|
4507
|
+
d: "M15.066 16.736a.9.9 0 1 1-1.8 0V11.73a.9.9 0 1 1 1.8 0v5.006Zm-4.133 0a.9.9 0 1 1-1.8 0V11.73a.9.9 0 0 1 1.8 0v5.006ZM9.029 3.859a1 1 0 0 1 1-1h4.144c.551 0 1 .448 1 1V4.8H9.029v-.941Zm11.27.941h-3.126v-.941c0-1.654-1.345-3-3-3h-4.144c-1.654 0-3 1.346-3 3V4.8H3.7A1.2 1.2 0 0 0 2.5 6v.6a1.2 1.2 0 0 0 1.2 1.2h.131l.472 12.036a2.4 2.4 0 0 0 2.399 2.305h10.796a2.398 2.398 0 0 0 2.397-2.305l.474-12.05A1.192 1.192 0 0 0 21.5 6.6V6c0-.662-.538-1.2-1.201-1.2Z",
|
|
4508
|
+
clipRule: "evenodd"
|
|
4509
|
+
}));
|
|
4510
|
+
|
|
4511
|
+
const SvgTreasurebox = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4512
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4513
|
+
width: "1em",
|
|
4514
|
+
height: "1em",
|
|
4515
|
+
fill: "none",
|
|
4516
|
+
viewBox: "0 0 24 24"
|
|
4517
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4518
|
+
fill: "currentColor",
|
|
4519
|
+
fillRule: "evenodd",
|
|
4520
|
+
d: "M16.11 3H7.892a3 3 0 0 0-2.634 1.564l-2.75 5.042A4.997 4.997 0 0 0 2 11h6.199c.436-1.725 1.973-3 3.803-3 1.829 0 3.366 1.275 3.802 3h6.198a5 5 0 0 0-.51-1.394l-2.749-5.042A3 3 0 0 0 16.109 3ZM8.198 13c.436 1.725 1.973 3 3.803 3 1.829 0 3.366-1.275 3.802-3h6.198a5 5 0 0 1-.51 1.394l-2.749 5.042A3 3 0 0 1 16.109 21H7.893a3 3 0 0 1-2.634-1.564l-2.75-5.042A4.998 4.998 0 0 1 2 13h6.199Z",
|
|
1687
4521
|
clipRule: "evenodd"
|
|
1688
4522
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1689
4523
|
fill: "currentColor",
|
|
1690
4524
|
fillRule: "evenodd",
|
|
1691
|
-
d: "
|
|
1692
|
-
clipRule: "evenodd"
|
|
1693
|
-
|
|
4525
|
+
d: "M12.981 12.687c.446-.316.738-.842.738-1.437 0-.966-.77-1.75-1.718-1.75-.949 0-1.718.784-1.718 1.75 0 .594.29 1.12.735 1.435v.833a.982.982 0 0 0 1.963 0v-.83Z",
|
|
4526
|
+
clipRule: "evenodd"
|
|
4527
|
+
}));
|
|
4528
|
+
|
|
4529
|
+
const SvgTrophy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4530
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4531
|
+
width: "1em",
|
|
4532
|
+
height: "1em",
|
|
4533
|
+
fill: "none",
|
|
4534
|
+
viewBox: "0 0 24 24"
|
|
4535
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4536
|
+
fill: "currentColor",
|
|
4537
|
+
fillRule: "evenodd",
|
|
4538
|
+
d: "M7 3a1 1 0 0 0-1 1v1H4a2 2 0 0 0-2 2v1.246a4.46 4.46 0 0 0 4.641 4.456 6.007 6.007 0 0 0 4.36 3.215V19H7.5a1 1 0 1 0 0 2h9a1 1 0 0 0 0-2H13v-3.083a6.007 6.007 0 0 0 4.358-3.215A4.46 4.46 0 0 0 22 8.246V7a2 2 0 0 0-2-2h-2V4a1 1 0 0 0-1-1H7Zm10.963 7.67c.024-.22.037-.444.037-.67V7h2v1.246a2.46 2.46 0 0 1-2.037 2.423ZM6 7v3c0 .226.013.45.037.67A2.46 2.46 0 0 1 4 8.245V7h2Z",
|
|
4539
|
+
clipRule: "evenodd"
|
|
4540
|
+
}));
|
|
4541
|
+
|
|
4542
|
+
const SvgUndo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4543
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4544
|
+
width: "1em",
|
|
4545
|
+
height: "1em",
|
|
4546
|
+
fill: "none",
|
|
4547
|
+
viewBox: "0 0 24 24"
|
|
4548
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4549
|
+
fill: "currentColor",
|
|
4550
|
+
fillRule: "evenodd",
|
|
4551
|
+
d: "M2.959 12.362a1.2 1.2 0 0 1 1.388.976 7.698 7.698 0 0 0 7.6 6.378c4.255 0 7.716-3.461 7.716-7.716 0-4.254-3.461-7.715-7.715-7.715a7.657 7.657 0 0 0-5.175 2.004l.992.992a.99.99 0 0 1-.55 1.68l-4.211.65a.99.99 0 0 1-1.13-1.131l.65-4.211a.99.99 0 0 1 1.68-.55l.872.873a10.044 10.044 0 0 1 6.872-2.707c5.577 0 10.115 4.538 10.115 10.115 0 5.578-4.538 10.115-10.115 10.115a10.093 10.093 0 0 1-9.965-8.365 1.2 1.2 0 0 1 .976-1.388Z",
|
|
4552
|
+
clipRule: "evenodd"
|
|
4553
|
+
}));
|
|
4554
|
+
|
|
4555
|
+
const SvgUniversity = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4556
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4557
|
+
width: "1em",
|
|
4558
|
+
height: "1em",
|
|
4559
|
+
fill: "none",
|
|
4560
|
+
viewBox: "0 0 24 24"
|
|
4561
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4562
|
+
fill: "currentColor",
|
|
4563
|
+
d: "M1.443 9.357C.85 9.17.853 8.33 1.448 8.15l10.231-3.11a.947.947 0 0 1 .548 0l10.324 3.11c.596.18.6 1.023.004 1.207l-10.32 3.195a.947.947 0 0 1-.563 0L1.443 9.356Z"
|
|
1694
4564
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1695
4565
|
fill: "currentColor",
|
|
1696
4566
|
fillRule: "evenodd",
|
|
1697
|
-
d: "
|
|
1698
|
-
clipRule: "evenodd"
|
|
1699
|
-
|
|
4567
|
+
d: "M5.643 12.219v4.18a2.63 2.63 0 0 0 2.63 2.63h7.419a2.63 2.63 0 0 0 2.63-2.63v-4.18l-6.088 1.884a.947.947 0 0 1-.562-.001l-6.03-1.883Z",
|
|
4568
|
+
clipRule: "evenodd"
|
|
4569
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4570
|
+
fill: "currentColor",
|
|
4571
|
+
d: "M20.164 9.745h.736v5.051h-.736v-5.05Z"
|
|
1700
4572
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4573
|
+
fill: "currentColor",
|
|
4574
|
+
d: "M21.426 15.401a.92.92 0 1 1-1.841 0 .92.92 0 0 1 1.841 0Z"
|
|
4575
|
+
}));
|
|
4576
|
+
|
|
4577
|
+
const SvgUserBlocked = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4578
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4579
|
+
width: "1em",
|
|
4580
|
+
height: "1em",
|
|
4581
|
+
fill: "none",
|
|
4582
|
+
viewBox: "0 0 24 24"
|
|
4583
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1701
4584
|
fill: "currentColor",
|
|
1702
4585
|
fillRule: "evenodd",
|
|
1703
|
-
d: "
|
|
4586
|
+
d: "m20.273 10 1.484-1.485a.9.9 0 1 0-1.272-1.273L19 8.727l-1.485-1.485a.901.901 0 0 0-1.273 1.273L17.727 10l-1.485 1.485a.9.9 0 1 0 1.273 1.273L19 11.273l1.485 1.485a.9.9 0 0 0 1.272-1.273L20.273 10ZM10 11.456a4.354 4.354 0 1 0 0-8.707 4.354 4.354 0 0 0 0 8.707Zm0 1.332c-6.269 0-8.706 3.989-8.706 5.845 0 1.855 5.189 2.349 8.706 2.349 3.517 0 8.706-.494 8.706-2.35 0-1.855-2.437-5.844-8.706-5.844Z",
|
|
4587
|
+
clipRule: "evenodd"
|
|
4588
|
+
}));
|
|
4589
|
+
|
|
4590
|
+
const SvgUserCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4591
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4592
|
+
width: "1em",
|
|
4593
|
+
height: "1em",
|
|
4594
|
+
fill: "none",
|
|
4595
|
+
viewBox: "0 0 24 24"
|
|
4596
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4597
|
+
fill: "currentColor",
|
|
4598
|
+
fillRule: "evenodd",
|
|
4599
|
+
d: "M23.436 8.455a.9.9 0 0 0-1.273 0l-3.181 3.182-1.546-1.546a.9.9 0 1 0-1.273 1.273l2.818 2.818 4.454-4.454a.901.901 0 0 0 0-1.273M10 11.456a4.354 4.354 0 1 0 0-8.707 4.354 4.354 0 0 0 0 8.707Zm0 1.332c-6.269 0-8.706 3.989-8.706 5.845 0 1.855 5.189 2.349 8.706 2.349 3.517 0 8.706-.494 8.706-2.35 0-1.855-2.437-5.844-8.706-5.844Z",
|
|
4600
|
+
clipRule: "evenodd"
|
|
4601
|
+
}));
|
|
4602
|
+
|
|
4603
|
+
const SvgUserPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4604
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4605
|
+
width: "1em",
|
|
4606
|
+
height: "1em",
|
|
4607
|
+
fill: "none",
|
|
4608
|
+
viewBox: "0 0 24 24"
|
|
4609
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4610
|
+
fill: "currentColor",
|
|
4611
|
+
fillRule: "evenodd",
|
|
4612
|
+
d: "M23 10.1h-2.1V8a.9.9 0 0 0-1.799 0v2.1H17a.9.9 0 1 0 0 1.8h2.101V14a.9.9 0 1 0 1.799 0v-2.1H23a.9.9 0 1 0 0-1.8Zm-13 1.356a4.354 4.354 0 1 0 0-8.707 4.354 4.354 0 0 0 0 8.707Zm0 1.332c-6.269 0-8.706 3.989-8.706 5.845 0 1.855 5.189 2.349 8.706 2.349 3.517 0 8.706-.494 8.706-2.35 0-1.855-2.437-5.844-8.706-5.844Z",
|
|
4613
|
+
clipRule: "evenodd"
|
|
4614
|
+
}));
|
|
4615
|
+
|
|
4616
|
+
const SvgUserTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4617
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4618
|
+
width: "1em",
|
|
4619
|
+
height: "1em",
|
|
4620
|
+
fill: "none",
|
|
4621
|
+
viewBox: "0 0 24 24"
|
|
4622
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4623
|
+
fill: "currentColor",
|
|
4624
|
+
fillRule: "evenodd",
|
|
4625
|
+
d: "M7.5 11.647a3.751 3.751 0 1 0 0-7.502 3.751 3.751 0 0 0 0 7.502Zm.5 6.181c0-1.264.771-3.135 2.48-4.552-.843-.297-1.828-.483-2.98-.483-5.04 0-7 3.438-7 5.035 0 1.6 4.173 2.024 7 2.024.471 0 .98-.013 1.501-.04C8.34 19.285 8 18.625 8 17.828Z",
|
|
1704
4626
|
clipRule: "evenodd",
|
|
1705
|
-
opacity: 0.
|
|
4627
|
+
opacity: 0.76
|
|
1706
4628
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1707
4629
|
fill: "currentColor",
|
|
1708
4630
|
fillRule: "evenodd",
|
|
1709
|
-
d: "
|
|
1710
|
-
clipRule: "evenodd"
|
|
1711
|
-
|
|
4631
|
+
d: "M16.5 12.794c-5.04 0-7 3.437-7 5.035 0 1.598 4.173 2.024 7 2.024s7-.426 7-2.024-1.96-5.035-7-5.035Zm0-1.147a3.751 3.751 0 1 0 0-7.502 3.751 3.751 0 0 0 0 7.502Z",
|
|
4632
|
+
clipRule: "evenodd"
|
|
4633
|
+
}));
|
|
4634
|
+
|
|
4635
|
+
const SvgVideo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4636
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4637
|
+
width: "1em",
|
|
4638
|
+
height: "1em",
|
|
4639
|
+
fill: "none",
|
|
4640
|
+
viewBox: "0 0 24 24"
|
|
4641
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4642
|
+
fill: "currentColor",
|
|
4643
|
+
fillRule: "evenodd",
|
|
4644
|
+
d: "M12 1C5.95 1 1 5.95 1 12s4.95 11 11 11 11-4.95 11-11S18.05 1 12 1Zm3.52 11.44-4.84 2.86c-.33.22-.88 0-.88-.44V9.14c0-.44.44-.66.88-.44l4.95 2.86c.33.22.33.66-.11.88Z",
|
|
4645
|
+
clipRule: "evenodd"
|
|
4646
|
+
}));
|
|
4647
|
+
|
|
4648
|
+
const SvgVideoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4649
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4650
|
+
width: "1em",
|
|
4651
|
+
height: "1em",
|
|
4652
|
+
fill: "none",
|
|
4653
|
+
viewBox: "0 0 24 24"
|
|
4654
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4655
|
+
fill: "#D9CDF9",
|
|
4656
|
+
d: "M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11Z"
|
|
4657
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4658
|
+
fill: "#9C7EEF",
|
|
4659
|
+
d: "M15.507 11.474c.39.234.39.818 0 1.052l-4.829 2.892c-.39.233-.878-.059-.878-.526V9.108c0-.467.488-.76.878-.526l4.83 2.892Z"
|
|
4660
|
+
}));
|
|
4661
|
+
|
|
4662
|
+
const SvgVoteColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4663
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4664
|
+
width: "1em",
|
|
4665
|
+
height: "1em",
|
|
4666
|
+
fill: "none",
|
|
4667
|
+
viewBox: "0 0 24 24"
|
|
4668
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4669
|
+
fill: "#F3F4F6",
|
|
4670
|
+
d: "M2 8h20v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8Z"
|
|
4671
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4672
|
+
stroke: "#F22735",
|
|
4673
|
+
strokeLinecap: "round",
|
|
4674
|
+
strokeLinejoin: "round",
|
|
4675
|
+
strokeWidth: 1.5,
|
|
4676
|
+
d: "m9 14.75 1.8 1.75L15 13"
|
|
4677
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4678
|
+
fill: "#E5E7EB",
|
|
4679
|
+
d: "M3.256 3.719A1 1 0 0 1 4.216 3h15.569a1 1 0 0 1 .96.719L22 8H2l1.256-4.281Z"
|
|
4680
|
+
}));
|
|
4681
|
+
|
|
4682
|
+
const SvgWarning = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4683
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4684
|
+
width: "1em",
|
|
4685
|
+
height: "1em",
|
|
4686
|
+
fill: "none",
|
|
4687
|
+
viewBox: "0 0 24 24"
|
|
4688
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4689
|
+
fill: "currentColor",
|
|
4690
|
+
fillRule: "evenodd",
|
|
4691
|
+
d: "M12 18.879a1.2 1.2 0 1 1 0-2.4 1.2 1.2 0 0 1 0 2.4Zm-1-9.983a1 1 0 0 1 2 0v5a1 1 0 0 1-2 0v-5Zm11.914 9.607L14.079 3.2c-.924-1.6-3.234-1.6-4.158 0L1.086 18.503c-.923 1.6.23 3.6 2.079 3.6h17.67c1.848 0 3.002-2 2.079-3.6Z",
|
|
4692
|
+
clipRule: "evenodd"
|
|
4693
|
+
}));
|
|
4694
|
+
|
|
4695
|
+
const SvgWifi = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4696
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4697
|
+
width: "1em",
|
|
4698
|
+
height: "1em",
|
|
4699
|
+
fill: "none",
|
|
4700
|
+
viewBox: "0 0 24 24"
|
|
4701
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4702
|
+
fill: "currentColor",
|
|
4703
|
+
fillRule: "evenodd",
|
|
4704
|
+
d: "M10.5 18.86a1.501 1.501 0 1 0 3.002 0 1.501 1.501 0 0 0-3.002-.001m11.612-8.861c-.311 0-.621-.115-.863-.346A13.342 13.342 0 0 0 12 5.95a13.342 13.342 0 0 0-9.248 3.702 1.25 1.25 0 1 1-1.726-1.809A15.83 15.83 0 0 1 12 3.45c4.106 0 8.004 1.56 10.973 4.393a1.25 1.25 0 0 1-.862 2.155",
|
|
4705
|
+
clipRule: "evenodd"
|
|
4706
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4707
|
+
fill: "currentColor",
|
|
4708
|
+
fillRule: "evenodd",
|
|
4709
|
+
d: "M18.744 13.366c-.305 0-.611-.111-.852-.336A8.614 8.614 0 0 0 12 10.71a8.617 8.617 0 0 0-5.892 2.32 1.25 1.25 0 0 1-1.704-1.83A11.105 11.105 0 0 1 12 8.21c2.829 0 5.527 1.063 7.596 2.99a1.25 1.25 0 0 1-.853 2.166",
|
|
4710
|
+
clipRule: "evenodd"
|
|
4711
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4712
|
+
fill: "currentColor",
|
|
4713
|
+
fillRule: "evenodd",
|
|
4714
|
+
d: "M15.434 16.675c-.292 0-.585-.102-.822-.31-1.446-1.264-3.778-1.264-5.223 0a1.249 1.249 0 1 1-1.646-1.881 6.463 6.463 0 0 1 8.515 0 1.25 1.25 0 0 1-.824 2.19",
|
|
4715
|
+
clipRule: "evenodd"
|
|
4716
|
+
}));
|
|
4717
|
+
|
|
4718
|
+
const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4719
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4720
|
+
width: "1em",
|
|
4721
|
+
height: "1em",
|
|
4722
|
+
fill: "none",
|
|
4723
|
+
viewBox: "0 0 32 32"
|
|
4724
|
+
}, props), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
4725
|
+
width: 24.741,
|
|
4726
|
+
height: 27.833,
|
|
4727
|
+
x: 4,
|
|
4728
|
+
y: 2,
|
|
4729
|
+
fill: "#D9CDF9",
|
|
4730
|
+
rx: 1.546
|
|
4731
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4732
|
+
fill: "#9C7EEF",
|
|
4733
|
+
d: "M4 3.546C4 2.692 4.692 2 5.546 2h2.062v27.833H5.546A1.546 1.546 0 0 1 4 28.287V3.547Z"
|
|
4734
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
4735
|
+
width: 12.37,
|
|
4736
|
+
height: 3.093,
|
|
4737
|
+
x: 11.67,
|
|
4738
|
+
y: 6.549,
|
|
4739
|
+
fill: "#9C7EEF",
|
|
4740
|
+
rx: 1.546
|
|
4741
|
+
}));
|
|
4742
|
+
|
|
4743
|
+
const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4744
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4745
|
+
width: "1em",
|
|
4746
|
+
height: "1em",
|
|
4747
|
+
fill: "none",
|
|
4748
|
+
viewBox: "0 0 24 24"
|
|
4749
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4750
|
+
fill: "currentColor",
|
|
4751
|
+
d: "M4.807 20.69a1.059 1.059 0 0 1-1.497-1.497L10.502 12 3.31 4.807A1.059 1.059 0 1 1 4.807 3.31L12 10.502l7.192-7.192a1.059 1.059 0 1 1 1.498 1.497L13.497 12l7.193 7.192a1.059 1.059 0 0 1-1.498 1.498L12 13.497 4.807 20.69Z"
|
|
4752
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4753
|
+
fill: "currentColor",
|
|
4754
|
+
fillRule: "evenodd",
|
|
4755
|
+
d: "M4.666 3.451A.859.859 0 1 0 3.45 4.666L10.785 12l-7.334 7.334a.859.859 0 0 0 1.215 1.215L12 13.214l7.334 7.334a.859.859 0 0 0 1.215-1.214L13.215 12l7.334-7.334a.859.859 0 1 0-1.215-1.215L12 10.785 4.666 3.451Zm-1.498-.283a1.259 1.259 0 0 1 1.78 0L12 10.22l7.051-7.05a1.259 1.259 0 0 1 1.78 1.78l-7.05 7.05 7.05 7.052a1.259 1.259 0 0 1-1.78 1.78L12 13.78l-7.051 7.051a1.259 1.259 0 0 1-1.78-1.78L10.218 12 3.17 4.948a1.259 1.259 0 0 1 0-1.78Z",
|
|
4756
|
+
clipRule: "evenodd"
|
|
4757
|
+
}));
|
|
4758
|
+
|
|
4759
|
+
const SvgYoutube = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4760
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4761
|
+
width: "1em",
|
|
4762
|
+
height: "1em",
|
|
4763
|
+
fill: "none",
|
|
4764
|
+
viewBox: "0 0 24 24"
|
|
4765
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4766
|
+
fill: "currentColor",
|
|
4767
|
+
fillRule: "evenodd",
|
|
4768
|
+
d: "M3 5a2 2 0 0 0-2 2v10.385a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H3Zm12.1 7.583a.5.5 0 0 0 0-.866l-4.275-2.468a.5.5 0 0 0-.75.433v4.936a.5.5 0 0 0 .75.433l4.275-2.468Z",
|
|
4769
|
+
clipRule: "evenodd"
|
|
1712
4770
|
}));
|
|
1713
4771
|
|
|
4772
|
+
var icons = /*#__PURE__*/Object.freeze({
|
|
4773
|
+
__proto__: null,
|
|
4774
|
+
AiIcon: SvgAi,
|
|
4775
|
+
AiSadIcon: SvgAiSad,
|
|
4776
|
+
AimPointIcon: SvgAimPoint,
|
|
4777
|
+
AlarmIcon: SvgAlarm,
|
|
4778
|
+
AppleColorIcon: SvgAppleColor,
|
|
4779
|
+
ArrowDownIcon: SvgArrowDown,
|
|
4780
|
+
ArrowLeftCircleIcon: SvgArrowLeftCircle,
|
|
4781
|
+
ArrowLeftIcon: SvgArrowLeft,
|
|
4782
|
+
ArrowLeftLimitIcon: SvgArrowLeftLimit,
|
|
4783
|
+
ArrowLeftRightIcon: SvgArrowLeftRight,
|
|
4784
|
+
ArrowRightCircleIcon: SvgArrowRightCircle,
|
|
4785
|
+
ArrowRightIcon: SvgArrowRight,
|
|
4786
|
+
ArrowRightLimitIcon: SvgArrowRightLimit,
|
|
4787
|
+
ArrowUpDownIcon: SvgArrowUpDown,
|
|
4788
|
+
ArrowUpIcon: SvgArrowUp,
|
|
4789
|
+
ArrowUpLimitIcon: SvgArrowUpLimit,
|
|
4790
|
+
BarchartIcon: SvgBarchart,
|
|
4791
|
+
BookmarkIcon: SvgBookmark,
|
|
4792
|
+
BoxIcon: SvgBox,
|
|
4793
|
+
BusColorIcon: SvgBusColor,
|
|
4794
|
+
CalendarCheckColorIcon: SvgCalendarCheckColor,
|
|
4795
|
+
CalendarCheckIcon: SvgCalendarCheck,
|
|
4796
|
+
CalendarColorIcon: SvgCalendarColor,
|
|
4797
|
+
CameraIcon: SvgCamera,
|
|
4798
|
+
CardIcon: SvgCard,
|
|
4799
|
+
CardsPercentColorIcon: SvgCardsPercentColor,
|
|
4800
|
+
CardsPercentIcon: SvgCardsPercent,
|
|
4801
|
+
CaretDownIcon: SvgCaretDown,
|
|
4802
|
+
CaretLeftIcon: SvgCaretLeft,
|
|
4803
|
+
CaretRightIcon: SvgCaretRight,
|
|
4804
|
+
CaretUpIcon: SvgCaretUp,
|
|
4805
|
+
ChatBubbleBadgeColorIcon: SvgChatBubbleBadgeColor,
|
|
4806
|
+
ChatBubbleCorrectColorIcon: SvgChatBubbleCorrectColor,
|
|
4807
|
+
ChatBubbleCorrectIcon: SvgChatBubbleCorrect,
|
|
4808
|
+
ChatBubbleDotsIcon: SvgChatBubbleDots,
|
|
4809
|
+
ChatBubbleIcon: SvgChatBubble,
|
|
4810
|
+
ChatBubbleQuestionIcon: SvgChatBubbleQuestion,
|
|
4811
|
+
CheckIcon: SvgCheck,
|
|
4812
|
+
CheckInCircleColorIcon: SvgCheckInCircleColor,
|
|
4813
|
+
CheckInCircleIcon: SvgCheckInCircle,
|
|
4814
|
+
CheckInCircleLineIcon: SvgCheckInCircleLine,
|
|
4815
|
+
ChevronDownIcon: SvgChevronDown,
|
|
4816
|
+
ChevronLeftIcon: SvgChevronLeft,
|
|
4817
|
+
ChevronRightIcon: SvgChevronRight,
|
|
4818
|
+
ChevronRightTwoIcon: SvgChevronRightTwo,
|
|
4819
|
+
ChevronUpIcon: SvgChevronUp,
|
|
4820
|
+
ChevronUpTwoIcon: SvgChevronUpTwo,
|
|
4821
|
+
CirclesIcon: SvgCircles,
|
|
4822
|
+
ClipIcon: SvgClip,
|
|
4823
|
+
CloseIcon: SvgClose,
|
|
4824
|
+
CloseInCircleIcon: SvgCloseInCircle,
|
|
4825
|
+
CoinIcon: SvgCoin,
|
|
4826
|
+
ContactIcon: SvgContact,
|
|
4827
|
+
CopyIcon: SvgCopy,
|
|
4828
|
+
CorrectIcon: SvgCorrect,
|
|
4829
|
+
CouponIcon: SvgCoupon,
|
|
4830
|
+
CrownIcon: SvgCrown,
|
|
4831
|
+
CurriculumColorIcon: SvgCurriculumColor,
|
|
4832
|
+
CurriculumIcon: SvgCurriculum,
|
|
4833
|
+
DeleteIcon: SvgDelete,
|
|
4834
|
+
DocumentIcon: SvgDocument,
|
|
4835
|
+
DotsIcon: SvgDots,
|
|
4836
|
+
DownloadIcon: SvgDownload,
|
|
4837
|
+
EmojiIcon: SvgEmoji,
|
|
4838
|
+
EngIcon: SvgEng,
|
|
4839
|
+
EqualIcon: SvgEqual,
|
|
4840
|
+
EraserIcon: SvgEraser,
|
|
4841
|
+
ExclamationPointInCircleIcon: SvgExclamationPointInCircle,
|
|
4842
|
+
EyeOffIcon: SvgEyeOff,
|
|
4843
|
+
EyeOnIcon: SvgEyeOn,
|
|
4844
|
+
FaceHappyIcon: SvgFaceHappy,
|
|
4845
|
+
FaceSadIcon: SvgFaceSad,
|
|
4846
|
+
FacebookColorIcon: SvgFacebookColor,
|
|
4847
|
+
FacebookIcon: SvgFacebook,
|
|
4848
|
+
FilterIcon: SvgFilter,
|
|
4849
|
+
FireIcon: SvgFire,
|
|
4850
|
+
FrameIcon: SvgFrame,
|
|
4851
|
+
GlassesIcon: SvgGlasses,
|
|
4852
|
+
GraphIcon: SvgGraph,
|
|
4853
|
+
GunColorIcon: SvgGunColor,
|
|
4854
|
+
GunIcon: SvgGun,
|
|
4855
|
+
HairIcon: SvgHair,
|
|
4856
|
+
HeadphoneIcon: SvgHeadphone,
|
|
4857
|
+
HeartIcon: SvgHeart,
|
|
4858
|
+
InfiniteIcon: SvgInfinite,
|
|
4859
|
+
InfoInCircleIcon: SvgInfoInCircle,
|
|
4860
|
+
InstagramIcon: SvgInstagram,
|
|
4861
|
+
KakaoColorIcon: SvgKakaoColor,
|
|
4862
|
+
KorIcon: SvgKor,
|
|
4863
|
+
LetterCrownColorIcon: SvgLetterCrownColor,
|
|
4864
|
+
LetterHeartColorIcon: SvgLetterHeartColor,
|
|
4865
|
+
LetterIcon: SvgLetter,
|
|
4866
|
+
LineThreeIcon: SvgLineThree,
|
|
4867
|
+
LinkIcon: SvgLink,
|
|
4868
|
+
LockColorIcon: SvgLockColor,
|
|
4869
|
+
LockIcon: SvgLock,
|
|
4870
|
+
LogoAppleIcon: SvgLogoApple,
|
|
4871
|
+
LogoColorIcon: SvgLogoColor,
|
|
4872
|
+
LogoFacebookIcon: SvgLogoFacebook,
|
|
4873
|
+
LogoKakaoIcon: SvgLogoKakao,
|
|
4874
|
+
LogoNaverIcon: SvgLogoNaver,
|
|
4875
|
+
MaxsizeIcon: SvgMaxsize,
|
|
4876
|
+
MinsizeIcon: SvgMinsize,
|
|
4877
|
+
MinusIcon: SvgMinus,
|
|
4878
|
+
MinusInCircleIcon: SvgMinusInCircle,
|
|
4879
|
+
MoneybagColorIcon: SvgMoneybagColor,
|
|
4880
|
+
MoneybagIcon: SvgMoneybag,
|
|
4881
|
+
MoreIcon: SvgMore,
|
|
4882
|
+
MyBubbleIcon: SvgMyBubble,
|
|
4883
|
+
NaverColorIcon: SvgNaverColor,
|
|
4884
|
+
NewIcon: SvgNew,
|
|
4885
|
+
NoteColorIcon: SvgNoteColor,
|
|
4886
|
+
NoteIcon: SvgNote,
|
|
4887
|
+
NotePenColorIcon: SvgNotePenColor,
|
|
4888
|
+
NumberFiveFilledIcon: SvgNumberFiveFilled,
|
|
4889
|
+
NumberFiveOutlinedIcon: SvgNumberFiveOutlined,
|
|
4890
|
+
NumberFourFilledIcon: SvgNumberFourFilled,
|
|
4891
|
+
NumberFourOutlinedIcon: SvgNumberFourOutlined,
|
|
4892
|
+
NumberOneFilledIcon: SvgNumberOneFilled,
|
|
4893
|
+
NumberOneOutlinedIcon: SvgNumberOneOutlined,
|
|
4894
|
+
NumberThreeFilledIcon: SvgNumberThreeFilled,
|
|
4895
|
+
NumberThreeOutlinedIcon: SvgNumberThreeOutlined,
|
|
4896
|
+
NumberTwoFilledIcon: SvgNumberTwoFilled,
|
|
4897
|
+
NumberTwoOutlinedIcon: SvgNumberTwoOutlined,
|
|
4898
|
+
OutIcon: SvgOut,
|
|
4899
|
+
PalmTreeColorIcon: SvgPalmTreeColor,
|
|
4900
|
+
PaperCheckIcon: SvgPaperCheck,
|
|
4901
|
+
PauseIcon: SvgPause,
|
|
4902
|
+
PenIcon: SvgPen,
|
|
4903
|
+
PercentInCircleIcon: SvgPercentInCircle,
|
|
4904
|
+
PictureIcon: SvgPicture,
|
|
4905
|
+
PinColorRedIcon: SvgPinColorRed,
|
|
4906
|
+
PinIcon: SvgPin,
|
|
4907
|
+
PlayIcon: SvgPlay,
|
|
4908
|
+
PlugColorIcon: SvgPlugColor,
|
|
4909
|
+
PlugIcon: SvgPlug,
|
|
4910
|
+
PlusIcon: SvgPlus,
|
|
4911
|
+
PlusInCircleIcon: SvgPlusInCircle,
|
|
4912
|
+
PointInCircleColorIcon: SvgPointInCircleColor,
|
|
4913
|
+
PointInCircleIcon: SvgPointInCircle,
|
|
4914
|
+
PresentColorIcon: SvgPresentColor,
|
|
4915
|
+
PresentIcon: SvgPresent,
|
|
4916
|
+
ProblemIcon: SvgProblem,
|
|
4917
|
+
ProfileIcon: SvgProfile,
|
|
4918
|
+
ProgressGradientIcon: SvgProgressGradient,
|
|
4919
|
+
QuestionMarkInCircleIcon: SvgQuestionMarkInCircle,
|
|
4920
|
+
QuestionMarkInCircleOutlinedIcon: SvgQuestionMarkInCircleOutlined,
|
|
4921
|
+
RaffleColorIcon: SvgRaffleColor,
|
|
4922
|
+
ReceiptIcon: SvgReceipt,
|
|
4923
|
+
RefreshIcon: SvgRefresh,
|
|
4924
|
+
RepeatIcon: SvgRepeat,
|
|
4925
|
+
SchoolColorIcon: SvgSchoolColor,
|
|
4926
|
+
SchoolIcon: SvgSchool,
|
|
4927
|
+
SearchIcon: SvgSearch,
|
|
4928
|
+
SetIcon: SvgSet,
|
|
4929
|
+
SettingIcon: SvgSetting,
|
|
4930
|
+
ShareIcon: SvgShare,
|
|
4931
|
+
ShieldCheckIcon: SvgShieldCheck,
|
|
4932
|
+
SirenIcon: SvgSiren,
|
|
4933
|
+
SkipbackIcon: SvgSkipback,
|
|
4934
|
+
SkipforwardIcon: SvgSkipforward,
|
|
4935
|
+
SoundOffIcon: SvgSoundOff,
|
|
4936
|
+
SoundOnIcon: SvgSoundOn,
|
|
4937
|
+
SpeakerIcon: SvgSpeaker,
|
|
4938
|
+
StackupIcon: SvgStackup,
|
|
4939
|
+
StarIcon: SvgStar,
|
|
4940
|
+
StoreIcon: SvgStore,
|
|
4941
|
+
SyncIcon: SvgSync,
|
|
4942
|
+
TestUploadColorIcon: SvgTestUploadColor,
|
|
4943
|
+
ThumbdownIcon: SvgThumbdown,
|
|
4944
|
+
ThumbupIcon: SvgThumbup,
|
|
4945
|
+
ThunderIcon: SvgThunder,
|
|
4946
|
+
TicketColorIcon: SvgTicketColor,
|
|
4947
|
+
TicketIcon: SvgTicket,
|
|
4948
|
+
TimeIcon: SvgTime,
|
|
4949
|
+
TopIcon: SvgTop,
|
|
4950
|
+
TrashIcon: SvgTrash,
|
|
4951
|
+
TreasureboxIcon: SvgTreasurebox,
|
|
4952
|
+
TrophyIcon: SvgTrophy,
|
|
4953
|
+
UndoIcon: SvgUndo,
|
|
4954
|
+
UniversityIcon: SvgUniversity,
|
|
4955
|
+
UserBlockedIcon: SvgUserBlocked,
|
|
4956
|
+
UserCheckIcon: SvgUserCheck,
|
|
4957
|
+
UserPlusIcon: SvgUserPlus,
|
|
4958
|
+
UserTwoIcon: SvgUserTwo,
|
|
4959
|
+
VideoColorIcon: SvgVideoColor,
|
|
4960
|
+
VideoIcon: SvgVideo,
|
|
4961
|
+
VoteColorIcon: SvgVoteColor,
|
|
4962
|
+
WarningIcon: SvgWarning,
|
|
4963
|
+
WifiIcon: SvgWifi,
|
|
4964
|
+
WorkbookColorIcon: SvgWorkbookColor,
|
|
4965
|
+
WrongIcon: SvgWrong,
|
|
4966
|
+
YoutubeIcon: SvgYoutube
|
|
4967
|
+
});
|
|
4968
|
+
|
|
1714
4969
|
const spin = styled.keyframes`
|
|
1715
4970
|
from {
|
|
1716
4971
|
transform: rotate(0);
|
|
@@ -13058,7 +16313,7 @@ const BaseDialog = styled__default.default.div(() => ({
|
|
|
13058
16313
|
overflow: 'hidden',
|
|
13059
16314
|
margin: 'auto'
|
|
13060
16315
|
}), sx);
|
|
13061
|
-
var index$
|
|
16316
|
+
var index$1 = /*#__PURE__*/React.forwardRef(Dialog);
|
|
13062
16317
|
|
|
13063
16318
|
const useDialogHandler = () => {
|
|
13064
16319
|
const [isOpen, setIsOpen] = React.useState(false);
|
|
@@ -13255,7 +16510,7 @@ const Unit = ({
|
|
|
13255
16510
|
children: children
|
|
13256
16511
|
});
|
|
13257
16512
|
};
|
|
13258
|
-
var
|
|
16513
|
+
var Grid$1 = Object.assign(Grid, {
|
|
13259
16514
|
Unit
|
|
13260
16515
|
});
|
|
13261
16516
|
|
|
@@ -14246,12 +17501,14 @@ const SingleColumnLayout = ({
|
|
|
14246
17501
|
|
|
14247
17502
|
const ImageView = ({
|
|
14248
17503
|
view: {
|
|
17504
|
+
imageProps,
|
|
14249
17505
|
...props
|
|
14250
17506
|
}
|
|
14251
17507
|
}) => /*#__PURE__*/jsxRuntimeExports.jsx(Image, {
|
|
14252
17508
|
loading: 'lazy',
|
|
14253
17509
|
display: 'block',
|
|
14254
|
-
...props
|
|
17510
|
+
...props,
|
|
17511
|
+
...imageProps
|
|
14255
17512
|
});
|
|
14256
17513
|
|
|
14257
17514
|
const TextView = ({
|
|
@@ -14264,12 +17521,27 @@ const TextView = ({
|
|
|
14264
17521
|
children: text
|
|
14265
17522
|
});
|
|
14266
17523
|
|
|
17524
|
+
const IconView = ({
|
|
17525
|
+
view: {
|
|
17526
|
+
icon,
|
|
17527
|
+
iconProps = {
|
|
17528
|
+
color: 'icon/neutral',
|
|
17529
|
+
size: 24
|
|
17530
|
+
}
|
|
17531
|
+
}
|
|
17532
|
+
}) => /*#__PURE__*/jsxRuntimeExports.jsx(StyledIcon, {
|
|
17533
|
+
icon: icons[icon],
|
|
17534
|
+
...iconProps
|
|
17535
|
+
});
|
|
17536
|
+
|
|
14267
17537
|
const ChipGroupView = ({
|
|
14268
17538
|
view: {
|
|
14269
|
-
|
|
14270
|
-
|
|
14271
|
-
|
|
14272
|
-
|
|
17539
|
+
chips = [],
|
|
17540
|
+
chipGroupProps: {
|
|
17541
|
+
size = 'm',
|
|
17542
|
+
gapX = 1,
|
|
17543
|
+
gapY = 1
|
|
17544
|
+
}
|
|
14273
17545
|
}
|
|
14274
17546
|
}) => /*#__PURE__*/jsxRuntimeExports.jsx(Stack$1, {
|
|
14275
17547
|
gapX: gapX,
|
|
@@ -14293,6 +17565,33 @@ const ChipGroupView = ({
|
|
|
14293
17565
|
})
|
|
14294
17566
|
});
|
|
14295
17567
|
|
|
17568
|
+
const GridView = ({
|
|
17569
|
+
view: {
|
|
17570
|
+
units = [],
|
|
17571
|
+
gridProps
|
|
17572
|
+
}
|
|
17573
|
+
}) => /*#__PURE__*/jsxRuntimeExports.jsx(Grid$1, {
|
|
17574
|
+
...gridProps,
|
|
17575
|
+
children: units.map(({
|
|
17576
|
+
views: viewContainers,
|
|
17577
|
+
unitProps
|
|
17578
|
+
}) => {
|
|
17579
|
+
const unitKeySeperator = '_';
|
|
17580
|
+
const unitKey = viewContainers.map(({
|
|
17581
|
+
id
|
|
17582
|
+
}) => id).join(unitKeySeperator);
|
|
17583
|
+
return /*#__PURE__*/jsxRuntimeExports.jsx(Grid$1.Unit, {
|
|
17584
|
+
...unitProps,
|
|
17585
|
+
children: viewContainers.map(viewContainer => {
|
|
17586
|
+
const ViewComponent = getViewComponent(viewContainer);
|
|
17587
|
+
return /*#__PURE__*/jsxRuntimeExports.jsx(ViewComponent, {
|
|
17588
|
+
view: viewContainer.view
|
|
17589
|
+
});
|
|
17590
|
+
})
|
|
17591
|
+
}, unitKey);
|
|
17592
|
+
})
|
|
17593
|
+
});
|
|
17594
|
+
|
|
14296
17595
|
const EnigmaUI = ({
|
|
14297
17596
|
section: {
|
|
14298
17597
|
views,
|
|
@@ -14328,7 +17627,9 @@ const getViewComponent = viewContainer => {
|
|
|
14328
17627
|
const renderableViewComponent = {
|
|
14329
17628
|
TextView: TextView,
|
|
14330
17629
|
ImageView: ImageView,
|
|
14331
|
-
|
|
17630
|
+
IconView: IconView,
|
|
17631
|
+
ChipGroupView: ChipGroupView,
|
|
17632
|
+
GridView: GridView
|
|
14332
17633
|
};
|
|
14333
17634
|
const ViewComponent = renderableViewComponent[viewContainer.viewComponentType];
|
|
14334
17635
|
return ViewComponent;
|
|
@@ -14336,7 +17637,9 @@ const getViewComponent = viewContainer => {
|
|
|
14336
17637
|
var index = Object.assign(EnigmaUI, {
|
|
14337
17638
|
TextView,
|
|
14338
17639
|
ImageView,
|
|
14339
|
-
|
|
17640
|
+
IconView,
|
|
17641
|
+
ChipGroupView,
|
|
17642
|
+
GridView
|
|
14340
17643
|
});
|
|
14341
17644
|
|
|
14342
17645
|
/**
|
|
@@ -14835,11 +18138,11 @@ const useToggleHandler = ({
|
|
|
14835
18138
|
|
|
14836
18139
|
exports.Button = Button;
|
|
14837
18140
|
exports.Chip = Chip;
|
|
14838
|
-
exports.Dialog = index$
|
|
18141
|
+
exports.Dialog = index$1;
|
|
14839
18142
|
exports.DialogHandler = DialogHandler;
|
|
14840
18143
|
exports.EnigmaUI = index;
|
|
14841
18144
|
exports.GradientText = GradientText;
|
|
14842
|
-
exports.Grid =
|
|
18145
|
+
exports.Grid = Grid$1;
|
|
14843
18146
|
exports.IconButton = IconButton;
|
|
14844
18147
|
exports.IconToggleButton = IconToggleButton;
|
|
14845
18148
|
exports.Image = Image;
|