@teamturing/react-kit 2.6.1 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/Grid/index.d.ts +1 -1
- package/dist/enigma/EnigmaUI/index.d.ts +19 -2
- 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/index.d.ts +3 -1
- package/dist/enigma/types/index.d.ts +21 -7
- package/dist/enigma/utils/index.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3325 -24
- 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/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
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCard = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgCard as default };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCardsPercent = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
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"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillOpacity: 0.6,
|
|
16
|
+
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"
|
|
17
|
+
}));
|
|
18
|
+
|
|
19
|
+
export { SvgCardsPercent as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCardsPercentColor = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#9C7EEF",
|
|
12
|
+
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"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#D9CDF9",
|
|
15
|
+
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"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#9C7EEF",
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
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",
|
|
20
|
+
clipRule: "evenodd"
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
export { SvgCardsPercentColor as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCaretDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgCaretDown as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCaretLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgCaretLeft as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCaretRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgCaretRight as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCaretUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgCaretUp as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChatBubble = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgChatBubble as default };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChatBubbleBadgeColor = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 64 65"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
11
|
+
clipPath: "url(#chat_bubble_badge_color_svg__a)"
|
|
12
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "#D1D5DB",
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
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",
|
|
16
|
+
clipRule: "evenodd"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
18
|
+
cx: 52,
|
|
19
|
+
cy: 12.5,
|
|
20
|
+
r: 12,
|
|
21
|
+
fill: "#F5525D"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M56.078 8.5h-1.746v5.39h-.082L50.547 8.5H49v8.484h1.758v-5.39h.07l3.727 5.39h1.523V8.5Z"
|
|
25
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
26
|
+
id: "chat_bubble_badge_color_svg__a"
|
|
27
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fill: "#fff",
|
|
29
|
+
d: "M0 .5h64v64H0z"
|
|
30
|
+
}))));
|
|
31
|
+
|
|
32
|
+
export { SvgChatBubbleBadgeColor as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChatBubbleCorrect = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
11
|
+
clipPath: "url(#chat_bubble_correct_svg__a)"
|
|
12
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
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",
|
|
16
|
+
clipRule: "evenodd"
|
|
17
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
18
|
+
id: "chat_bubble_correct_svg__a"
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fill: "#fff",
|
|
21
|
+
d: "M0 0h24v24H0z"
|
|
22
|
+
}))));
|
|
23
|
+
|
|
24
|
+
export { SvgChatBubbleCorrect as default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChatBubbleCorrectColor = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 33 32"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#C6D8FA",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#6D99F1",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
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",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}));
|
|
21
|
+
|
|
22
|
+
export { SvgChatBubbleCorrectColor as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChatBubbleDots = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgChatBubbleDots as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChatBubbleQuestion = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgChatBubbleQuestion as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCheck = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgCheck as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCheckInCircle = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgCheckInCircle as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCheckInCircleColor = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#D9CDF9",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#9C7EEF",
|
|
17
|
+
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"
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
export { SvgCheckInCircleColor as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCheckInCircleLine = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
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"
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
export { SvgCheckInCircleLine as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChevronDown = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgChevronDown as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChevronLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgChevronLeft as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChevronRight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgChevronRight as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChevronRightTwo = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 20 20"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#fff",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
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",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
opacity: 0.6
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
export { SvgChevronRightTwo as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChevronUp = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgChevronUp as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgChevronUpTwo = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
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",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
opacity: 0.6
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
export { SvgChevronUpTwo as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCircles = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgCircles as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgClip = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
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"
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
export { SvgClip as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCloseInCircle = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgCloseInCircle as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCoin = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgCoin as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgContact = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgContact as default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCopy = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
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",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}));
|
|
21
|
+
|
|
22
|
+
export { SvgCopy as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCorrect = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
stroke: "currentColor",
|
|
12
|
+
strokeWidth: 2.4,
|
|
13
|
+
d: "M2.7 12a9.3 9.3 0 1 1 18.6 0 9.3 9.3 0 0 1-18.6 0Z"
|
|
14
|
+
}));
|
|
15
|
+
|
|
16
|
+
export { SvgCorrect as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCoupon = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgCoupon as default };
|