@teamturing/icons 1.26.1 → 1.28.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/League.d.ts +3 -0
- package/dist/Twinkle.d.ts +3 -0
- package/dist/WorkbookTwoColor.d.ts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +44 -0
- package/esm/League.js +17 -0
- package/esm/Twinkle.js +15 -0
- package/esm/WorkbookTwoColor.js +21 -0
- package/esm/index.js +3 -0
- package/package.json +2 -2
- package/svg/league.svg +3 -0
- package/svg/twinkle.svg +4 -0
- package/svg/workbook_two_color.svg +6 -0
package/dist/League.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -92,6 +92,7 @@ export { default as InfoInCircleIcon } from './InfoInCircle';
|
|
|
92
92
|
export { default as InstagramIcon } from './Instagram';
|
|
93
93
|
export { default as KakaoColorIcon } from './KakaoColor';
|
|
94
94
|
export { default as KorIcon } from './Kor';
|
|
95
|
+
export { default as LeagueIcon } from './League';
|
|
95
96
|
export { default as LetterIcon } from './Letter';
|
|
96
97
|
export { default as LetterCrownColorIcon } from './LetterCrownColor';
|
|
97
98
|
export { default as LetterHeartColorIcon } from './LetterHeartColor';
|
|
@@ -183,6 +184,7 @@ export { default as TouchIcon } from './Touch';
|
|
|
183
184
|
export { default as TrashIcon } from './Trash';
|
|
184
185
|
export { default as TreasureboxIcon } from './Treasurebox';
|
|
185
186
|
export { default as TrophyIcon } from './Trophy';
|
|
187
|
+
export { default as TwinkleIcon } from './Twinkle';
|
|
186
188
|
export { default as UndoIcon } from './Undo';
|
|
187
189
|
export { default as UniversityIcon } from './University';
|
|
188
190
|
export { default as UserBlockedIcon } from './UserBlocked';
|
|
@@ -196,5 +198,6 @@ export { default as WarningIcon } from './Warning';
|
|
|
196
198
|
export { default as WifiIcon } from './Wifi';
|
|
197
199
|
export { default as WorkbookIcon } from './Workbook';
|
|
198
200
|
export { default as WorkbookColorIcon } from './WorkbookColor';
|
|
201
|
+
export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor';
|
|
199
202
|
export { default as WrongIcon } from './Wrong';
|
|
200
203
|
export { default as YoutubeIcon } from './Youtube';
|
package/dist/index.js
CHANGED
|
@@ -1453,6 +1453,19 @@ const SvgKor = props => /*#__PURE__*/React__namespace.createElement("svg", _exte
|
|
|
1453
1453
|
d: "M13.902 6.822v10.357a1.021 1.021 0 0 0 2.043 0V12.2h.761a.894.894 0 1 0 0-1.788h-.761v-3.59a1.021 1.021 0 1 0-2.043 0ZM8.022 15.776c3.188-1.833 4.52-4.486 4.762-7.528.054-.68-.502-1.219-1.162-1.219H7.755a.887.887 0 0 0 0 1.775h2.981c-.318 2.232-1.502 3.905-3.644 5.21-.501.305-.677.98-.325 1.475a.958.958 0 0 0 1.255.287Z"
|
|
1454
1454
|
}));
|
|
1455
1455
|
|
|
1456
|
+
const SvgLeague = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1457
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1458
|
+
width: "1em",
|
|
1459
|
+
height: "1em",
|
|
1460
|
+
fill: "none",
|
|
1461
|
+
viewBox: "0 0 24 24"
|
|
1462
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1463
|
+
fill: "currentColor",
|
|
1464
|
+
fillRule: "evenodd",
|
|
1465
|
+
d: "M5.064 1C3.924 1 3 1.924 3 3.064v14.858c0 .811.476 1.548 1.216 1.881l6.684 3.014a2.064 2.064 0 0 0 1.654.018l7.187-3.046a2.064 2.064 0 0 0 1.259-1.9V3.064C21 1.924 20.076 1 18.936 1H5.064Zm2.61 13.331c.03.27.251.473.514.473h7.623a.524.524 0 0 0 .514-.473l.654-5.82c.059-.522-.571-.808-.904-.411l-1.94 2.31-1.433-3.146a.766.766 0 0 0-1.405 0L9.864 10.41 7.924 8.1c-.333-.397-.963-.11-.904.411l.654 5.82Z",
|
|
1466
|
+
clipRule: "evenodd"
|
|
1467
|
+
}));
|
|
1468
|
+
|
|
1456
1469
|
const SvgLetter = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1457
1470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1458
1471
|
width: "1em",
|
|
@@ -3030,6 +3043,17 @@ const SvgTrophy = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
3030
3043
|
clipRule: "evenodd"
|
|
3031
3044
|
}));
|
|
3032
3045
|
|
|
3046
|
+
const SvgTwinkle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3047
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3048
|
+
width: "1em",
|
|
3049
|
+
height: "1em",
|
|
3050
|
+
fill: "none",
|
|
3051
|
+
viewBox: "0 0 24 24"
|
|
3052
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3053
|
+
fill: "currentColor",
|
|
3054
|
+
d: "M19.42 18.696a.807.807 0 0 1 .36-.36l2.084-1.043a.808.808 0 0 0 0-1.444l-2.084-1.042a.808.808 0 0 1-.36-.361l-1.043-2.084a.808.808 0 0 0-1.444 0l-1.042 2.084a.808.808 0 0 1-.361.361l-2.083 1.042a.808.808 0 0 0 0 1.444l2.083 1.042a.807.807 0 0 1 .361.361l1.042 2.084a.808.808 0 0 0 1.445 0l1.041-2.084ZM10.877 11.81a.808.808 0 0 1 .36-.362l3.35-1.674a.808.808 0 0 0 0-1.445l-3.35-1.674a.808.808 0 0 1-.36-.362L9.202 2.945a.808.808 0 0 0-1.444 0L6.083 6.293a.808.808 0 0 1-.361.362L2.373 8.329a.808.808 0 0 0 0 1.445l3.349 1.674a.807.807 0 0 1 .361.361l1.675 3.349a.808.808 0 0 0 1.444 0l1.675-3.349Z"
|
|
3055
|
+
}));
|
|
3056
|
+
|
|
3033
3057
|
const SvgUndo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3034
3058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3035
3059
|
width: "1em",
|
|
@@ -3255,6 +3279,23 @@ const SvgWorkbookColor = props => /*#__PURE__*/React__namespace.createElement("s
|
|
|
3255
3279
|
rx: 1.546
|
|
3256
3280
|
}));
|
|
3257
3281
|
|
|
3282
|
+
const SvgWorkbookTwoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3283
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3284
|
+
width: "1em",
|
|
3285
|
+
height: "1em",
|
|
3286
|
+
fill: "none",
|
|
3287
|
+
viewBox: "0 0 24 24"
|
|
3288
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3289
|
+
fill: "#D9CDF9",
|
|
3290
|
+
d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
|
|
3291
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3292
|
+
fill: "#D9CDF9",
|
|
3293
|
+
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
|
|
3294
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3295
|
+
fill: "#9C7EEF",
|
|
3296
|
+
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
|
|
3297
|
+
}));
|
|
3298
|
+
|
|
3258
3299
|
const SvgWrong = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3259
3300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3260
3301
|
width: "1em",
|
|
@@ -3378,6 +3419,7 @@ exports.InfoInCircleIcon = SvgInfoInCircle;
|
|
|
3378
3419
|
exports.InstagramIcon = SvgInstagram;
|
|
3379
3420
|
exports.KakaoColorIcon = SvgKakaoColor;
|
|
3380
3421
|
exports.KorIcon = SvgKor;
|
|
3422
|
+
exports.LeagueIcon = SvgLeague;
|
|
3381
3423
|
exports.LetterCrownColorIcon = SvgLetterCrownColor;
|
|
3382
3424
|
exports.LetterHeartColorIcon = SvgLetterHeartColor;
|
|
3383
3425
|
exports.LetterIcon = SvgLetter;
|
|
@@ -3469,6 +3511,7 @@ exports.TouchIcon = SvgTouch;
|
|
|
3469
3511
|
exports.TrashIcon = SvgTrash;
|
|
3470
3512
|
exports.TreasureboxIcon = SvgTreasurebox;
|
|
3471
3513
|
exports.TrophyIcon = SvgTrophy;
|
|
3514
|
+
exports.TwinkleIcon = SvgTwinkle;
|
|
3472
3515
|
exports.UndoIcon = SvgUndo;
|
|
3473
3516
|
exports.UniversityIcon = SvgUniversity;
|
|
3474
3517
|
exports.UserBlockedIcon = SvgUserBlocked;
|
|
@@ -3482,5 +3525,6 @@ exports.WarningIcon = SvgWarning;
|
|
|
3482
3525
|
exports.WifiIcon = SvgWifi;
|
|
3483
3526
|
exports.WorkbookColorIcon = SvgWorkbookColor;
|
|
3484
3527
|
exports.WorkbookIcon = SvgWorkbook;
|
|
3528
|
+
exports.WorkbookTwoColorIcon = SvgWorkbookTwoColor;
|
|
3485
3529
|
exports.WrongIcon = SvgWrong;
|
|
3486
3530
|
exports.YoutubeIcon = SvgYoutube;
|
package/esm/League.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgLeague = 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: "M5.064 1C3.924 1 3 1.924 3 3.064v14.858c0 .811.476 1.548 1.216 1.881l6.684 3.014a2.064 2.064 0 0 0 1.654.018l7.187-3.046a2.064 2.064 0 0 0 1.259-1.9V3.064C21 1.924 20.076 1 18.936 1H5.064Zm2.61 13.331c.03.27.251.473.514.473h7.623a.524.524 0 0 0 .514-.473l.654-5.82c.059-.522-.571-.808-.904-.411l-1.94 2.31-1.433-3.146a.766.766 0 0 0-1.405 0L9.864 10.41 7.924 8.1c-.333-.397-.963-.11-.904.411l.654 5.82Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgLeague as default };
|
package/esm/Twinkle.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTwinkle = 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: "M19.42 18.696a.807.807 0 0 1 .36-.36l2.084-1.043a.808.808 0 0 0 0-1.444l-2.084-1.042a.808.808 0 0 1-.36-.361l-1.043-2.084a.808.808 0 0 0-1.444 0l-1.042 2.084a.808.808 0 0 1-.361.361l-2.083 1.042a.808.808 0 0 0 0 1.444l2.083 1.042a.807.807 0 0 1 .361.361l1.042 2.084a.808.808 0 0 0 1.445 0l1.041-2.084ZM10.877 11.81a.808.808 0 0 1 .36-.362l3.35-1.674a.808.808 0 0 0 0-1.445l-3.35-1.674a.808.808 0 0 1-.36-.362L9.202 2.945a.808.808 0 0 0-1.444 0L6.083 6.293a.808.808 0 0 1-.361.362L2.373 8.329a.808.808 0 0 0 0 1.445l3.349 1.674a.807.807 0 0 1 .361.361l1.675 3.349a.808.808 0 0 0 1.444 0l1.675-3.349Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgTwinkle as default };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgWorkbookTwoColor = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#D9CDF9",
|
|
12
|
+
d: "M8.1 1.5A1.5 1.5 0 0 0 6.6 3v1.41h10.601a1.5 1.5 0 0 1 1.5 1.5v12.467h1.4a1.5 1.5 0 0 0 1.5-1.5V3a1.5 1.5 0 0 0-1.5-1.5h-12Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "#D9CDF9",
|
|
15
|
+
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h12.001a1.5 1.5 0 0 1 1.5 1.5V21a1.5 1.5 0 0 1-1.5 1.5h-12A1.5 1.5 0 0 1 2.5 21V7.123Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#9C7EEF",
|
|
18
|
+
d: "M2.5 7.123a1.5 1.5 0 0 1 1.5-1.5h.688V22.5H4A1.5 1.5 0 0 1 2.5 21V7.123ZM7.15 9.32c0-.519.42-.938.938-.938h5.626a.938.938 0 1 1 0 1.875H8.088a.938.938 0 0 1-.938-.938Z"
|
|
19
|
+
}));
|
|
20
|
+
|
|
21
|
+
export { SvgWorkbookTwoColor as default };
|
package/esm/index.js
CHANGED
|
@@ -92,6 +92,7 @@ export { default as InfoInCircleIcon } from './InfoInCircle.js';
|
|
|
92
92
|
export { default as InstagramIcon } from './Instagram.js';
|
|
93
93
|
export { default as KakaoColorIcon } from './KakaoColor.js';
|
|
94
94
|
export { default as KorIcon } from './Kor.js';
|
|
95
|
+
export { default as LeagueIcon } from './League.js';
|
|
95
96
|
export { default as LetterIcon } from './Letter.js';
|
|
96
97
|
export { default as LetterCrownColorIcon } from './LetterCrownColor.js';
|
|
97
98
|
export { default as LetterHeartColorIcon } from './LetterHeartColor.js';
|
|
@@ -183,6 +184,7 @@ export { default as TouchIcon } from './Touch.js';
|
|
|
183
184
|
export { default as TrashIcon } from './Trash.js';
|
|
184
185
|
export { default as TreasureboxIcon } from './Treasurebox.js';
|
|
185
186
|
export { default as TrophyIcon } from './Trophy.js';
|
|
187
|
+
export { default as TwinkleIcon } from './Twinkle.js';
|
|
186
188
|
export { default as UndoIcon } from './Undo.js';
|
|
187
189
|
export { default as UniversityIcon } from './University.js';
|
|
188
190
|
export { default as UserBlockedIcon } from './UserBlocked.js';
|
|
@@ -196,5 +198,6 @@ export { default as WarningIcon } from './Warning.js';
|
|
|
196
198
|
export { default as WifiIcon } from './Wifi.js';
|
|
197
199
|
export { default as WorkbookIcon } from './Workbook.js';
|
|
198
200
|
export { default as WorkbookColorIcon } from './WorkbookColor.js';
|
|
201
|
+
export { default as WorkbookTwoColorIcon } from './WorkbookTwoColor.js';
|
|
199
202
|
export { default as WrongIcon } from './Wrong.js';
|
|
200
203
|
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.28.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": "c9c6f0f3a7fee7f4bd9423ea882a49b2dab4812c"
|
|
42
42
|
}
|
package/svg/league.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="M5.06394 1C3.92406 1 3 1.92406 3 3.06394V17.9218C3 18.7335 3.47578 19.4699 4.21579 19.8034L10.9004 22.8165C11.4249 23.0529 12.0242 23.0597 12.5539 22.8352L19.7415 19.7888C20.5044 19.4654 21 18.7171 21 17.8885V3.06394C21 1.92406 20.0759 1 18.9361 1H5.06394ZM7.67409 14.3311C7.70437 14.6005 7.92532 14.8037 8.18794 14.8037H15.8112C16.0738 14.8037 16.2948 14.6005 16.3251 14.3311L16.9793 8.51119C17.038 7.98911 16.4079 7.70259 16.0745 8.09977L14.1355 10.4099L12.7017 7.26374C12.4221 6.65033 11.577 6.65033 11.2975 7.26374L9.86361 10.4099L7.92464 8.09977C7.59127 7.70259 6.96118 7.98911 7.01986 8.51119L7.67409 14.3311Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
package/svg/twinkle.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.4192 18.6963C19.4974 18.54 19.6241 18.4133 19.7804 18.3352L21.8639 17.2934C22.4591 16.9958 22.4591 16.1463 21.8639 15.8487L19.7804 14.807C19.6241 14.7288 19.4974 14.6021 19.4192 14.4458L18.3775 12.3624C18.0799 11.7671 17.2304 11.7671 16.9328 12.3624L15.8911 14.4458C15.8129 14.6021 15.6862 14.7288 15.5299 14.807L13.4465 15.8487C12.8512 16.1463 12.8512 16.9958 13.4465 17.2934L15.5299 18.3352C15.6862 18.4133 15.8129 18.54 15.8911 18.6963L16.9328 20.7798C17.2304 21.375 18.0799 21.375 18.3775 20.7798L19.4192 18.6963Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M10.8766 11.8093C10.9548 11.653 11.0815 11.5262 11.2378 11.4481L14.5865 9.77371C15.1818 9.47608 15.1818 8.6266 14.5865 8.32897L11.2378 6.65461C11.0815 6.57646 10.9548 6.44972 10.8766 6.29342L9.20224 2.9447C8.90461 2.34944 8.05513 2.34943 7.7575 2.9447L6.08314 6.29342C6.00499 6.44972 5.87825 6.57646 5.72195 6.65461L2.37323 8.32897C1.77796 8.6266 1.77796 9.47608 2.37323 9.77371L5.72195 11.4481C5.87825 11.5262 6.00499 11.653 6.08314 11.8093L7.7575 15.158C8.05513 15.7532 8.90461 15.7532 9.20224 15.158L10.8766 11.8093Z" fill="#8D94A0"/>
|
|
4
|
+
</svg>
|
|
@@ -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="M8.10014 1.5C7.27162 1.5 6.59998 2.17164 6.59998 3.00016V4.41049H17.2015C18.03 4.41049 18.7017 5.08214 18.7017 5.91065V18.3768H20.1014C20.9299 18.3768 21.6016 17.7052 21.6016 16.8766V3.00016C21.6016 2.17164 20.9299 1.5 20.1014 1.5H8.10014Z" fill="#D9CDF9"/>
|
|
3
|
+
<path d="M2.5 7.12336C2.5 6.29484 3.17164 5.6232 4.00016 5.6232H16.0014C16.83 5.6232 17.5016 6.29484 17.5016 7.12336V20.9998C17.5016 21.8284 16.83 22.5 16.0014 22.5H4.00016C3.17165 22.5 2.5 21.8284 2.5 20.9998V7.12336Z" fill="#D9CDF9"/>
|
|
4
|
+
<path d="M2.5 7.12336C2.5 6.29484 3.17164 5.6232 4.00016 5.6232H4.68773V22.5H4.00016C3.17165 22.5 2.5 21.8284 2.5 20.9998V7.12336Z" fill="#9C7EEF"/>
|
|
5
|
+
<path d="M7.15044 9.3192C7.15044 8.80138 7.57022 8.3816 8.08804 8.3816H13.7136C14.2315 8.3816 14.6512 8.80138 14.6512 9.3192C14.6512 9.83702 14.2315 10.2568 13.7136 10.2568H8.08804C7.57022 10.2568 7.15044 9.83702 7.15044 9.3192Z" fill="#9C7EEF"/>
|
|
6
|
+
</svg>
|