@teamturing/icons 1.22.0 → 1.23.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/Workbook.d.ts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +81 -0
- package/esm/UnlimitedTicket.js +25 -0
- package/esm/UnlimitedTicketColor.js +37 -0
- package/esm/Workbook.js +28 -0
- package/esm/index.js +3 -0
- package/package.json +2 -2
- package/svg/workbook.svg +5 -0
package/dist/index.d.ts
CHANGED
|
@@ -182,6 +182,8 @@ export { default as TreasureboxIcon } from './Treasurebox';
|
|
|
182
182
|
export { default as TrophyIcon } from './Trophy';
|
|
183
183
|
export { default as UndoIcon } from './Undo';
|
|
184
184
|
export { default as UniversityIcon } from './University';
|
|
185
|
+
export { default as UnlimitedTicketIcon } from './UnlimitedTicket';
|
|
186
|
+
export { default as UnlimitedTicketColorIcon } from './UnlimitedTicketColor';
|
|
185
187
|
export { default as UserBlockedIcon } from './UserBlocked';
|
|
186
188
|
export { default as UserCheckIcon } from './UserCheck';
|
|
187
189
|
export { default as UserPlusIcon } from './UserPlus';
|
|
@@ -191,6 +193,7 @@ export { default as VideoColorIcon } from './VideoColor';
|
|
|
191
193
|
export { default as VoteColorIcon } from './VoteColor';
|
|
192
194
|
export { default as WarningIcon } from './Warning';
|
|
193
195
|
export { default as WifiIcon } from './Wifi';
|
|
196
|
+
export { default as WorkbookIcon } from './Workbook';
|
|
194
197
|
export { default as WorkbookColorIcon } from './WorkbookColor';
|
|
195
198
|
export { default as WrongIcon } from './Wrong';
|
|
196
199
|
export { default as YoutubeIcon } from './Youtube';
|
package/dist/index.js
CHANGED
|
@@ -2994,6 +2994,60 @@ const SvgUniversity = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
2994
2994
|
d: "M21.426 15.401a.92.92 0 1 1-1.841 0 .92.92 0 0 1 1.841 0Z"
|
|
2995
2995
|
}));
|
|
2996
2996
|
|
|
2997
|
+
const SvgUnlimitedTicket = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2998
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2999
|
+
width: "1em",
|
|
3000
|
+
height: "1em",
|
|
3001
|
+
fill: "none",
|
|
3002
|
+
viewBox: "0 0 32 32"
|
|
3003
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3004
|
+
fill: "#D1D5DB",
|
|
3005
|
+
fillRule: "evenodd",
|
|
3006
|
+
d: "M2.396 8.313c-.53 0-.958.429-.958.958v4.312a1.917 1.917 0 0 1 0 3.834v4.312c0 .53.429.959.958.959h18.208c.53 0 .959-.43.959-.959v-4.312a1.917 1.917 0 0 1 0-3.834V9.271c0-.53-.43-.959-.959-.959H2.396Zm6.331 9.44c.02.173.161.303.33.303h4.886c.169 0 .31-.13.33-.302l.419-3.719c.038-.333-.366-.516-.58-.262l-1.243 1.475-.919-2.01a.491.491 0 0 0-.9 0l-.92 2.01-1.242-1.475c-.214-.254-.618-.071-.58.262l.42 3.719Z",
|
|
3007
|
+
clipRule: "evenodd"
|
|
3008
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3009
|
+
fill: "currentColor",
|
|
3010
|
+
d: "M29.382 17.39a4.089 4.089 0 0 0-2.937-1.09c-1.89.064-3.056 1.28-4.407 2.688l-.007.007-.008-.007c-1.35-1.407-2.51-2.623-4.406-2.687A4.072 4.072 0 0 0 14.7 17.39a3.947 3.947 0 0 0-1.284 2.9c0 1.117.45 2.149 1.27 2.906.76.7 1.749 1.089 2.797 1.089h.147c1.89-.064 3.056-1.28 4.407-2.688v-.007l.007.008c1.351 1.407 2.51 2.623 4.407 2.687h.148a4.078 4.078 0 0 0 2.797-1.09 3.914 3.914 0 0 0 1.27-2.906c0-1.089-.465-2.15-1.285-2.9Zm-11.817 5.127a2.221 2.221 0 0 1-1.594-.587 2.206 2.206 0 0 1-.709-1.64 2.232 2.232 0 0 1 2.222-2.228h.081c1.07.035 1.808.75 3.115 2.114.03.036.066.07.096.1l-.008.013.008.007c-.03.036-.067.071-.096.1-1.307 1.371-2.045 2.085-3.115 2.12Zm10.548-.587a2.226 2.226 0 0 1-1.595.587c-1.07-.035-1.808-.75-3.114-2.115a1.264 1.264 0 0 0-.096-.099l.007-.014h-.007c.03-.035.066-.07.096-.099 1.306-1.365 2.044-2.079 3.114-2.114a2.278 2.278 0 0 1 1.587.594c.465.424.716 1.004.716 1.633 0 .623-.25 1.203-.708 1.627Z"
|
|
3011
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3012
|
+
fill: "#fff",
|
|
3013
|
+
fillRule: "evenodd",
|
|
3014
|
+
d: "M22.53 18.479c1.157-1.18 2.258-2.122 3.915-2.178a4.089 4.089 0 0 1 2.937 1.089c.82.75 1.285 1.81 1.285 2.9 0 1.117-.45 2.149-1.27 2.906a4.078 4.078 0 0 1-2.797 1.089h-.148c-1.661-.056-2.757-.996-3.91-2.174l-.256-.263-.154-.16-.09-.087.003-.003-.007-.008v.008l-.003.002-.007.008-.077.08c-.137.143-.274.285-.409.423-1.155 1.178-2.256 2.118-3.91 2.174h-.148a4.111 4.111 0 0 1-2.798-1.09 3.914 3.914 0 0 1-1.27-2.906c0-1.089.466-2.15 1.285-2.9a4.072 4.072 0 0 1 2.916-1.088c1.663.056 2.759.998 3.914 2.177l.318.329.155.161.02.02.007.007.007-.007.003-.003.172-.179.317-.327Zm-.5-.519c1.167-1.191 2.45-2.312 4.39-2.378a4.81 4.81 0 0 1 3.45 1.28 4.665 4.665 0 0 1 1.515 3.427c0 1.317-.533 2.54-1.5 3.434a4.797 4.797 0 0 1-3.285 1.28H26.428c-1.945-.065-3.223-1.184-4.386-2.374-1.166 1.19-2.448 2.309-4.386 2.374H17.484a4.83 4.83 0 0 1-3.285-1.279 4.632 4.632 0 0 1-1.501-3.435c0-1.29.55-2.542 1.515-3.427a4.79 4.79 0 0 1 3.427-1.28c1.947.066 3.226 1.187 4.39 2.378Zm-.168.86.161.168-.161-.169Zm-4.297 3.697c1.07-.035 1.808-.75 3.115-2.122.03-.028.066-.063.096-.099l-.008-.007.008-.014a1.264 1.264 0 0 1-.096-.099c-1.307-1.365-2.045-2.079-3.115-2.114h-.081a2.232 2.232 0 0 0-2.222 2.228c0 .636.251 1.216.709 1.64.428.396.996.608 1.594.587Zm4.477-.916-.004-.003h.007l-.003.003Zm1.963-2.03c-.188.188-.387.395-.601.62a1.39 1.39 0 0 0-.089.09l-.007.008h.007l-.007.014c.03.029.066.064.096.1 1.306 1.364 2.044 2.079 3.114 2.114a2.226 2.226 0 0 0 1.595-.587 2.197 2.197 0 0 0 .708-1.627c0-.629-.25-1.209-.716-1.633a2.278 2.278 0 0 0-1.587-.594c-.894.03-1.556.533-2.513 1.494Z",
|
|
3015
|
+
clipRule: "evenodd"
|
|
3016
|
+
}));
|
|
3017
|
+
|
|
3018
|
+
const SvgUnlimitedTicketColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3019
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3020
|
+
width: "1em",
|
|
3021
|
+
height: "1em",
|
|
3022
|
+
fill: "none",
|
|
3023
|
+
viewBox: "0 0 32 32"
|
|
3024
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3025
|
+
fill: "url(#unlimited_ticket_color_svg__a)",
|
|
3026
|
+
fillRule: "evenodd",
|
|
3027
|
+
d: "M2.396 8.313c-.53 0-.958.429-.958.958v4.312a1.917 1.917 0 0 1 0 3.834v4.312c0 .53.429.959.958.959h18.208c.53 0 .959-.43.959-.959v-4.312a1.917 1.917 0 0 1 0-3.834V9.271c0-.53-.43-.959-.959-.959H2.396Zm6.331 9.44c.02.173.161.303.33.303h4.886c.169 0 .31-.13.33-.302l.419-3.719c.038-.333-.366-.516-.58-.262l-1.243 1.475-.919-2.01a.491.491 0 0 0-.9 0l-.92 2.01-1.242-1.475c-.214-.254-.618-.071-.58.262l.42 3.719Z",
|
|
3028
|
+
clipRule: "evenodd"
|
|
3029
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3030
|
+
fill: "#9C7EEF",
|
|
3031
|
+
d: "M29.382 17.39a4.089 4.089 0 0 0-2.937-1.09c-1.89.064-3.056 1.28-4.407 2.688l-.007.007-.008-.007c-1.35-1.407-2.51-2.623-4.406-2.687A4.072 4.072 0 0 0 14.7 17.39a3.947 3.947 0 0 0-1.284 2.9c0 1.117.45 2.149 1.27 2.906.76.7 1.749 1.089 2.797 1.089h.147c1.89-.064 3.056-1.28 4.407-2.688v-.007l.007.008c1.351 1.407 2.51 2.623 4.407 2.687h.148a4.078 4.078 0 0 0 2.797-1.09 3.914 3.914 0 0 0 1.27-2.906c0-1.089-.465-2.15-1.285-2.9Zm-11.817 5.127a2.221 2.221 0 0 1-1.594-.587 2.206 2.206 0 0 1-.709-1.64 2.232 2.232 0 0 1 2.222-2.228h.081c1.07.035 1.808.75 3.115 2.114.03.036.066.07.096.1l-.008.013.008.007c-.03.036-.067.071-.096.1-1.307 1.371-2.045 2.085-3.115 2.12Zm10.548-.587a2.226 2.226 0 0 1-1.595.587c-1.07-.035-1.808-.75-3.114-2.115a1.264 1.264 0 0 0-.096-.099l.007-.014h-.007c.03-.035.066-.07.096-.099 1.306-1.365 2.044-2.079 3.114-2.114a2.278 2.278 0 0 1 1.587.594c.465.424.716 1.004.716 1.633 0 .623-.25 1.203-.708 1.627Z"
|
|
3032
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3033
|
+
fill: "#fff",
|
|
3034
|
+
fillRule: "evenodd",
|
|
3035
|
+
d: "M22.53 18.479c1.157-1.18 2.258-2.122 3.915-2.178a4.089 4.089 0 0 1 2.937 1.089c.82.75 1.285 1.81 1.285 2.9 0 1.117-.45 2.149-1.27 2.906a4.078 4.078 0 0 1-2.797 1.089h-.148c-1.661-.056-2.757-.996-3.91-2.174l-.256-.263-.154-.16-.09-.087.003-.003-.007-.008v.008l-.003.002-.007.008-.077.08c-.137.143-.274.285-.409.423-1.155 1.178-2.256 2.118-3.91 2.174h-.148a4.111 4.111 0 0 1-2.798-1.09 3.914 3.914 0 0 1-1.27-2.906c0-1.089.466-2.15 1.285-2.9a4.072 4.072 0 0 1 2.916-1.088c1.663.056 2.759.998 3.914 2.177l.318.329.155.161.02.02.007.007.007-.007.003-.003.172-.179.317-.327Zm-.5-.519c1.167-1.191 2.45-2.312 4.39-2.378a4.81 4.81 0 0 1 3.45 1.28 4.665 4.665 0 0 1 1.515 3.427c0 1.317-.533 2.54-1.5 3.434a4.797 4.797 0 0 1-3.285 1.28H26.428c-1.945-.065-3.223-1.184-4.386-2.374-1.166 1.19-2.448 2.309-4.386 2.374H17.484a4.83 4.83 0 0 1-3.285-1.279 4.632 4.632 0 0 1-1.501-3.435c0-1.29.55-2.542 1.515-3.427a4.79 4.79 0 0 1 3.427-1.28c1.947.066 3.226 1.187 4.39 2.378Zm-.168.86.161.168-.161-.169Zm-4.297 3.697c1.07-.035 1.808-.75 3.115-2.122.03-.028.066-.063.096-.099l-.008-.007.008-.014a1.264 1.264 0 0 1-.096-.099c-1.307-1.365-2.045-2.079-3.115-2.114h-.081a2.232 2.232 0 0 0-2.222 2.228c0 .636.251 1.216.709 1.64.428.396.996.608 1.594.587Zm4.477-.916-.004-.003h.007l-.003.003Zm1.963-2.03c-.188.188-.387.395-.601.62a1.39 1.39 0 0 0-.089.09l-.007.008h.007l-.007.014c.03.029.066.064.096.1 1.306 1.364 2.044 2.079 3.114 2.114a2.226 2.226 0 0 0 1.595-.587 2.197 2.197 0 0 0 .708-1.627c0-.629-.25-1.209-.716-1.633a2.278 2.278 0 0 0-1.587-.594c-.894.03-1.556.533-2.513 1.494Z",
|
|
3036
|
+
clipRule: "evenodd"
|
|
3037
|
+
}), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
|
3038
|
+
id: "unlimited_ticket_color_svg__a",
|
|
3039
|
+
x1: 2.587,
|
|
3040
|
+
x2: 14.343,
|
|
3041
|
+
y1: 10.058,
|
|
3042
|
+
y2: 25.686,
|
|
3043
|
+
gradientUnits: "userSpaceOnUse"
|
|
3044
|
+
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
|
3045
|
+
stopColor: "#0F0E0F"
|
|
3046
|
+
}), /*#__PURE__*/React__namespace.createElement("stop", {
|
|
3047
|
+
offset: 1,
|
|
3048
|
+
stopColor: "#595959"
|
|
3049
|
+
}))));
|
|
3050
|
+
|
|
2997
3051
|
const SvgUserBlocked = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2998
3052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2999
3053
|
width: "1em",
|
|
@@ -3135,6 +3189,30 @@ const SvgWifi = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
3135
3189
|
clipRule: "evenodd"
|
|
3136
3190
|
}));
|
|
3137
3191
|
|
|
3192
|
+
const SvgWorkbook = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3193
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3194
|
+
width: "1em",
|
|
3195
|
+
height: "1em",
|
|
3196
|
+
fill: "none",
|
|
3197
|
+
viewBox: "0 0 24 24"
|
|
3198
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3199
|
+
fill: "currentColor",
|
|
3200
|
+
d: "M3 3.046C3 2.192 3.692 1.5 4.546 1.5h1.16v20.875h-1.16A1.546 1.546 0 0 1 3 20.829V3.046Z"
|
|
3201
|
+
}), /*#__PURE__*/React__namespace.createElement("rect", {
|
|
3202
|
+
width: 9.278,
|
|
3203
|
+
height: 2.319,
|
|
3204
|
+
x: 8.752,
|
|
3205
|
+
y: 4.912,
|
|
3206
|
+
fill: "currentColor",
|
|
3207
|
+
rx: 1.16
|
|
3208
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3209
|
+
fill: "currentColor",
|
|
3210
|
+
fillRule: "evenodd",
|
|
3211
|
+
d: "M20.01 22.375H5.705V1.5H20.01c.854 0 1.547.692 1.547 1.546V20.83c0 .854-.693 1.546-1.547 1.546ZM9.911 4.912a1.16 1.16 0 1 0 0 2.32h6.958a1.16 1.16 0 1 0 0-2.32H9.912Z",
|
|
3212
|
+
clipRule: "evenodd",
|
|
3213
|
+
opacity: 0.6
|
|
3214
|
+
}));
|
|
3215
|
+
|
|
3138
3216
|
const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3139
3217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3140
3218
|
width: "1em",
|
|
@@ -3373,6 +3451,8 @@ exports.TreasureboxIcon = SvgTreasurebox;
|
|
|
3373
3451
|
exports.TrophyIcon = SvgTrophy;
|
|
3374
3452
|
exports.UndoIcon = SvgUndo;
|
|
3375
3453
|
exports.UniversityIcon = SvgUniversity;
|
|
3454
|
+
exports.UnlimitedTicketColorIcon = SvgUnlimitedTicketColor;
|
|
3455
|
+
exports.UnlimitedTicketIcon = SvgUnlimitedTicket;
|
|
3376
3456
|
exports.UserBlockedIcon = SvgUserBlocked;
|
|
3377
3457
|
exports.UserCheckIcon = SvgUserCheck;
|
|
3378
3458
|
exports.UserPlusIcon = SvgUserPlus;
|
|
@@ -3383,5 +3463,6 @@ exports.VoteColorIcon = SvgVoteColor;
|
|
|
3383
3463
|
exports.WarningIcon = SvgWarning;
|
|
3384
3464
|
exports.WifiIcon = SvgWifi;
|
|
3385
3465
|
exports.WorkbookColorIcon = SvgWorkbookColor;
|
|
3466
|
+
exports.WorkbookIcon = SvgWorkbook;
|
|
3386
3467
|
exports.WrongIcon = SvgWrong;
|
|
3387
3468
|
exports.YoutubeIcon = SvgYoutube;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgUnlimitedTicket = 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("path", {
|
|
11
|
+
fill: "#D1D5DB",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M2.396 8.313c-.53 0-.958.429-.958.958v4.312a1.917 1.917 0 0 1 0 3.834v4.312c0 .53.429.959.958.959h18.208c.53 0 .959-.43.959-.959v-4.312a1.917 1.917 0 0 1 0-3.834V9.271c0-.53-.43-.959-.959-.959H2.396Zm6.331 9.44c.02.173.161.303.33.303h4.886c.169 0 .31-.13.33-.302l.419-3.719c.038-.333-.366-.516-.58-.262l-1.243 1.475-.919-2.01a.491.491 0 0 0-.9 0l-.92 2.01-1.242-1.475c-.214-.254-.618-.071-.58.262l.42 3.719Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
d: "M29.382 17.39a4.089 4.089 0 0 0-2.937-1.09c-1.89.064-3.056 1.28-4.407 2.688l-.007.007-.008-.007c-1.35-1.407-2.51-2.623-4.406-2.687A4.072 4.072 0 0 0 14.7 17.39a3.947 3.947 0 0 0-1.284 2.9c0 1.117.45 2.149 1.27 2.906.76.7 1.749 1.089 2.797 1.089h.147c1.89-.064 3.056-1.28 4.407-2.688v-.007l.007.008c1.351 1.407 2.51 2.623 4.407 2.687h.148a4.078 4.078 0 0 0 2.797-1.09 3.914 3.914 0 0 0 1.27-2.906c0-1.089-.465-2.15-1.285-2.9Zm-11.817 5.127a2.221 2.221 0 0 1-1.594-.587 2.206 2.206 0 0 1-.709-1.64 2.232 2.232 0 0 1 2.222-2.228h.081c1.07.035 1.808.75 3.115 2.114.03.036.066.07.096.1l-.008.013.008.007c-.03.036-.067.071-.096.1-1.307 1.371-2.045 2.085-3.115 2.12Zm10.548-.587a2.226 2.226 0 0 1-1.595.587c-1.07-.035-1.808-.75-3.114-2.115a1.264 1.264 0 0 0-.096-.099l.007-.014h-.007c.03-.035.066-.07.096-.099 1.306-1.365 2.044-2.079 3.114-2.114a2.278 2.278 0 0 1 1.587.594c.465.424.716 1.004.716 1.633 0 .623-.25 1.203-.708 1.627Z"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#fff",
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
d: "M22.53 18.479c1.157-1.18 2.258-2.122 3.915-2.178a4.089 4.089 0 0 1 2.937 1.089c.82.75 1.285 1.81 1.285 2.9 0 1.117-.45 2.149-1.27 2.906a4.078 4.078 0 0 1-2.797 1.089h-.148c-1.661-.056-2.757-.996-3.91-2.174l-.256-.263-.154-.16-.09-.087.003-.003-.007-.008v.008l-.003.002-.007.008-.077.08c-.137.143-.274.285-.409.423-1.155 1.178-2.256 2.118-3.91 2.174h-.148a4.111 4.111 0 0 1-2.798-1.09 3.914 3.914 0 0 1-1.27-2.906c0-1.089.466-2.15 1.285-2.9a4.072 4.072 0 0 1 2.916-1.088c1.663.056 2.759.998 3.914 2.177l.318.329.155.161.02.02.007.007.007-.007.003-.003.172-.179.317-.327Zm-.5-.519c1.167-1.191 2.45-2.312 4.39-2.378a4.81 4.81 0 0 1 3.45 1.28 4.665 4.665 0 0 1 1.515 3.427c0 1.317-.533 2.54-1.5 3.434a4.797 4.797 0 0 1-3.285 1.28H26.428c-1.945-.065-3.223-1.184-4.386-2.374-1.166 1.19-2.448 2.309-4.386 2.374H17.484a4.83 4.83 0 0 1-3.285-1.279 4.632 4.632 0 0 1-1.501-3.435c0-1.29.55-2.542 1.515-3.427a4.79 4.79 0 0 1 3.427-1.28c1.947.066 3.226 1.187 4.39 2.378Zm-.168.86.161.168-.161-.169Zm-4.297 3.697c1.07-.035 1.808-.75 3.115-2.122.03-.028.066-.063.096-.099l-.008-.007.008-.014a1.264 1.264 0 0 1-.096-.099c-1.307-1.365-2.045-2.079-3.115-2.114h-.081a2.232 2.232 0 0 0-2.222 2.228c0 .636.251 1.216.709 1.64.428.396.996.608 1.594.587Zm4.477-.916-.004-.003h.007l-.003.003Zm1.963-2.03c-.188.188-.387.395-.601.62a1.39 1.39 0 0 0-.089.09l-.007.008h.007l-.007.014c.03.029.066.064.096.1 1.306 1.364 2.044 2.079 3.114 2.114a2.226 2.226 0 0 0 1.595-.587 2.197 2.197 0 0 0 .708-1.627c0-.629-.25-1.209-.716-1.633a2.278 2.278 0 0 0-1.587-.594c-.894.03-1.556.533-2.513 1.494Z",
|
|
22
|
+
clipRule: "evenodd"
|
|
23
|
+
}));
|
|
24
|
+
|
|
25
|
+
export { SvgUnlimitedTicket as default };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgUnlimitedTicketColor = 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("path", {
|
|
11
|
+
fill: "url(#unlimited_ticket_color_svg__a)",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M2.396 8.313c-.53 0-.958.429-.958.958v4.312a1.917 1.917 0 0 1 0 3.834v4.312c0 .53.429.959.958.959h18.208c.53 0 .959-.43.959-.959v-4.312a1.917 1.917 0 0 1 0-3.834V9.271c0-.53-.43-.959-.959-.959H2.396Zm6.331 9.44c.02.173.161.303.33.303h4.886c.169 0 .31-.13.33-.302l.419-3.719c.038-.333-.366-.516-.58-.262l-1.243 1.475-.919-2.01a.491.491 0 0 0-.9 0l-.92 2.01-1.242-1.475c-.214-.254-.618-.071-.58.262l.42 3.719Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#9C7EEF",
|
|
17
|
+
d: "M29.382 17.39a4.089 4.089 0 0 0-2.937-1.09c-1.89.064-3.056 1.28-4.407 2.688l-.007.007-.008-.007c-1.35-1.407-2.51-2.623-4.406-2.687A4.072 4.072 0 0 0 14.7 17.39a3.947 3.947 0 0 0-1.284 2.9c0 1.117.45 2.149 1.27 2.906.76.7 1.749 1.089 2.797 1.089h.147c1.89-.064 3.056-1.28 4.407-2.688v-.007l.007.008c1.351 1.407 2.51 2.623 4.407 2.687h.148a4.078 4.078 0 0 0 2.797-1.09 3.914 3.914 0 0 0 1.27-2.906c0-1.089-.465-2.15-1.285-2.9Zm-11.817 5.127a2.221 2.221 0 0 1-1.594-.587 2.206 2.206 0 0 1-.709-1.64 2.232 2.232 0 0 1 2.222-2.228h.081c1.07.035 1.808.75 3.115 2.114.03.036.066.07.096.1l-.008.013.008.007c-.03.036-.067.071-.096.1-1.307 1.371-2.045 2.085-3.115 2.12Zm10.548-.587a2.226 2.226 0 0 1-1.595.587c-1.07-.035-1.808-.75-3.114-2.115a1.264 1.264 0 0 0-.096-.099l.007-.014h-.007c.03-.035.066-.07.096-.099 1.306-1.365 2.044-2.079 3.114-2.114a2.278 2.278 0 0 1 1.587.594c.465.424.716 1.004.716 1.633 0 .623-.25 1.203-.708 1.627Z"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#fff",
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
d: "M22.53 18.479c1.157-1.18 2.258-2.122 3.915-2.178a4.089 4.089 0 0 1 2.937 1.089c.82.75 1.285 1.81 1.285 2.9 0 1.117-.45 2.149-1.27 2.906a4.078 4.078 0 0 1-2.797 1.089h-.148c-1.661-.056-2.757-.996-3.91-2.174l-.256-.263-.154-.16-.09-.087.003-.003-.007-.008v.008l-.003.002-.007.008-.077.08c-.137.143-.274.285-.409.423-1.155 1.178-2.256 2.118-3.91 2.174h-.148a4.111 4.111 0 0 1-2.798-1.09 3.914 3.914 0 0 1-1.27-2.906c0-1.089.466-2.15 1.285-2.9a4.072 4.072 0 0 1 2.916-1.088c1.663.056 2.759.998 3.914 2.177l.318.329.155.161.02.02.007.007.007-.007.003-.003.172-.179.317-.327Zm-.5-.519c1.167-1.191 2.45-2.312 4.39-2.378a4.81 4.81 0 0 1 3.45 1.28 4.665 4.665 0 0 1 1.515 3.427c0 1.317-.533 2.54-1.5 3.434a4.797 4.797 0 0 1-3.285 1.28H26.428c-1.945-.065-3.223-1.184-4.386-2.374-1.166 1.19-2.448 2.309-4.386 2.374H17.484a4.83 4.83 0 0 1-3.285-1.279 4.632 4.632 0 0 1-1.501-3.435c0-1.29.55-2.542 1.515-3.427a4.79 4.79 0 0 1 3.427-1.28c1.947.066 3.226 1.187 4.39 2.378Zm-.168.86.161.168-.161-.169Zm-4.297 3.697c1.07-.035 1.808-.75 3.115-2.122.03-.028.066-.063.096-.099l-.008-.007.008-.014a1.264 1.264 0 0 1-.096-.099c-1.307-1.365-2.045-2.079-3.115-2.114h-.081a2.232 2.232 0 0 0-2.222 2.228c0 .636.251 1.216.709 1.64.428.396.996.608 1.594.587Zm4.477-.916-.004-.003h.007l-.003.003Zm1.963-2.03c-.188.188-.387.395-.601.62a1.39 1.39 0 0 0-.089.09l-.007.008h.007l-.007.014c.03.029.066.064.096.1 1.306 1.364 2.044 2.079 3.114 2.114a2.226 2.226 0 0 0 1.595-.587 2.197 2.197 0 0 0 .708-1.627c0-.629-.25-1.209-.716-1.633a2.278 2.278 0 0 0-1.587-.594c-.894.03-1.556.533-2.513 1.494Z",
|
|
22
|
+
clipRule: "evenodd"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
24
|
+
id: "unlimited_ticket_color_svg__a",
|
|
25
|
+
x1: 2.587,
|
|
26
|
+
x2: 14.343,
|
|
27
|
+
y1: 10.058,
|
|
28
|
+
y2: 25.686,
|
|
29
|
+
gradientUnits: "userSpaceOnUse"
|
|
30
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
31
|
+
stopColor: "#0F0E0F"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
33
|
+
offset: 1,
|
|
34
|
+
stopColor: "#595959"
|
|
35
|
+
}))));
|
|
36
|
+
|
|
37
|
+
export { SvgUnlimitedTicketColor as default };
|
package/esm/Workbook.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgWorkbook = 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: "M3 3.046C3 2.192 3.692 1.5 4.546 1.5h1.16v20.875h-1.16A1.546 1.546 0 0 1 3 20.829V3.046Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
14
|
+
width: 9.278,
|
|
15
|
+
height: 2.319,
|
|
16
|
+
x: 8.752,
|
|
17
|
+
y: 4.912,
|
|
18
|
+
fill: "currentColor",
|
|
19
|
+
rx: 1.16
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M20.01 22.375H5.705V1.5H20.01c.854 0 1.547.692 1.547 1.546V20.83c0 .854-.693 1.546-1.547 1.546ZM9.911 4.912a1.16 1.16 0 1 0 0 2.32h6.958a1.16 1.16 0 1 0 0-2.32H9.912Z",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
opacity: 0.6
|
|
26
|
+
}));
|
|
27
|
+
|
|
28
|
+
export { SvgWorkbook as default };
|
package/esm/index.js
CHANGED
|
@@ -182,6 +182,8 @@ export { default as TreasureboxIcon } from './Treasurebox.js';
|
|
|
182
182
|
export { default as TrophyIcon } from './Trophy.js';
|
|
183
183
|
export { default as UndoIcon } from './Undo.js';
|
|
184
184
|
export { default as UniversityIcon } from './University.js';
|
|
185
|
+
export { default as UnlimitedTicketIcon } from './UnlimitedTicket.js';
|
|
186
|
+
export { default as UnlimitedTicketColorIcon } from './UnlimitedTicketColor.js';
|
|
185
187
|
export { default as UserBlockedIcon } from './UserBlocked.js';
|
|
186
188
|
export { default as UserCheckIcon } from './UserCheck.js';
|
|
187
189
|
export { default as UserPlusIcon } from './UserPlus.js';
|
|
@@ -191,6 +193,7 @@ export { default as VideoColorIcon } from './VideoColor.js';
|
|
|
191
193
|
export { default as VoteColorIcon } from './VoteColor.js';
|
|
192
194
|
export { default as WarningIcon } from './Warning.js';
|
|
193
195
|
export { default as WifiIcon } from './Wifi.js';
|
|
196
|
+
export { default as WorkbookIcon } from './Workbook.js';
|
|
194
197
|
export { default as WorkbookColorIcon } from './WorkbookColor.js';
|
|
195
198
|
export { default as WrongIcon } from './Wrong.js';
|
|
196
199
|
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.23.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",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^18.2.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "db40f13223202357ef49872c1bc30ae387d93fb1"
|
|
42
42
|
}
|
package/svg/workbook.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 3.04629C3 2.1923 3.6923 1.5 4.5463 1.5H5.70602V22.375H4.5463C3.6923 22.375 3 21.6827 3 20.8287V3.04629Z" fill="#8D94A0"/>
|
|
3
|
+
<rect x="8.7522" y="4.91188" width="9.27777" height="2.31944" rx="1.15972" fill="#8D94A0"/>
|
|
4
|
+
<path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M20.0093 22.375H5.70605V1.5H20.0093C20.8633 1.5 21.5556 2.1923 21.5556 3.0463V20.8287C21.5556 21.6827 20.8633 22.375 20.0093 22.375ZM9.91192 4.9119C9.27142 4.9119 8.7522 5.43112 8.7522 6.07162C8.7522 6.71211 9.27142 7.23134 9.91192 7.23134H16.8702C17.5107 7.23134 18.03 6.71211 18.03 6.07162C18.03 5.43112 17.5107 4.9119 16.8702 4.9119H9.91192Z" fill="#8D94A0"/>
|
|
5
|
+
</svg>
|