@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 SvgProfile = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgProfile as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgQuestionMarkInCircle = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgQuestionMarkInCircle as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgQuestionMarkInCircleOutlined = 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 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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
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"
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
export { SvgQuestionMarkInCircleOutlined as default };
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgRaffleColor = 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: "#fff",
|
|
12
|
+
d: "M20.459 9.874a8.538 8.538 0 1 1-17.076 0 8.538 8.538 0 0 1 17.076 0Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#E5E7EB",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
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",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#6D99F1",
|
|
20
|
+
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"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#E5E7EB",
|
|
23
|
+
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"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fill: "#6D99F1",
|
|
26
|
+
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"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fill: "#E5E7EB",
|
|
29
|
+
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"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fill: "#9C7EEF",
|
|
32
|
+
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"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
fill: "#E5E7EB",
|
|
35
|
+
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"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
fill: "#FFC107",
|
|
38
|
+
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"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
fill: "#E5E7EB",
|
|
41
|
+
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"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
fill: "#9C7EEF",
|
|
44
|
+
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"
|
|
45
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
fill: "#E5E7EB",
|
|
47
|
+
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"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
fill: "url(#raffle_color_svg__a)",
|
|
50
|
+
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"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
fill: "#fff",
|
|
53
|
+
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"
|
|
54
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
fill: "#D1D5DB",
|
|
56
|
+
d: "M10.401 18.103a1.782 1.782 0 1 1-3.563 0 1.782 1.782 0 0 1 3.563 0Z"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
fill: "currentColor",
|
|
59
|
+
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"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
61
|
+
filter: "url(#raffle_color_svg__b)"
|
|
62
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
fill: "#835EEB",
|
|
64
|
+
d: "M13.06 19.323c0-.357.29-.646.646-.646h3.122c.356 0 .646.289.646.646v3.014H13.06v-3.014Z"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
66
|
+
id: "raffle_color_svg__a",
|
|
67
|
+
x1: 6.11,
|
|
68
|
+
x2: 21.64,
|
|
69
|
+
y1: 3.377,
|
|
70
|
+
y2: 19.175,
|
|
71
|
+
gradientUnits: "userSpaceOnUse"
|
|
72
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
73
|
+
stopColor: "#8E6CF0"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
75
|
+
offset: 1,
|
|
76
|
+
stopColor: "#CF75F3"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
78
|
+
id: "raffle_color_svg__b",
|
|
79
|
+
width: 4.683,
|
|
80
|
+
height: 3.875,
|
|
81
|
+
x: 12.791,
|
|
82
|
+
y: 18.677,
|
|
83
|
+
colorInterpolationFilters: "sRGB",
|
|
84
|
+
filterUnits: "userSpaceOnUse"
|
|
85
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
86
|
+
floodOpacity: 0,
|
|
87
|
+
result: "BackgroundImageFix"
|
|
88
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
89
|
+
in: "SourceGraphic",
|
|
90
|
+
in2: "BackgroundImageFix",
|
|
91
|
+
result: "shape"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
93
|
+
in: "SourceAlpha",
|
|
94
|
+
result: "hardAlpha",
|
|
95
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
96
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
97
|
+
dx: -0.269,
|
|
98
|
+
dy: 0.215
|
|
99
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
100
|
+
stdDeviation: 0.404
|
|
101
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
102
|
+
in2: "hardAlpha",
|
|
103
|
+
k2: -1,
|
|
104
|
+
k3: 1,
|
|
105
|
+
operator: "arithmetic"
|
|
106
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
107
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
108
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
109
|
+
in2: "shape",
|
|
110
|
+
result: "effect1_innerShadow_12781_25756"
|
|
111
|
+
}))));
|
|
112
|
+
|
|
113
|
+
export { SvgRaffleColor as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgReceipt = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgReceipt as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgRefresh = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgRefresh as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgRepeat = 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.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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgRepeat as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSchool = 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.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"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
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",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
export { SvgSchool as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSchoolColor = 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 32 32"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
clipPath: "url(#school_color_svg__a)",
|
|
13
|
+
clipRule: "evenodd"
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#C6D8FA",
|
|
16
|
+
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"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "#6D99F1",
|
|
19
|
+
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"
|
|
20
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
21
|
+
id: "school_color_svg__a"
|
|
22
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M0 0h32v32H0z"
|
|
25
|
+
}))));
|
|
26
|
+
|
|
27
|
+
export { SvgSchoolColor as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSearch = 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: "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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgSearch as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSet = 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: "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"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
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",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}));
|
|
19
|
+
|
|
20
|
+
export { SvgSet as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSetting = 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 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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgSetting as default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgShare = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
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",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}));
|
|
21
|
+
|
|
22
|
+
export { SvgShare as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgShieldCheck = 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: "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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgShieldCheck as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSiren = 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: "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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgSiren as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSkipback = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgSkipback as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSkipforward = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgSkipforward as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSoundOff = 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: "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"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgSoundOff as default };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSoundOn = 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 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"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
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",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "currentColor",
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
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",
|
|
22
|
+
clipRule: "evenodd"
|
|
23
|
+
}));
|
|
24
|
+
|
|
25
|
+
export { SvgSoundOn as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSpeaker = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgSpeaker as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgStackup = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
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",
|
|
19
|
+
clipRule: "evenodd"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
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",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}));
|
|
26
|
+
|
|
27
|
+
export { SvgStackup as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgStar = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgStar as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgStore = 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: "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",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgStore as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSync = 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: "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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgSync as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTestUploadColor = 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: "#fff",
|
|
12
|
+
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"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#F3F4F6",
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
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",
|
|
17
|
+
clipRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#D1D5DB",
|
|
20
|
+
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"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#835EEB",
|
|
23
|
+
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"
|
|
24
|
+
}));
|
|
25
|
+
|
|
26
|
+
export { SvgTestUploadColor as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgThumbdown = 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.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",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgThumbdown as default };
|