@teamturing/icons 1.11.0 → 1.13.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/Emoji.d.ts +3 -0
- package/dist/Frame.d.ts +3 -0
- package/dist/Hair.d.ts +3 -0
- package/dist/Set.d.ts +3 -0
- package/dist/Ticket.d.ts +3 -0
- package/dist/Top.d.ts +3 -0
- package/dist/WorkbookColor.d.ts +3 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +113 -0
- package/esm/Emoji.js +17 -0
- package/esm/Frame.js +17 -0
- package/esm/Hair.js +17 -0
- package/esm/Set.js +20 -0
- package/esm/Ticket.js +17 -0
- package/esm/Top.js +17 -0
- package/esm/WorkbookColor.js +29 -0
- package/esm/index.js +7 -0
- package/package.json +2 -2
- package/svg/emoji.svg +3 -0
- package/svg/frame.svg +3 -0
- package/svg/hair.svg +3 -0
- package/svg/set.svg +6 -0
- package/svg/ticket.svg +3 -0
- package/svg/top.svg +3 -0
- package/svg/workbook_color.svg +5 -0
package/dist/Emoji.d.ts
ADDED
package/dist/Frame.d.ts
ADDED
package/dist/Hair.d.ts
ADDED
package/dist/Set.d.ts
ADDED
package/dist/Ticket.d.ts
ADDED
package/dist/Top.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -61,6 +61,7 @@ export { default as DeleteIcon } from './Delete';
|
|
|
61
61
|
export { default as DocumentIcon } from './Document';
|
|
62
62
|
export { default as DotsIcon } from './Dots';
|
|
63
63
|
export { default as DownloadIcon } from './Download';
|
|
64
|
+
export { default as EmojiIcon } from './Emoji';
|
|
64
65
|
export { default as EngIcon } from './Eng';
|
|
65
66
|
export { default as EqualIcon } from './Equal';
|
|
66
67
|
export { default as EraserIcon } from './Eraser';
|
|
@@ -71,9 +72,11 @@ export { default as FacebookIcon } from './Facebook';
|
|
|
71
72
|
export { default as FacebookColorIcon } from './FacebookColor';
|
|
72
73
|
export { default as FilterIcon } from './Filter';
|
|
73
74
|
export { default as FireIcon } from './Fire';
|
|
75
|
+
export { default as FrameIcon } from './Frame';
|
|
74
76
|
export { default as GraphIcon } from './Graph';
|
|
75
77
|
export { default as GunIcon } from './Gun';
|
|
76
78
|
export { default as GunColorIcon } from './GunColor';
|
|
79
|
+
export { default as HairIcon } from './Hair';
|
|
77
80
|
export { default as HeadphoneIcon } from './Headphone';
|
|
78
81
|
export { default as HeartIcon } from './Heart';
|
|
79
82
|
export { default as InfoInCircleIcon } from './InfoInCircle';
|
|
@@ -137,6 +140,7 @@ export { default as RepeatIcon } from './Repeat';
|
|
|
137
140
|
export { default as SchoolIcon } from './School';
|
|
138
141
|
export { default as SchoolColorIcon } from './SchoolColor';
|
|
139
142
|
export { default as SearchIcon } from './Search';
|
|
143
|
+
export { default as SetIcon } from './Set';
|
|
140
144
|
export { default as SettingIcon } from './Setting';
|
|
141
145
|
export { default as ShareIcon } from './Share';
|
|
142
146
|
export { default as ShieldCheckIcon } from './ShieldCheck';
|
|
@@ -154,8 +158,10 @@ export { default as TestUploadColorIcon } from './TestUploadColor';
|
|
|
154
158
|
export { default as ThumbdownIcon } from './Thumbdown';
|
|
155
159
|
export { default as ThumbupIcon } from './Thumbup';
|
|
156
160
|
export { default as ThunderIcon } from './Thunder';
|
|
161
|
+
export { default as TicketIcon } from './Ticket';
|
|
157
162
|
export { default as TicketColorIcon } from './TicketColor';
|
|
158
163
|
export { default as TimeIcon } from './Time';
|
|
164
|
+
export { default as TopIcon } from './Top';
|
|
159
165
|
export { default as TrashIcon } from './Trash';
|
|
160
166
|
export { default as TreasureboxIcon } from './Treasurebox';
|
|
161
167
|
export { default as TrophyIcon } from './Trophy';
|
|
@@ -170,5 +176,6 @@ export { default as VideoColorIcon } from './VideoColor';
|
|
|
170
176
|
export { default as VoteColorIcon } from './VoteColor';
|
|
171
177
|
export { default as WarningIcon } from './Warning';
|
|
172
178
|
export { default as WifiIcon } from './Wifi';
|
|
179
|
+
export { default as WorkbookColorIcon } from './WorkbookColor';
|
|
173
180
|
export { default as WrongIcon } from './Wrong';
|
|
174
181
|
export { default as YoutubeIcon } from './Youtube';
|
package/dist/index.js
CHANGED
|
@@ -1013,6 +1013,19 @@ const SvgDownload = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
1013
1013
|
d: "M21.38 13.09c-.61 0-1.1.49-1.1 1.1v4.21c0 .72-.58 1.3-1.3 1.3H5c-.72 0-1.3-.58-1.3-1.3v-4.21c0-.61-.49-1.1-1.1-1.1-.61 0-1.1.49-1.1 1.1v4.21c0 1.93 1.57 3.5 3.5 3.5h13.98c1.93 0 3.5-1.57 3.5-3.5v-4.21c0-.61-.49-1.1-1.1-1.1Z"
|
|
1014
1014
|
}));
|
|
1015
1015
|
|
|
1016
|
+
const SvgEmoji = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1017
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1018
|
+
width: "1em",
|
|
1019
|
+
height: "1em",
|
|
1020
|
+
fill: "none",
|
|
1021
|
+
viewBox: "0 0 24 24"
|
|
1022
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1023
|
+
fill: "currentColor",
|
|
1024
|
+
fillRule: "evenodd",
|
|
1025
|
+
d: "M20.003 6.792c0 2.029-1.24 3.673-2.772 3.673-1.53 0-2.772-1.644-2.772-3.673 0-2.028 1.241-3.672 2.772-3.672 1.531 0 2.772 1.644 2.772 3.672Zm-10.474 0c0 2.029-1.24 3.673-2.772 3.673-1.53 0-2.772-1.644-2.772-3.672 0-2.029 1.241-3.673 2.772-3.673 1.531 0 2.772 1.644 2.772 3.673Zm9.745 11.526a1.848 1.848 0 0 0-2.24-2.94c-4.238 3.229-8.449 1.372-10.01.056a1.848 1.848 0 1 0-2.381 2.828c2.34 1.97 8.52 4.713 14.63.056Z",
|
|
1026
|
+
clipRule: "evenodd"
|
|
1027
|
+
}));
|
|
1028
|
+
|
|
1016
1029
|
const SvgEng = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1017
1030
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1018
1031
|
width: "1em",
|
|
@@ -1148,6 +1161,19 @@ const SvgFire = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
1148
1161
|
d: "M10.373 2.847c-.021.287-.22 2.173-1.773 3.754-.144.145-.3.279-.465.4-.227.169-.616.462-1.021.787-.537.431-2.966 2.7-3.104 5.86 0 0-.586 7.212 7.136 8.276 0 0 2.5.531 5.223-1.214.061-.04.123-.078.187-.115.438-.257 2.76-1.767 3.368-5.192 0 0 .433-2.773-.768-4.942-.034-.06-.072-.117-.104-.177-.144-.273-.65-1.176-1.366-1.86a.699.699 0 0 0-.377-.191.565.565 0 0 0-.569.253c-.127.19-.761 1.139-1.045 1.49 0 0-.159.194-.12-.08 0 0 .515-2.576-1.264-5.153 0 0-1.107-1.719-2.807-2.578 0 0-.434-.273-.79-.117 0 0-.248.105-.325.66a1.583 1.583 0 0 0-.016.14Z"
|
|
1149
1162
|
}));
|
|
1150
1163
|
|
|
1164
|
+
const SvgFrame = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1165
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1166
|
+
width: "1em",
|
|
1167
|
+
height: "1em",
|
|
1168
|
+
fill: "none",
|
|
1169
|
+
viewBox: "0 0 24 24"
|
|
1170
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1171
|
+
fill: "currentColor",
|
|
1172
|
+
fillRule: "evenodd",
|
|
1173
|
+
d: "M16.566 2.83h2.154a1.882 1.882 0 1 1 2.45 2.45v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.881 1.881 0 1 1-2.45 2.45h-2.154a1.882 1.882 0 0 1-3.489 0h-2.154a1.882 1.882 0 0 1-3.489 0H5.28a1.882 1.882 0 1 1-2.45-2.45v-2.154a1.882 1.882 0 0 1 0-3.489v-2.154a1.882 1.882 0 0 1 0-3.489V5.28a1.882 1.882 0 1 1 2.45-2.45h2.154a1.882 1.882 0 0 1 3.489 0h2.154a1.882 1.882 0 0 1 3.489 0ZM6.357 5.417a.94.94 0 0 0-.94.94v11.286c0 .52.42.94.94.94h11.286a.94.94 0 0 0 .94-.94V6.357a.94.94 0 0 0-.94-.94H6.357Z",
|
|
1174
|
+
clipRule: "evenodd"
|
|
1175
|
+
}));
|
|
1176
|
+
|
|
1151
1177
|
const SvgGraph = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1152
1178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1153
1179
|
width: "1em",
|
|
@@ -1186,6 +1212,19 @@ const SvgGunColor = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
1186
1212
|
d: "M19.771 12h-2.68a.3.3 0 0 0-.297.339l.899 6.9a.3.3 0 0 0 .297.261h2.692a.3.3 0 0 0 .298-.34l-.911-6.9a.3.3 0 0 0-.297-.26Z"
|
|
1187
1213
|
}));
|
|
1188
1214
|
|
|
1215
|
+
const SvgHair = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1216
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1217
|
+
width: "1em",
|
|
1218
|
+
height: "1em",
|
|
1219
|
+
fill: "none",
|
|
1220
|
+
viewBox: "0 0 24 24"
|
|
1221
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1222
|
+
fill: "currentColor",
|
|
1223
|
+
fillRule: "evenodd",
|
|
1224
|
+
d: "M12 2.388a10.707 10.707 0 0 0-.525-.013c-5.51 0-8.925 3.675-9.975 9.45-.633 3.482-.334 6.963 3.859 8.555.183.07.331-.16.206-.31a8.47 8.47 0 0 1-1.957-5.429c0-4.698 3.808-5.178 8.505-5.178 4.698 0 8.505.48 8.505 5.178a8.469 8.469 0 0 1-1.85 5.297c-.123.155.032.382.213.305 3.868-1.648 4.134-5.033 3.519-8.418-1.05-5.775-4.466-9.45-9.975-9.45-.177 0-.352.004-.526.013ZM5.056 14.984c0-3.577 3.18-3.943 7.104-3.943 3.923 0 7.104.366 7.104 3.943s-3.18 6.476-7.104 6.476-7.104-2.899-7.104-6.476Z",
|
|
1225
|
+
clipRule: "evenodd"
|
|
1226
|
+
}));
|
|
1227
|
+
|
|
1189
1228
|
const SvgHeadphone = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1190
1229
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1191
1230
|
width: "1em",
|
|
@@ -2328,6 +2367,22 @@ const SvgSearch = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
2328
2367
|
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"
|
|
2329
2368
|
}));
|
|
2330
2369
|
|
|
2370
|
+
const SvgSet = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2371
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2372
|
+
width: "1em",
|
|
2373
|
+
height: "1em",
|
|
2374
|
+
fill: "none",
|
|
2375
|
+
viewBox: "0 0 24 24"
|
|
2376
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2377
|
+
fill: "currentColor",
|
|
2378
|
+
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"
|
|
2379
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2380
|
+
fill: "currentColor",
|
|
2381
|
+
fillRule: "evenodd",
|
|
2382
|
+
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",
|
|
2383
|
+
clipRule: "evenodd"
|
|
2384
|
+
}));
|
|
2385
|
+
|
|
2331
2386
|
const SvgSetting = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2332
2387
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2333
2388
|
width: "1em",
|
|
@@ -2575,6 +2630,19 @@ const SvgThunder = props => /*#__PURE__*/React__namespace.createElement("svg", _
|
|
|
2575
2630
|
clipRule: "evenodd"
|
|
2576
2631
|
}));
|
|
2577
2632
|
|
|
2633
|
+
const SvgTicket = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2634
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2635
|
+
width: "1em",
|
|
2636
|
+
height: "1em",
|
|
2637
|
+
fill: "none",
|
|
2638
|
+
viewBox: "0 0 24 24"
|
|
2639
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2640
|
+
fill: "currentColor",
|
|
2641
|
+
fillRule: "evenodd",
|
|
2642
|
+
d: "M2.5 4.5a1 1 0 0 0-1 1V10a2 2 0 1 1 0 4v4.5a1 1 0 0 0 1 1h19a1 1 0 0 0 1-1V14a2 2 0 1 1 0-4V5.5a1 1 0 0 0-1-1h-19Zm6.607 9.852a.35.35 0 0 0 .344.315h5.098a.35.35 0 0 0 .344-.315l.438-3.88c.039-.348-.382-.54-.605-.275l-1.297 1.54-.96-2.097a.513.513 0 0 0-.939 0l-.959 2.098-1.297-1.54c-.223-.265-.644-.074-.605.274l.438 3.88Z",
|
|
2643
|
+
clipRule: "evenodd"
|
|
2644
|
+
}));
|
|
2645
|
+
|
|
2578
2646
|
const SvgTicketColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2579
2647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2580
2648
|
width: "1em",
|
|
@@ -2613,6 +2681,19 @@ const SvgTime = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
2613
2681
|
clipRule: "evenodd"
|
|
2614
2682
|
}));
|
|
2615
2683
|
|
|
2684
|
+
const SvgTop = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2685
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2686
|
+
width: "1em",
|
|
2687
|
+
height: "1em",
|
|
2688
|
+
fill: "none",
|
|
2689
|
+
viewBox: "0 0 24 24"
|
|
2690
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2691
|
+
fill: "currentColor",
|
|
2692
|
+
fillRule: "evenodd",
|
|
2693
|
+
d: "m1.231 8.688 3.681-4.779A2.328 2.328 0 0 1 6.766 3h2.232c.126 0 .216.099.225.216a2.699 2.699 0 0 0 5.382 0A.227.227 0 0 1 14.83 3h2.232c.73 0 1.413.333 1.854.909l3.672 4.779a.233.233 0 0 1-.018.306l-3.294 3.294a.228.228 0 0 1-.324 0l-.738-.738v8.46c0 .549-.44.99-.99.99H6.604a.987.987 0 0 1-.99-.99v-8.46l-.738.738a.228.228 0 0 1-.324 0L1.258 8.994a.233.233 0 0 1-.018-.306h-.009Z",
|
|
2694
|
+
clipRule: "evenodd"
|
|
2695
|
+
}));
|
|
2696
|
+
|
|
2616
2697
|
const SvgTrash = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2617
2698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2618
2699
|
width: "1em",
|
|
@@ -2833,6 +2914,31 @@ const SvgWifi = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
2833
2914
|
clipRule: "evenodd"
|
|
2834
2915
|
}));
|
|
2835
2916
|
|
|
2917
|
+
const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2918
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2919
|
+
width: "1em",
|
|
2920
|
+
height: "1em",
|
|
2921
|
+
fill: "none",
|
|
2922
|
+
viewBox: "0 0 32 32"
|
|
2923
|
+
}, props), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2924
|
+
width: 24.741,
|
|
2925
|
+
height: 27.833,
|
|
2926
|
+
x: 4,
|
|
2927
|
+
y: 2,
|
|
2928
|
+
fill: "#D9CDF9",
|
|
2929
|
+
rx: 1.546
|
|
2930
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2931
|
+
fill: "#9C7EEF",
|
|
2932
|
+
d: "M4 3.546C4 2.692 4.692 2 5.546 2h2.062v27.833H5.546A1.546 1.546 0 0 1 4 28.287V3.547Z"
|
|
2933
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
2934
|
+
width: 12.37,
|
|
2935
|
+
height: 3.093,
|
|
2936
|
+
x: 11.67,
|
|
2937
|
+
y: 6.549,
|
|
2938
|
+
fill: "#9C7EEF",
|
|
2939
|
+
rx: 1.546
|
|
2940
|
+
}));
|
|
2941
|
+
|
|
2836
2942
|
const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2837
2943
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2838
2944
|
width: "1em",
|
|
@@ -2925,6 +3031,7 @@ exports.DeleteIcon = SvgDelete;
|
|
|
2925
3031
|
exports.DocumentIcon = SvgDocument;
|
|
2926
3032
|
exports.DotsIcon = SvgDots;
|
|
2927
3033
|
exports.DownloadIcon = SvgDownload;
|
|
3034
|
+
exports.EmojiIcon = SvgEmoji;
|
|
2928
3035
|
exports.EngIcon = SvgEng;
|
|
2929
3036
|
exports.EqualIcon = SvgEqual;
|
|
2930
3037
|
exports.EraserIcon = SvgEraser;
|
|
@@ -2935,9 +3042,11 @@ exports.FacebookColorIcon = SvgFacebookColor;
|
|
|
2935
3042
|
exports.FacebookIcon = SvgFacebook;
|
|
2936
3043
|
exports.FilterIcon = SvgFilter;
|
|
2937
3044
|
exports.FireIcon = SvgFire;
|
|
3045
|
+
exports.FrameIcon = SvgFrame;
|
|
2938
3046
|
exports.GraphIcon = SvgGraph;
|
|
2939
3047
|
exports.GunColorIcon = SvgGunColor;
|
|
2940
3048
|
exports.GunIcon = SvgGun;
|
|
3049
|
+
exports.HairIcon = SvgHair;
|
|
2941
3050
|
exports.HeadphoneIcon = SvgHeadphone;
|
|
2942
3051
|
exports.HeartIcon = SvgHeart;
|
|
2943
3052
|
exports.InfoInCircleIcon = SvgInfoInCircle;
|
|
@@ -3001,6 +3110,7 @@ exports.RepeatIcon = SvgRepeat;
|
|
|
3001
3110
|
exports.SchoolColorIcon = SvgSchoolColor;
|
|
3002
3111
|
exports.SchoolIcon = SvgSchool;
|
|
3003
3112
|
exports.SearchIcon = SvgSearch;
|
|
3113
|
+
exports.SetIcon = SvgSet;
|
|
3004
3114
|
exports.SettingIcon = SvgSetting;
|
|
3005
3115
|
exports.ShareIcon = SvgShare;
|
|
3006
3116
|
exports.ShieldCheckIcon = SvgShieldCheck;
|
|
@@ -3019,7 +3129,9 @@ exports.ThumbdownIcon = SvgThumbdown;
|
|
|
3019
3129
|
exports.ThumbupIcon = SvgThumbup;
|
|
3020
3130
|
exports.ThunderIcon = SvgThunder;
|
|
3021
3131
|
exports.TicketColorIcon = SvgTicketColor;
|
|
3132
|
+
exports.TicketIcon = SvgTicket;
|
|
3022
3133
|
exports.TimeIcon = SvgTime;
|
|
3134
|
+
exports.TopIcon = SvgTop;
|
|
3023
3135
|
exports.TrashIcon = SvgTrash;
|
|
3024
3136
|
exports.TreasureboxIcon = SvgTreasurebox;
|
|
3025
3137
|
exports.TrophyIcon = SvgTrophy;
|
|
@@ -3034,5 +3146,6 @@ exports.VideoIcon = SvgVideo;
|
|
|
3034
3146
|
exports.VoteColorIcon = SvgVoteColor;
|
|
3035
3147
|
exports.WarningIcon = SvgWarning;
|
|
3036
3148
|
exports.WifiIcon = SvgWifi;
|
|
3149
|
+
exports.WorkbookColorIcon = SvgWorkbookColor;
|
|
3037
3150
|
exports.WrongIcon = SvgWrong;
|
|
3038
3151
|
exports.YoutubeIcon = SvgYoutube;
|
package/esm/Emoji.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgEmoji = 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.003 6.792c0 2.029-1.24 3.673-2.772 3.673-1.53 0-2.772-1.644-2.772-3.673 0-2.028 1.241-3.672 2.772-3.672 1.531 0 2.772 1.644 2.772 3.672Zm-10.474 0c0 2.029-1.24 3.673-2.772 3.673-1.53 0-2.772-1.644-2.772-3.672 0-2.029 1.241-3.673 2.772-3.673 1.531 0 2.772 1.644 2.772 3.673Zm9.745 11.526a1.848 1.848 0 0 0-2.24-2.94c-4.238 3.229-8.449 1.372-10.01.056a1.848 1.848 0 1 0-2.381 2.828c2.34 1.97 8.52 4.713 14.63.056Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgEmoji as default };
|
package/esm/Frame.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgFrame = 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.566 2.83h2.154a1.882 1.882 0 1 1 2.45 2.45v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.882 1.882 0 0 1 0 3.489v2.154a1.881 1.881 0 1 1-2.45 2.45h-2.154a1.882 1.882 0 0 1-3.489 0h-2.154a1.882 1.882 0 0 1-3.489 0H5.28a1.882 1.882 0 1 1-2.45-2.45v-2.154a1.882 1.882 0 0 1 0-3.489v-2.154a1.882 1.882 0 0 1 0-3.489V5.28a1.882 1.882 0 1 1 2.45-2.45h2.154a1.882 1.882 0 0 1 3.489 0h2.154a1.882 1.882 0 0 1 3.489 0ZM6.357 5.417a.94.94 0 0 0-.94.94v11.286c0 .52.42.94.94.94h11.286a.94.94 0 0 0 .94-.94V6.357a.94.94 0 0 0-.94-.94H6.357Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgFrame as default };
|
package/esm/Hair.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgHair = 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 2.388a10.707 10.707 0 0 0-.525-.013c-5.51 0-8.925 3.675-9.975 9.45-.633 3.482-.334 6.963 3.859 8.555.183.07.331-.16.206-.31a8.47 8.47 0 0 1-1.957-5.429c0-4.698 3.808-5.178 8.505-5.178 4.698 0 8.505.48 8.505 5.178a8.469 8.469 0 0 1-1.85 5.297c-.123.155.032.382.213.305 3.868-1.648 4.134-5.033 3.519-8.418-1.05-5.775-4.466-9.45-9.975-9.45-.177 0-.352.004-.526.013ZM5.056 14.984c0-3.577 3.18-3.943 7.104-3.943 3.923 0 7.104.366 7.104 3.943s-3.18 6.476-7.104 6.476-7.104-2.899-7.104-6.476Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgHair as default };
|
package/esm/Set.js
ADDED
|
@@ -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 };
|
package/esm/Ticket.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTicket = 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: "M2.5 4.5a1 1 0 0 0-1 1V10a2 2 0 1 1 0 4v4.5a1 1 0 0 0 1 1h19a1 1 0 0 0 1-1V14a2 2 0 1 1 0-4V5.5a1 1 0 0 0-1-1h-19Zm6.607 9.852a.35.35 0 0 0 .344.315h5.098a.35.35 0 0 0 .344-.315l.438-3.88c.039-.348-.382-.54-.605-.275l-1.297 1.54-.96-2.097a.513.513 0 0 0-.939 0l-.959 2.098-1.297-1.54c-.223-.265-.644-.074-.605.274l.438 3.88Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgTicket as default };
|
package/esm/Top.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTop = 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: "m1.231 8.688 3.681-4.779A2.328 2.328 0 0 1 6.766 3h2.232c.126 0 .216.099.225.216a2.699 2.699 0 0 0 5.382 0A.227.227 0 0 1 14.83 3h2.232c.73 0 1.413.333 1.854.909l3.672 4.779a.233.233 0 0 1-.018.306l-3.294 3.294a.228.228 0 0 1-.324 0l-.738-.738v8.46c0 .549-.44.99-.99.99H6.604a.987.987 0 0 1-.99-.99v-8.46l-.738.738a.228.228 0 0 1-.324 0L1.258 8.994a.233.233 0 0 1-.018-.306h-.009Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgTop as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgWorkbookColor = 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("rect", {
|
|
11
|
+
width: 24.741,
|
|
12
|
+
height: 27.833,
|
|
13
|
+
x: 4,
|
|
14
|
+
y: 2,
|
|
15
|
+
fill: "#D9CDF9",
|
|
16
|
+
rx: 1.546
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "#9C7EEF",
|
|
19
|
+
d: "M4 3.546C4 2.692 4.692 2 5.546 2h2.062v27.833H5.546A1.546 1.546 0 0 1 4 28.287V3.547Z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
21
|
+
width: 12.37,
|
|
22
|
+
height: 3.093,
|
|
23
|
+
x: 11.67,
|
|
24
|
+
y: 6.549,
|
|
25
|
+
fill: "#9C7EEF",
|
|
26
|
+
rx: 1.546
|
|
27
|
+
}));
|
|
28
|
+
|
|
29
|
+
export { SvgWorkbookColor as default };
|
package/esm/index.js
CHANGED
|
@@ -61,6 +61,7 @@ export { default as DeleteIcon } from './Delete.js';
|
|
|
61
61
|
export { default as DocumentIcon } from './Document.js';
|
|
62
62
|
export { default as DotsIcon } from './Dots.js';
|
|
63
63
|
export { default as DownloadIcon } from './Download.js';
|
|
64
|
+
export { default as EmojiIcon } from './Emoji.js';
|
|
64
65
|
export { default as EngIcon } from './Eng.js';
|
|
65
66
|
export { default as EqualIcon } from './Equal.js';
|
|
66
67
|
export { default as EraserIcon } from './Eraser.js';
|
|
@@ -71,9 +72,11 @@ export { default as FacebookIcon } from './Facebook.js';
|
|
|
71
72
|
export { default as FacebookColorIcon } from './FacebookColor.js';
|
|
72
73
|
export { default as FilterIcon } from './Filter.js';
|
|
73
74
|
export { default as FireIcon } from './Fire.js';
|
|
75
|
+
export { default as FrameIcon } from './Frame.js';
|
|
74
76
|
export { default as GraphIcon } from './Graph.js';
|
|
75
77
|
export { default as GunIcon } from './Gun.js';
|
|
76
78
|
export { default as GunColorIcon } from './GunColor.js';
|
|
79
|
+
export { default as HairIcon } from './Hair.js';
|
|
77
80
|
export { default as HeadphoneIcon } from './Headphone.js';
|
|
78
81
|
export { default as HeartIcon } from './Heart.js';
|
|
79
82
|
export { default as InfoInCircleIcon } from './InfoInCircle.js';
|
|
@@ -137,6 +140,7 @@ export { default as RepeatIcon } from './Repeat.js';
|
|
|
137
140
|
export { default as SchoolIcon } from './School.js';
|
|
138
141
|
export { default as SchoolColorIcon } from './SchoolColor.js';
|
|
139
142
|
export { default as SearchIcon } from './Search.js';
|
|
143
|
+
export { default as SetIcon } from './Set.js';
|
|
140
144
|
export { default as SettingIcon } from './Setting.js';
|
|
141
145
|
export { default as ShareIcon } from './Share.js';
|
|
142
146
|
export { default as ShieldCheckIcon } from './ShieldCheck.js';
|
|
@@ -154,8 +158,10 @@ export { default as TestUploadColorIcon } from './TestUploadColor.js';
|
|
|
154
158
|
export { default as ThumbdownIcon } from './Thumbdown.js';
|
|
155
159
|
export { default as ThumbupIcon } from './Thumbup.js';
|
|
156
160
|
export { default as ThunderIcon } from './Thunder.js';
|
|
161
|
+
export { default as TicketIcon } from './Ticket.js';
|
|
157
162
|
export { default as TicketColorIcon } from './TicketColor.js';
|
|
158
163
|
export { default as TimeIcon } from './Time.js';
|
|
164
|
+
export { default as TopIcon } from './Top.js';
|
|
159
165
|
export { default as TrashIcon } from './Trash.js';
|
|
160
166
|
export { default as TreasureboxIcon } from './Treasurebox.js';
|
|
161
167
|
export { default as TrophyIcon } from './Trophy.js';
|
|
@@ -170,5 +176,6 @@ export { default as VideoColorIcon } from './VideoColor.js';
|
|
|
170
176
|
export { default as VoteColorIcon } from './VoteColor.js';
|
|
171
177
|
export { default as WarningIcon } from './Warning.js';
|
|
172
178
|
export { default as WifiIcon } from './Wifi.js';
|
|
179
|
+
export { default as WorkbookColorIcon } from './WorkbookColor.js';
|
|
173
180
|
export { default as WrongIcon } from './Wrong.js';
|
|
174
181
|
export { default as YoutubeIcon } from './Youtube.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
4
4
|
"description": "Icon components for React based project",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "^18.2.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "50080ec006de520ed0db0db8d138fd7a681c5f69"
|
|
37
37
|
}
|
package/svg/emoji.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0033 6.79248C20.0033 8.82054 18.7622 10.4646 17.2312 10.4646C15.7002 10.4646 14.4591 8.82054 14.4591 6.79248C14.4591 4.76443 15.7002 3.12036 17.2312 3.12036C18.7622 3.12036 20.0033 4.76443 20.0033 6.79248ZM9.52939 6.79256C9.52939 8.82062 8.28829 10.4647 6.75731 10.4647C5.22633 10.4647 3.98523 8.82062 3.98523 6.79256C3.98523 4.7645 5.22633 3.12044 6.75731 3.12044C8.28829 3.12044 9.52939 4.7645 9.52939 6.79256ZM19.2737 18.3182C20.0856 17.6996 20.2423 16.5399 19.6237 15.7279C19.0052 14.916 17.8456 14.7593 17.0337 15.3779C12.796 18.607 8.58538 16.7495 7.02375 15.4343C6.24304 14.7768 5.0772 14.8767 4.41976 15.6575C3.76232 16.4383 3.86225 17.6043 4.64296 18.2618C6.98277 20.2324 13.1624 22.975 19.2737 18.3182Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
package/svg/frame.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5658 2.83023H18.7203C18.9993 2.14088 19.6752 1.6546 20.4646 1.6546C21.5034 1.6546 22.3456 2.49676 22.3456 3.5356C22.3456 4.32501 21.8593 5.00084 21.1699 5.27988V7.43434C21.8593 7.71338 22.3456 8.38921 22.3456 9.17861C22.3456 9.96802 21.8593 10.6438 21.1699 10.9229V13.0773C21.8593 13.3564 22.3456 14.0322 22.3456 14.8216C22.3456 15.611 21.8593 16.2868 21.1699 16.5659V18.7204C21.8593 18.9994 22.3456 19.6752 22.3456 20.4646C22.3456 21.5035 21.5034 22.3456 20.4646 22.3456C19.6752 22.3456 18.9993 21.8593 18.7203 21.17H16.5658C16.2868 21.8593 15.611 22.3456 14.8216 22.3456C14.0322 22.3456 13.3563 21.8593 13.0773 21.17H10.9228C10.6438 21.8593 9.96796 22.3456 9.17855 22.3456C8.38915 22.3456 7.71332 21.8593 7.43428 21.17H5.27982C5.00077 21.8593 4.32495 22.3456 3.53554 22.3456C2.49669 22.3456 1.65454 21.5035 1.65454 20.4646C1.65454 19.6752 2.14082 18.9994 2.83017 18.7204V16.5659C2.14082 16.2869 1.65454 15.611 1.65454 14.8216C1.65454 14.0322 2.14082 13.3564 2.83017 13.0773V10.9229C2.14082 10.6438 1.65454 9.96802 1.65454 9.17861C1.65454 8.38921 2.14082 7.71338 2.83017 7.43434V5.2799C2.14085 5.00084 1.6546 4.32503 1.6546 3.53565C1.6546 2.4968 2.49675 1.65464 3.5356 1.65464C4.32499 1.65464 5.0008 2.1409 5.27985 2.83023H7.43428C7.71332 2.14088 8.38915 1.6546 9.17855 1.6546C9.96796 1.6546 10.6438 2.14088 10.9228 2.83023H13.0773C13.3563 2.14088 14.0322 1.6546 14.8216 1.6546C15.611 1.6546 16.2868 2.14088 16.5658 2.83023ZM6.35705 5.41661C5.83762 5.41661 5.41655 5.83768 5.41655 6.35711V17.6431C5.41655 18.1625 5.83762 18.5836 6.35705 18.5836H17.6431C18.1625 18.5836 18.5836 18.1625 18.5836 17.6431V6.35711C18.5836 5.83768 18.1625 5.41661 17.6431 5.41661H6.35705Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
package/svg/hair.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9995 2.38787C11.8257 2.37934 11.6507 2.37502 11.4746 2.37502C5.96558 2.37502 2.54961 6.05003 1.4996 11.8251C0.866583 15.3067 1.16646 18.7884 5.35901 20.3797C5.542 20.4491 5.69047 20.2197 5.56547 20.0691C4.3432 18.5963 3.60834 16.7045 3.60834 14.6411C3.60834 9.94324 7.41628 9.46251 12.1134 9.46251C16.8105 9.46251 20.6184 9.94324 20.6184 14.6411C20.6184 16.6439 19.9261 18.4851 18.7677 19.9383C18.6447 20.0926 18.7997 20.3198 18.9811 20.2425C22.8488 18.5947 23.1151 15.2099 22.4996 11.825C21.4496 6.05002 18.0337 2.375 12.5246 2.375C12.3485 2.375 12.1734 2.37933 11.9995 2.38787ZM5.05663 14.9844C5.05663 11.4073 8.23732 11.0413 12.1607 11.0413C16.0841 11.0413 19.2648 11.4073 19.2648 14.9844C19.2648 18.561 16.0841 21.4605 12.1607 21.4605C8.23732 21.4605 5.05663 18.561 5.05663 14.9844Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
package/svg/set.svg
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.76972 21.7523L10.8848 8.70187C10.9132 8.33332 11.225 8.04037 11.603 8.04037H20.3631C20.7411 8.04037 21.053 8.32387 21.0813 8.70187L22.1964 21.7523C22.1964 21.8468 22.1303 21.9318 22.0358 21.9318H18.1802C18.1046 21.9318 18.0479 21.8846 18.029 21.8184L16.139 15.4491C16.0918 15.2979 15.8744 15.2979 15.8272 15.4491L13.9372 21.8184C13.9183 21.8846 13.8521 21.9318 13.786 21.9318H9.93037C9.83587 21.9318 9.76027 21.8468 9.76972 21.7523Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M4.29088 22.067C4.22562 22.0681 4.17972 22.0298 4.15716 21.9517C4.09481 21.7353 4.03379 21.5184 3.97144 21.302C3.7621 20.5747 3.29514 20.1029 2.57029 19.8886C2.35459 19.8248 2.13808 19.7645 1.92185 19.7025C1.8327 19.677 1.7929 19.6345 1.79397 19.5656C1.79503 19.4987 1.8335 19.458 1.9192 19.4333C2.17125 19.3602 2.42596 19.2961 2.67429 19.2124C3.32725 18.9923 3.75176 18.5441 3.95552 17.8867C4.02556 17.661 4.08606 17.4324 4.15106 17.2054C4.17627 17.1188 4.22243 17.077 4.28982 17.0776C4.35695 17.0781 4.40152 17.1201 4.42673 17.2073C4.49783 17.4534 4.55965 17.7025 4.64137 17.9452C4.86848 18.6196 5.33173 19.0497 6.01201 19.2475C6.22798 19.3102 6.44448 19.3711 6.66045 19.4335C6.74588 19.4583 6.78356 19.5008 6.78356 19.568C6.78356 19.635 6.74562 19.6768 6.65965 19.7017C6.40787 19.7751 6.15263 19.8381 5.90429 19.9224C5.23409 20.1494 4.80613 20.6127 4.60847 21.2916C4.54479 21.5101 4.48404 21.7292 4.42142 21.9479C4.39834 22.0282 4.35562 22.0662 4.29062 22.0673L4.29088 22.067Z" fill="#8D94A0"/>
|
|
4
|
+
<path d="M20.4558 6.15769C20.4014 6.15857 20.3632 6.12668 20.3444 6.06155C20.2924 5.88124 20.2415 5.70048 20.1896 5.52017C20.0151 4.91411 19.626 4.52093 19.022 4.34239C18.8422 4.28922 18.6618 4.23894 18.4816 4.18733C18.4073 4.16606 18.3741 4.13062 18.375 4.07325C18.3759 4.01743 18.408 3.98353 18.4794 3.96293C18.6894 3.90202 18.9017 3.84863 19.1086 3.77886C19.6528 3.59544 20.0065 3.22197 20.1763 2.67417C20.2347 2.4861 20.2851 2.2956 20.3393 2.10643C20.3603 2.03422 20.3987 1.99944 20.4549 1.99988C20.5108 2.00033 20.548 2.03532 20.569 2.10798C20.6283 2.3131 20.6798 2.52066 20.7479 2.7229C20.9371 3.28488 21.3232 3.64329 21.8901 3.8081C22.07 3.86037 22.2505 3.9111 22.4304 3.96316C22.5016 3.98376 22.533 4.0192 22.533 4.07524C22.533 4.13106 22.5014 4.16584 22.4298 4.18666C22.22 4.2478 22.0073 4.3003 21.8003 4.37052C21.2418 4.55969 20.8852 4.94579 20.7205 5.51153C20.6674 5.69362 20.6168 5.87615 20.5646 6.05845C20.5453 6.12535 20.5097 6.15702 20.4556 6.15791L20.4558 6.15769Z" fill="#8D94A0"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.53351 7.91754C9.59966 7.18044 10.2139 6.6229 10.9416 6.6229H18.5015L15.7232 3.00357C15.3736 2.54997 14.8349 2.28537 14.268 2.28537H12.5103C12.4158 2.28537 12.3402 2.36097 12.3307 2.45547C12.2457 3.55166 11.329 4.40216 10.2139 4.40216C9.09881 4.40216 8.19162 3.55166 8.10657 2.45547C8.10657 2.36097 8.02152 2.28537 7.92702 2.28537H6.16932C5.60233 2.28537 5.06368 2.54997 4.71403 3.00357L1.83179 6.7552C1.77509 6.8308 1.78454 6.9253 1.85069 6.99145L4.43998 9.58073C4.51558 9.65633 4.62898 9.65633 4.69513 9.58073L5.27158 9.00429V15.6476C5.27158 16.0823 5.62122 16.4225 6.04647 16.4225H8.79642L9.52406 7.90809L9.53351 7.91754Z" fill="#8D94A0"/>
|
|
6
|
+
</svg>
|
package/svg/ticket.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 4.5C1.94772 4.5 1.5 4.94772 1.5 5.5V10C2.60457 10 3.5 10.8954 3.5 12C3.5 13.1046 2.60457 14 1.5 14V18.5C1.5 19.0523 1.94772 19.5 2.5 19.5H21.5C22.0523 19.5 22.5 19.0523 22.5 18.5V14C21.3954 14 20.5 13.1046 20.5 12C20.5 10.8954 21.3954 10 22.5 10V5.5C22.5 4.94772 22.0523 4.5 21.5 4.5H2.5ZM9.10682 14.3516C9.12707 14.5312 9.27486 14.6667 9.45052 14.6667H14.5495C14.7251 14.6667 14.8729 14.5312 14.8932 14.3516L15.3308 10.4717C15.37 10.1236 14.9486 9.93261 14.7256 10.1974L13.4287 11.7375L12.4696 9.64004C12.2826 9.2311 11.7174 9.2311 11.5304 9.64004L10.5713 11.7375L9.2744 10.1974C9.05142 9.93261 8.62997 10.1236 8.66923 10.4717L9.10682 14.3516Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
package/svg/top.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.23123 8.688L4.91223 3.909C5.35323 3.333 6.03723 3 6.76623 3H8.99823C9.12423 3 9.21423 3.099 9.22323 3.216C9.33123 4.602 10.4922 5.7 11.9142 5.7C13.3362 5.7 14.4882 4.611 14.6052 3.216C14.6142 3.099 14.7042 3 14.8302 3H17.0622C17.7912 3 18.4752 3.333 18.9162 3.909L22.5882 8.688C22.6602 8.778 22.6512 8.913 22.5702 8.994L19.2762 12.288C19.1862 12.378 19.0422 12.378 18.9522 12.288L18.2142 11.55V20.01C18.2142 20.559 17.7732 21 17.2242 21H6.60423C6.05523 21 5.61423 20.559 5.61423 20.01V11.55L4.87623 12.288C4.78623 12.378 4.64223 12.378 4.55223 12.288L1.25823 8.994C1.17723 8.913 1.16823 8.778 1.24023 8.688H1.23123Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="4" y="2" width="24.7407" height="27.8333" rx="1.5463" fill="#D9CDF9"/>
|
|
3
|
+
<path d="M4 3.5463C4 2.6923 4.6923 2 5.5463 2H7.60802V29.8333H5.54629C4.6923 29.8333 4 29.141 4 28.287V3.5463Z" fill="#9C7EEF"/>
|
|
4
|
+
<rect x="11.6696" y="6.54916" width="12.3704" height="3.09259" rx="1.5463" fill="#9C7EEF"/>
|
|
5
|
+
</svg>
|