@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
package/esm/core/Grid/index.js
CHANGED
|
@@ -4,7 +4,9 @@ import useMediaQuery from '../../hook/useMediaQuery.js';
|
|
|
4
4
|
import SingleColumnLayout from '../Layout/SingleColumnLayout/index.js';
|
|
5
5
|
import ImageView from '../View/ImageView/index.js';
|
|
6
6
|
import TextView from '../View/TextView/index.js';
|
|
7
|
+
import IconView from '../View/IconView/index.js';
|
|
7
8
|
import ChipGroupView from '../View/ChipGroupView/index.js';
|
|
9
|
+
import GridView from '../View/GridView/index.js';
|
|
8
10
|
import { j as jsxRuntimeExports } from '../../node_modules/react/jsx-runtime.js';
|
|
9
11
|
|
|
10
12
|
const EnigmaUI = ({
|
|
@@ -42,7 +44,9 @@ const getViewComponent = viewContainer => {
|
|
|
42
44
|
const renderableViewComponent = {
|
|
43
45
|
TextView: TextView,
|
|
44
46
|
ImageView: ImageView,
|
|
45
|
-
|
|
47
|
+
IconView: IconView,
|
|
48
|
+
ChipGroupView: ChipGroupView,
|
|
49
|
+
GridView: GridView
|
|
46
50
|
};
|
|
47
51
|
const ViewComponent = renderableViewComponent[viewContainer.viewComponentType];
|
|
48
52
|
return ViewComponent;
|
|
@@ -50,7 +54,9 @@ const getViewComponent = viewContainer => {
|
|
|
50
54
|
var index = Object.assign(EnigmaUI, {
|
|
51
55
|
TextView,
|
|
52
56
|
ImageView,
|
|
53
|
-
|
|
57
|
+
IconView,
|
|
58
|
+
ChipGroupView,
|
|
59
|
+
GridView
|
|
54
60
|
});
|
|
55
61
|
|
|
56
|
-
export { index as default };
|
|
62
|
+
export { index as default, getLayoutComponent, getViewComponent };
|
|
@@ -5,10 +5,12 @@ import { j as jsxRuntimeExports } from '../../../node_modules/react/jsx-runtime.
|
|
|
5
5
|
|
|
6
6
|
const ChipGroupView = ({
|
|
7
7
|
view: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
chips = [],
|
|
9
|
+
chipGroupProps: {
|
|
10
|
+
size = 'm',
|
|
11
|
+
gapX = 1,
|
|
12
|
+
gapY = 1
|
|
13
|
+
}
|
|
12
14
|
}
|
|
13
15
|
}) => /*#__PURE__*/jsxRuntimeExports.jsx(Stack, {
|
|
14
16
|
gapX: gapX,
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import Grid from '../../../core/Grid/index.js';
|
|
2
|
+
import { getViewComponent } from '../../EnigmaUI/index.js';
|
|
3
|
+
import { j as jsxRuntimeExports } from '../../../node_modules/react/jsx-runtime.js';
|
|
4
|
+
|
|
5
|
+
const GridView = ({
|
|
6
|
+
view: {
|
|
7
|
+
units = [],
|
|
8
|
+
gridProps
|
|
9
|
+
}
|
|
10
|
+
}) => /*#__PURE__*/jsxRuntimeExports.jsx(Grid, {
|
|
11
|
+
...gridProps,
|
|
12
|
+
children: units.map(({
|
|
13
|
+
views: viewContainers,
|
|
14
|
+
unitProps
|
|
15
|
+
}) => {
|
|
16
|
+
const unitKeySeperator = '_';
|
|
17
|
+
const unitKey = viewContainers.map(({
|
|
18
|
+
id
|
|
19
|
+
}) => id).join(unitKeySeperator);
|
|
20
|
+
return /*#__PURE__*/jsxRuntimeExports.jsx(Grid.Unit, {
|
|
21
|
+
...unitProps,
|
|
22
|
+
children: viewContainers.map(viewContainer => {
|
|
23
|
+
const ViewComponent = getViewComponent(viewContainer);
|
|
24
|
+
return /*#__PURE__*/jsxRuntimeExports.jsx(ViewComponent, {
|
|
25
|
+
view: viewContainer.view
|
|
26
|
+
});
|
|
27
|
+
})
|
|
28
|
+
}, unitKey);
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
export { GridView as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as index from '../../../packages/icons/esm/index.js';
|
|
2
|
+
import StyledIcon from '../../../core/StyledIcon/index.js';
|
|
3
|
+
import { j as jsxRuntimeExports } from '../../../node_modules/react/jsx-runtime.js';
|
|
4
|
+
|
|
5
|
+
const IconView = ({
|
|
6
|
+
view: {
|
|
7
|
+
icon,
|
|
8
|
+
iconProps = {
|
|
9
|
+
color: 'icon/neutral',
|
|
10
|
+
size: 24
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}) => /*#__PURE__*/jsxRuntimeExports.jsx(StyledIcon, {
|
|
14
|
+
icon: index[icon],
|
|
15
|
+
...iconProps
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
export { IconView as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgAi = 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: "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"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
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",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "currentColor",
|
|
20
|
+
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"
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
export { SvgAi as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgAiSad = 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: "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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgAiSad as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgAimPoint = 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("mask", {
|
|
11
|
+
id: "aim_point_svg__a",
|
|
12
|
+
width: 22,
|
|
13
|
+
height: 22,
|
|
14
|
+
x: 1,
|
|
15
|
+
y: 1,
|
|
16
|
+
maskUnits: "userSpaceOnUse",
|
|
17
|
+
style: {
|
|
18
|
+
maskType: 'luminance'
|
|
19
|
+
}
|
|
20
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "#fff",
|
|
22
|
+
d: "M23 1H1v22h22V1Z"
|
|
23
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
24
|
+
mask: "url(#aim_point_svg__a)"
|
|
25
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fill: "#F5525D",
|
|
27
|
+
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"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
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"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "#F5525D",
|
|
33
|
+
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"
|
|
34
|
+
})));
|
|
35
|
+
|
|
36
|
+
export { SvgAimPoint as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgAlarm = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgAlarm as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgAppleColor = 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: "#000",
|
|
12
|
+
d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#fff",
|
|
15
|
+
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"
|
|
16
|
+
}));
|
|
17
|
+
|
|
18
|
+
export { SvgAppleColor as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowDown = 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: "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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgArrowDown as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowLeft = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgArrowLeft as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowLeftCircle = 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 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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgArrowLeftCircle as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowLeftLimit = 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: "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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgArrowLeftLimit as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowLeftRight = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgArrowLeftRight as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowRight = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgArrowRight as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowRightCircle = 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: "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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgArrowRightCircle as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowRightLimit = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgArrowRightLimit as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowUp = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgArrowUp as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowUpDown = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgArrowUpDown as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowUpLimit = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgArrowUpLimit as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgBarchart = 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 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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgBarchart as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgBookmark = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgBookmark as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgBox = 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(#box_svg__a)"
|
|
12
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "currentColor",
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
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",
|
|
16
|
+
clipRule: "evenodd"
|
|
17
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
18
|
+
id: "box_svg__a"
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fill: "#fff",
|
|
21
|
+
d: "M0 0h24v24H0z"
|
|
22
|
+
}))));
|
|
23
|
+
|
|
24
|
+
export { SvgBox as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgBusColor = 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 41 40"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#FFCD39",
|
|
12
|
+
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"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#E8B006",
|
|
15
|
+
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"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#575C64",
|
|
18
|
+
d: "M13.37 29.676a4.583 4.583 0 1 1-9.166 0 4.583 4.583 0 0 1 9.166 0Z"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fill: "currentColor",
|
|
21
|
+
d: "M10.315 29.676a1.528 1.528 0 1 1-3.056 0 1.528 1.528 0 0 1 3.056 0Z"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fill: "#575C64",
|
|
24
|
+
d: "M36.796 29.676a4.583 4.583 0 1 1-9.166 0 4.583 4.583 0 0 1 9.166 0Z"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
d: "M33.74 29.676a1.528 1.528 0 1 1-3.055 0 1.528 1.528 0 0 1 3.056 0Z"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fill: "#575C64",
|
|
30
|
+
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"
|
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
fill: "#fff",
|
|
33
|
+
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"
|
|
34
|
+
}));
|
|
35
|
+
|
|
36
|
+
export { SvgBusColor as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCalendarCheck = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgCalendarCheck as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCalendarCheckColor = 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: "#E5E7EB",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#835EEB",
|
|
17
|
+
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"
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
export { SvgCalendarCheckColor as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCalendarColor = 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("rect", {
|
|
11
|
+
width: 20,
|
|
12
|
+
height: 19,
|
|
13
|
+
x: 2,
|
|
14
|
+
y: 3,
|
|
15
|
+
fill: "#E5E7EB",
|
|
16
|
+
rx: 2
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "#B3CDFF",
|
|
19
|
+
d: "M2 5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3H2V5Z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
21
|
+
width: 2,
|
|
22
|
+
height: 5,
|
|
23
|
+
x: 6,
|
|
24
|
+
y: 1,
|
|
25
|
+
fill: "#575C64",
|
|
26
|
+
rx: 1
|
|
27
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
28
|
+
width: 2,
|
|
29
|
+
height: 5,
|
|
30
|
+
x: 16,
|
|
31
|
+
y: 1,
|
|
32
|
+
fill: "#575C64",
|
|
33
|
+
rx: 1
|
|
34
|
+
}));
|
|
35
|
+
|
|
36
|
+
export { SvgCalendarColor as default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgCamera = 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 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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
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",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}));
|
|
21
|
+
|
|
22
|
+
export { SvgCamera as default };
|