@triptease/icons 1.3.4 → 1.3.6
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/CHANGELOG.md +12 -0
- package/custom-elements.json +123 -7
- package/dist/src/icons/alert.d.ts +1 -1
- package/dist/src/icons/alert.js +1 -1
- package/dist/src/icons/alert.js.map +1 -1
- package/dist/src/icons/calendar.d.ts +1 -1
- package/dist/src/icons/calendar.js +1 -1
- package/dist/src/icons/calendar.js.map +1 -1
- package/dist/src/icons/chevron.d.ts +1 -1
- package/dist/src/icons/chevron.js +1 -1
- package/dist/src/icons/chevron.js.map +1 -1
- package/dist/src/icons/double-chevron.d.ts +1 -1
- package/dist/src/icons/double-chevron.js +2 -2
- package/dist/src/icons/double-chevron.js.map +1 -1
- package/dist/src/icons/edit.d.ts +1 -1
- package/dist/src/icons/edit.js +1 -1
- package/dist/src/icons/edit.js.map +1 -1
- package/dist/src/icons/external.d.ts +1 -1
- package/dist/src/icons/external.js +1 -1
- package/dist/src/icons/external.js.map +1 -1
- package/dist/src/icons/keyboard.d.ts +1 -1
- package/dist/src/icons/keyboard.js +1 -1
- package/dist/src/icons/keyboard.js.map +1 -1
- package/dist/src/icons/pause-filled.d.ts +1 -0
- package/dist/src/icons/pause-filled.js +5 -0
- package/dist/src/icons/pause-filled.js.map +1 -0
- package/dist/src/icons/pause.d.ts +1 -0
- package/dist/src/icons/pause.js +5 -0
- package/dist/src/icons/pause.js.map +1 -0
- package/dist/src/icons/stop-filled.d.ts +1 -0
- package/dist/src/icons/stop-filled.js +5 -0
- package/dist/src/icons/stop-filled.js.map +1 -0
- package/dist/src/icons/stop.d.ts +1 -0
- package/dist/src/icons/stop.js +5 -0
- package/dist/src/icons/stop.js.map +1 -0
- package/dist/src/index.d.ts +4 -0
- package/dist/src/index.js +4 -0
- package/dist/src/index.js.map +1 -1
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @triptease/icons
|
|
2
2
|
|
|
3
|
+
## 1.3.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Icons with hardcoded colours now inherit from their parent instead.
|
|
8
|
+
|
|
9
|
+
## 1.3.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Added icons: stop, stopFilled, pause, pauseFilled
|
|
14
|
+
|
|
3
15
|
## 1.3.4
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/custom-elements.json
CHANGED
|
@@ -407,6 +407,22 @@
|
|
|
407
407
|
"module": "./icons/new-tab.js"
|
|
408
408
|
}
|
|
409
409
|
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "js",
|
|
412
|
+
"name": "pause",
|
|
413
|
+
"declaration": {
|
|
414
|
+
"name": "pause",
|
|
415
|
+
"module": "./icons/pause.js"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"kind": "js",
|
|
420
|
+
"name": "pauseFilled",
|
|
421
|
+
"declaration": {
|
|
422
|
+
"name": "pauseFilled",
|
|
423
|
+
"module": "./icons/pause-filled.js"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
410
426
|
{
|
|
411
427
|
"kind": "js",
|
|
412
428
|
"name": "plus",
|
|
@@ -463,6 +479,22 @@
|
|
|
463
479
|
"module": "./icons/sidebar-expanded.js"
|
|
464
480
|
}
|
|
465
481
|
},
|
|
482
|
+
{
|
|
483
|
+
"kind": "js",
|
|
484
|
+
"name": "stop",
|
|
485
|
+
"declaration": {
|
|
486
|
+
"name": "stop",
|
|
487
|
+
"module": "./icons/stop.js"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"kind": "js",
|
|
492
|
+
"name": "stopFilled",
|
|
493
|
+
"declaration": {
|
|
494
|
+
"name": "stopFilled",
|
|
495
|
+
"module": "./icons/stop-filled.js"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
466
498
|
{
|
|
467
499
|
"kind": "js",
|
|
468
500
|
"name": "tag",
|
|
@@ -560,7 +592,7 @@
|
|
|
560
592
|
{
|
|
561
593
|
"kind": "variable",
|
|
562
594
|
"name": "alert",
|
|
563
|
-
"default": "`<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.25 5.75C9.25 5.33579 9.58579 5 10 5C10.4142 5 10.75 5.33579 10.75 5.75V11.25C10.75 11.6642 10.4142 12 10 12C9.58579 12 9.25 11.6642 9.25 11.25V5.75ZM10.75 13.75C10.75 14.1642 10.4142 14.5 10 14.5C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75Z\" fill=\"
|
|
595
|
+
"default": "`<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.25 5.75C9.25 5.33579 9.58579 5 10 5C10.4142 5 10.75 5.33579 10.75 5.75V11.25C10.75 11.6642 10.4142 12 10 12C9.58579 12 9.25 11.6642 9.25 11.25V5.75ZM10.75 13.75C10.75 14.1642 10.4142 14.5 10 14.5C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75Z\" fill=\"currentColor\"/> </svg>`"
|
|
564
596
|
}
|
|
565
597
|
],
|
|
566
598
|
"exports": [
|
|
@@ -749,7 +781,7 @@
|
|
|
749
781
|
{
|
|
750
782
|
"kind": "variable",
|
|
751
783
|
"name": "calendarIcon",
|
|
752
|
-
"default": "`<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2H3C1.34315 2 0 3.34315 0 5V16C0 17.6569 1.34315 19 3 19H15C16.6569 19 18 17.6569 18 16V5C18 3.34315 16.6569 2 15 2H13.75V0.75C13.75 0.335786 13.4142 0 13 0C12.5858 0 12.25 0.335786 12.25 0.75V2H5.75V0.75ZM3 3.5H15C15.8284 3.5 16.5 4.17157 16.5 5V7.25H1.5V5C1.5 4.17157 2.17157 3.5 3 3.5ZM1.5 8.75V16C1.5 16.8284 2.17157 17.5 3 17.5H15C15.8284 17.5 16.5 16.8284 16.5 16V8.75H1.5Z\" fill=\"
|
|
784
|
+
"default": "`<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2H3C1.34315 2 0 3.34315 0 5V16C0 17.6569 1.34315 19 3 19H15C16.6569 19 18 17.6569 18 16V5C18 3.34315 16.6569 2 15 2H13.75V0.75C13.75 0.335786 13.4142 0 13 0C12.5858 0 12.25 0.335786 12.25 0.75V2H5.75V0.75ZM3 3.5H15C15.8284 3.5 16.5 4.17157 16.5 5V7.25H1.5V5C1.5 4.17157 2.17157 3.5 3 3.5ZM1.5 8.75V16C1.5 16.8284 2.17157 17.5 3 17.5H15C15.8284 17.5 16.5 16.8284 16.5 16V8.75H1.5Z\" fill=\"currentColor\"/> </svg> `"
|
|
753
785
|
}
|
|
754
786
|
],
|
|
755
787
|
"exports": [
|
|
@@ -875,7 +907,7 @@
|
|
|
875
907
|
{
|
|
876
908
|
"kind": "variable",
|
|
877
909
|
"name": "chevron",
|
|
878
|
-
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"chevron\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7073 6.29289C16.0978 6.68342 16.0978 7.31658 15.7073 7.70711L11.4144 12L15.7073 16.2929C16.0978 16.6834 16.0978 17.3166 15.7073 17.7071C15.3167 18.0976 14.6836 18.0976 14.293 17.7071L8.58594 12L14.293 6.29289C14.6836 5.90237 15.3167 5.90237 15.7073 6.29289Z\" fill=\"
|
|
910
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"chevron\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7073 6.29289C16.0978 6.68342 16.0978 7.31658 15.7073 7.70711L11.4144 12L15.7073 16.2929C16.0978 16.6834 16.0978 17.3166 15.7073 17.7071C15.3167 18.0976 14.6836 18.0976 14.293 17.7071L8.58594 12L14.293 6.29289C14.6836 5.90237 15.3167 5.90237 15.7073 6.29289Z\" fill=\"currentColor\"/> </svg>`"
|
|
879
911
|
}
|
|
880
912
|
],
|
|
881
913
|
"exports": [
|
|
@@ -1085,7 +1117,7 @@
|
|
|
1085
1117
|
{
|
|
1086
1118
|
"kind": "variable",
|
|
1087
1119
|
"name": "doubleChevron",
|
|
1088
|
-
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 7L7 12L12 17\" stroke=\"
|
|
1120
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 7L7 12L12 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/> <path d=\"M17.5 9.5L15 12L17.5 14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/> </svg>`"
|
|
1089
1121
|
}
|
|
1090
1122
|
],
|
|
1091
1123
|
"exports": [
|
|
@@ -1148,7 +1180,7 @@
|
|
|
1148
1180
|
{
|
|
1149
1181
|
"kind": "variable",
|
|
1150
1182
|
"name": "edit",
|
|
1151
|
-
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.45321 14.5468C4.15846 14.8416 3.96316 15.221 3.89464 15.6322L3.11508 20.3095C3.05868 20.6479 3.35207 20.9413 3.69048 20.8849L8.36779 20.1054C8.77897 20.0368 9.15845 19.8416 9.45321 19.5468L20.8787 8.12133C22.0503 6.94975 22.0503 5.05026 20.8787 3.87869L20.1213 3.12133C18.9498 1.94975 17.0503 1.94975 15.8787 3.12132L4.45321 14.5468ZM18.4697 8.40902L19.818 7.06067C20.4038 6.47488 20.4038 5.52513 19.818 4.93935L20.8787 3.87869L19.818 4.93935L19.0607 4.18199C18.4749 3.5962 17.5251 3.5962 16.9393 4.18198L15.591 5.53034L18.4697 8.40902ZM17.409 9.46968L14.5303 6.591L7.87326 13.2481L8.47435 15.0513C8.549 15.2753 8.72473 15.451 8.94869 15.5257L10.7519 16.1267L17.409 9.46968ZM8.47435 16.9487L9.56609 17.3126L8.39255 18.4861C8.31886 18.5598 8.22399 18.6087 8.1212 18.6258L4.82483 19.1752L5.37423 15.8788C5.39136 15.776 5.44018 15.6811 5.51387 15.6075L6.68741 14.4339L7.05132 15.5257C7.27527 16.1975 7.80248 16.7247 8.47435 16.9487Z\" fill=\"
|
|
1183
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.45321 14.5468C4.15846 14.8416 3.96316 15.221 3.89464 15.6322L3.11508 20.3095C3.05868 20.6479 3.35207 20.9413 3.69048 20.8849L8.36779 20.1054C8.77897 20.0368 9.15845 19.8416 9.45321 19.5468L20.8787 8.12133C22.0503 6.94975 22.0503 5.05026 20.8787 3.87869L20.1213 3.12133C18.9498 1.94975 17.0503 1.94975 15.8787 3.12132L4.45321 14.5468ZM18.4697 8.40902L19.818 7.06067C20.4038 6.47488 20.4038 5.52513 19.818 4.93935L20.8787 3.87869L19.818 4.93935L19.0607 4.18199C18.4749 3.5962 17.5251 3.5962 16.9393 4.18198L15.591 5.53034L18.4697 8.40902ZM17.409 9.46968L14.5303 6.591L7.87326 13.2481L8.47435 15.0513C8.549 15.2753 8.72473 15.451 8.94869 15.5257L10.7519 16.1267L17.409 9.46968ZM8.47435 16.9487L9.56609 17.3126L8.39255 18.4861C8.31886 18.5598 8.22399 18.6087 8.1212 18.6258L4.82483 19.1752L5.37423 15.8788C5.39136 15.776 5.44018 15.6811 5.51387 15.6075L6.68741 14.4339L7.05132 15.5257C7.27527 16.1975 7.80248 16.7247 8.47435 16.9487Z\" fill=\"currentColor\"/> </svg> `"
|
|
1152
1184
|
}
|
|
1153
1185
|
],
|
|
1154
1186
|
"exports": [
|
|
@@ -1190,7 +1222,7 @@
|
|
|
1190
1222
|
{
|
|
1191
1223
|
"kind": "variable",
|
|
1192
1224
|
"name": "external",
|
|
1193
|
-
"default": "`<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 2C6.41421 2 6.75 2.33579 6.75 2.75C6.75 3.16421 6.41421 3.5 6 3.5H4.75C4.05964 3.5 3.5 4.05964 3.5 4.75V11.25C3.5 11.9404 4.05964 12.5 4.75 12.5H11.25C11.9404 12.5 12.5 11.9404 12.5 11.25V10C12.5 9.58579 12.8358 9.25 13.25 9.25C13.6642 9.25 14 9.58579 14 10V11.25C14 12.7688 12.7688 14 11.25 14H4.75C3.23122 14 2 12.7688 2 11.25V4.75C2 3.23122 3.23122 2 4.75 2H6ZM14 6C14 6.41421 13.6642 6.75 13.25 6.75C12.8358 6.75 12.5 6.41421 12.5 6V4.56055L8.03027 9.03027C7.73738 9.32317 7.26262 9.32317 6.96973 9.03027C6.67683 8.73738 6.67683 8.26262 6.96973 7.96973L11.4395 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75C9.25 2.33579 9.58579 2 10 2H14V6Z\" fill=\"
|
|
1225
|
+
"default": "`<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 2C6.41421 2 6.75 2.33579 6.75 2.75C6.75 3.16421 6.41421 3.5 6 3.5H4.75C4.05964 3.5 3.5 4.05964 3.5 4.75V11.25C3.5 11.9404 4.05964 12.5 4.75 12.5H11.25C11.9404 12.5 12.5 11.9404 12.5 11.25V10C12.5 9.58579 12.8358 9.25 13.25 9.25C13.6642 9.25 14 9.58579 14 10V11.25C14 12.7688 12.7688 14 11.25 14H4.75C3.23122 14 2 12.7688 2 11.25V4.75C2 3.23122 3.23122 2 4.75 2H6ZM14 6C14 6.41421 13.6642 6.75 13.25 6.75C12.8358 6.75 12.5 6.41421 12.5 6V4.56055L8.03027 9.03027C7.73738 9.32317 7.26262 9.32317 6.96973 9.03027C6.67683 8.73738 6.67683 8.26262 6.96973 7.96973L11.4395 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75C9.25 2.33579 9.58579 2 10 2H14V6Z\" fill=\"currentColor\"/> </svg>`"
|
|
1194
1226
|
}
|
|
1195
1227
|
],
|
|
1196
1228
|
"exports": [
|
|
@@ -1421,7 +1453,7 @@
|
|
|
1421
1453
|
{
|
|
1422
1454
|
"kind": "variable",
|
|
1423
1455
|
"name": "keyboard",
|
|
1424
|
-
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"keyboard\"> <g clip-path=\"url(#clip0_286_15035)\"> <path d=\"M20 7V17H4V7H20ZM20 5H4C2.9 5 2.01 5.9 2.01 7L2 17C2 18.1 2.9 19 4 19H20C21.1 19 22 18.1 22 17V7C22 5.9 21.1 5 20 5ZM11 8H13V10H11V8ZM11 11H13V13H11V11ZM8 8H10V10H8V8ZM8 11H10V13H8V11ZM5 11H7V13H5V11ZM5 8H7V10H5V8ZM8 14H16V16H8V14ZM14 11H16V13H14V11ZM14 8H16V10H14V8ZM17 11H19V13H17V11ZM17 8H19V10H17V8Z\" fill=\"
|
|
1456
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"keyboard\"> <g clip-path=\"url(#clip0_286_15035)\"> <path d=\"M20 7V17H4V7H20ZM20 5H4C2.9 5 2.01 5.9 2.01 7L2 17C2 18.1 2.9 19 4 19H20C21.1 19 22 18.1 22 17V7C22 5.9 21.1 5 20 5ZM11 8H13V10H11V8ZM11 11H13V13H11V11ZM8 8H10V10H8V8ZM8 11H10V13H8V11ZM5 11H7V13H5V11ZM5 8H7V10H5V8ZM8 14H16V16H8V14ZM14 11H16V13H14V11ZM14 8H16V10H14V8ZM17 11H19V13H17V11ZM17 8H19V10H17V8Z\" fill=\"currentColor\"/> </g> <defs> <clipPath id=\"clip0_286_15035\"> <rect width=\"24\" height=\"24\" fill=\"white\"/> </clipPath> </defs> </svg> `"
|
|
1425
1457
|
}
|
|
1426
1458
|
],
|
|
1427
1459
|
"exports": [
|
|
@@ -1603,6 +1635,48 @@
|
|
|
1603
1635
|
}
|
|
1604
1636
|
]
|
|
1605
1637
|
},
|
|
1638
|
+
{
|
|
1639
|
+
"kind": "javascript-module",
|
|
1640
|
+
"path": "src/icons/pause-filled.ts",
|
|
1641
|
+
"declarations": [
|
|
1642
|
+
{
|
|
1643
|
+
"kind": "variable",
|
|
1644
|
+
"name": "pauseFilled",
|
|
1645
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 3.75C9.55228 3.75 10 4.19772 10 4.75V19.25C10 19.8023 9.55228 20.25 9 20.25H5.75C5.19772 20.25 4.75 19.8023 4.75 19.25V4.75C4.75 4.19772 5.19772 3.75 5.75 3.75H9ZM18.25 3.75C18.8023 3.75 19.25 4.19772 19.25 4.75V19.25C19.25 19.8023 18.8023 20.25 18.25 20.25H15C14.4477 20.25 14 19.8023 14 19.25V4.75C14 4.19772 14.4477 3.75 15 3.75H18.25Z\" fill=\"currentColor\"/> </svg> `"
|
|
1646
|
+
}
|
|
1647
|
+
],
|
|
1648
|
+
"exports": [
|
|
1649
|
+
{
|
|
1650
|
+
"kind": "js",
|
|
1651
|
+
"name": "pauseFilled",
|
|
1652
|
+
"declaration": {
|
|
1653
|
+
"name": "pauseFilled",
|
|
1654
|
+
"module": "src/icons/pause-filled.ts"
|
|
1655
|
+
}
|
|
1656
|
+
}
|
|
1657
|
+
]
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "javascript-module",
|
|
1661
|
+
"path": "src/icons/pause.ts",
|
|
1662
|
+
"declarations": [
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "variable",
|
|
1665
|
+
"name": "pause",
|
|
1666
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 3C9.9665 3 10.75 3.7835 10.75 4.75V19.25C10.75 20.2165 9.9665 21 9 21H5.75C4.7835 21 4 20.2165 4 19.25V4.75C4 3.7835 4.7835 3 5.75 3H9ZM18.25 3C19.2165 3 20 3.7835 20 4.75V19.25C20 20.2165 19.2165 21 18.25 21H15C14.0335 21 13.25 20.2165 13.25 19.25V4.75C13.25 3.7835 14.0335 3 15 3H18.25ZM5.75 4.5C5.61193 4.5 5.5 4.61193 5.5 4.75V19.25C5.5 19.3881 5.61193 19.5 5.75 19.5H9C9.13807 19.5 9.25 19.3881 9.25 19.25V4.75C9.25 4.61193 9.13807 4.5 9 4.5H5.75ZM15 4.5C14.8619 4.5 14.75 4.61193 14.75 4.75V19.25C14.75 19.3881 14.8619 19.5 15 19.5H18.25C18.3881 19.5 18.5 19.3881 18.5 19.25V4.75C18.5 4.61193 18.3881 4.5 18.25 4.5H15Z\" fill=\"currentColor\"/> </svg> `"
|
|
1667
|
+
}
|
|
1668
|
+
],
|
|
1669
|
+
"exports": [
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "js",
|
|
1672
|
+
"name": "pause",
|
|
1673
|
+
"declaration": {
|
|
1674
|
+
"name": "pause",
|
|
1675
|
+
"module": "src/icons/pause.ts"
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
]
|
|
1679
|
+
},
|
|
1606
1680
|
{
|
|
1607
1681
|
"kind": "javascript-module",
|
|
1608
1682
|
"path": "src/icons/plus.ts",
|
|
@@ -1750,6 +1824,48 @@
|
|
|
1750
1824
|
}
|
|
1751
1825
|
]
|
|
1752
1826
|
},
|
|
1827
|
+
{
|
|
1828
|
+
"kind": "javascript-module",
|
|
1829
|
+
"path": "src/icons/stop-filled.ts",
|
|
1830
|
+
"declarations": [
|
|
1831
|
+
{
|
|
1832
|
+
"kind": "variable",
|
|
1833
|
+
"name": "stopFilled",
|
|
1834
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V7Z\" fill=\"currentColor\"/> </svg> `"
|
|
1835
|
+
}
|
|
1836
|
+
],
|
|
1837
|
+
"exports": [
|
|
1838
|
+
{
|
|
1839
|
+
"kind": "js",
|
|
1840
|
+
"name": "stopFilled",
|
|
1841
|
+
"declaration": {
|
|
1842
|
+
"name": "stopFilled",
|
|
1843
|
+
"module": "src/icons/stop-filled.ts"
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1846
|
+
]
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "javascript-module",
|
|
1850
|
+
"path": "src/icons/stop.ts",
|
|
1851
|
+
"declarations": [
|
|
1852
|
+
{
|
|
1853
|
+
"kind": "variable",
|
|
1854
|
+
"name": "stop",
|
|
1855
|
+
"default": "`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z\" fill=\"currentColor\"/> </svg> `"
|
|
1856
|
+
}
|
|
1857
|
+
],
|
|
1858
|
+
"exports": [
|
|
1859
|
+
{
|
|
1860
|
+
"kind": "js",
|
|
1861
|
+
"name": "stop",
|
|
1862
|
+
"declaration": {
|
|
1863
|
+
"name": "stop",
|
|
1864
|
+
"module": "src/icons/stop.ts"
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1867
|
+
]
|
|
1868
|
+
},
|
|
1753
1869
|
{
|
|
1754
1870
|
"kind": "javascript-module",
|
|
1755
1871
|
"path": "src/icons/tag.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const alert = "<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.25 5.75C9.25 5.33579 9.58579 5 10 5C10.4142 5 10.75 5.33579 10.75 5.75V11.25C10.75 11.6642 10.4142 12 10 12C9.58579 12 9.25 11.6642 9.25 11.25V5.75ZM10.75 13.75C10.75 14.1642 10.4142 14.5 10 14.5C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75Z\" fill=\"
|
|
1
|
+
export declare const alert = "<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.25 5.75C9.25 5.33579 9.58579 5 10 5C10.4142 5 10.75 5.33579 10.75 5.75V11.25C10.75 11.6642 10.4142 12 10 12C9.58579 12 9.25 11.6642 9.25 11.25V5.75ZM10.75 13.75C10.75 14.1642 10.4142 14.5 10 14.5C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75Z\" fill=\"currentColor\"/>\n</svg>";
|
package/dist/src/icons/alert.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const alert = `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.25 5.75C9.25 5.33579 9.58579 5 10 5C10.4142 5 10.75 5.33579 10.75 5.75V11.25C10.75 11.6642 10.4142 12 10 12C9.58579 12 9.25 11.6642 9.25 11.25V5.75ZM10.75 13.75C10.75 14.1642 10.4142 14.5 10 14.5C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75Z" fill="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.25 5.75C9.25 5.33579 9.58579 5 10 5C10.4142 5 10.75 5.33579 10.75 5.75V11.25C10.75 11.6642 10.4142 12 10 12C9.58579 12 9.25 11.6642 9.25 11.25V5.75ZM10.75 13.75C10.75 14.1642 10.4142 14.5 10 14.5C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75Z" fill="currentColor"/>
|
|
3
3
|
</svg>`;
|
|
4
4
|
//# sourceMappingURL=alert.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert.js","sourceRoot":"","sources":["../../../src/icons/alert.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG;;OAEd,CAAC","sourcesContent":["export const alert = `<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.25 5.75C9.25 5.33579 9.58579 5 10 5C10.4142 5 10.75 5.33579 10.75 5.75V11.25C10.75 11.6642 10.4142 12 10 12C9.58579 12 9.25 11.6642 9.25 11.25V5.75ZM10.75 13.75C10.75 14.1642 10.4142 14.5 10 14.5C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75Z\" fill=\"
|
|
1
|
+
{"version":3,"file":"alert.js","sourceRoot":"","sources":["../../../src/icons/alert.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG;;OAEd,CAAC","sourcesContent":["export const alert = `<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.25 5.75C9.25 5.33579 9.58579 5 10 5C10.4142 5 10.75 5.33579 10.75 5.75V11.25C10.75 11.6642 10.4142 12 10 12C9.58579 12 9.25 11.6642 9.25 11.25V5.75ZM10.75 13.75C10.75 14.1642 10.4142 14.5 10 14.5C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75Z\" fill=\"currentColor\"/>\n</svg>`;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const calendarIcon = "<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2H3C1.34315 2 0 3.34315 0 5V16C0 17.6569 1.34315 19 3 19H15C16.6569 19 18 17.6569 18 16V5C18 3.34315 16.6569 2 15 2H13.75V0.75C13.75 0.335786 13.4142 0 13 0C12.5858 0 12.25 0.335786 12.25 0.75V2H5.75V0.75ZM3 3.5H15C15.8284 3.5 16.5 4.17157 16.5 5V7.25H1.5V5C1.5 4.17157 2.17157 3.5 3 3.5ZM1.5 8.75V16C1.5 16.8284 2.17157 17.5 3 17.5H15C15.8284 17.5 16.5 16.8284 16.5 16V8.75H1.5Z\" fill=\"
|
|
1
|
+
export declare const calendarIcon = "<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2H3C1.34315 2 0 3.34315 0 5V16C0 17.6569 1.34315 19 3 19H15C16.6569 19 18 17.6569 18 16V5C18 3.34315 16.6569 2 15 2H13.75V0.75C13.75 0.335786 13.4142 0 13 0C12.5858 0 12.25 0.335786 12.25 0.75V2H5.75V0.75ZM3 3.5H15C15.8284 3.5 16.5 4.17157 16.5 5V7.25H1.5V5C1.5 4.17157 2.17157 3.5 3 3.5ZM1.5 8.75V16C1.5 16.8284 2.17157 17.5 3 17.5H15C15.8284 17.5 16.5 16.8284 16.5 16V8.75H1.5Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const calendarIcon = `<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2H3C1.34315 2 0 3.34315 0 5V16C0 17.6569 1.34315 19 3 19H15C16.6569 19 18 17.6569 18 16V5C18 3.34315 16.6569 2 15 2H13.75V0.75C13.75 0.335786 13.4142 0 13 0C12.5858 0 12.25 0.335786 12.25 0.75V2H5.75V0.75ZM3 3.5H15C15.8284 3.5 16.5 4.17157 16.5 5V7.25H1.5V5C1.5 4.17157 2.17157 3.5 3 3.5ZM1.5 8.75V16C1.5 16.8284 2.17157 17.5 3 17.5H15C15.8284 17.5 16.5 16.8284 16.5 16V8.75H1.5Z" fill="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2H3C1.34315 2 0 3.34315 0 5V16C0 17.6569 1.34315 19 3 19H15C16.6569 19 18 17.6569 18 16V5C18 3.34315 16.6569 2 15 2H13.75V0.75C13.75 0.335786 13.4142 0 13 0C12.5858 0 12.25 0.335786 12.25 0.75V2H5.75V0.75ZM3 3.5H15C15.8284 3.5 16.5 4.17157 16.5 5V7.25H1.5V5C1.5 4.17157 2.17157 3.5 3 3.5ZM1.5 8.75V16C1.5 16.8284 2.17157 17.5 3 17.5H15C15.8284 17.5 16.5 16.8284 16.5 16V8.75H1.5Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|
|
4
4
|
`;
|
|
5
5
|
//# sourceMappingURL=calendar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calendar.js","sourceRoot":"","sources":["../../../src/icons/calendar.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG;;;CAG3B,CAAC","sourcesContent":["export const calendarIcon = `<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2H3C1.34315 2 0 3.34315 0 5V16C0 17.6569 1.34315 19 3 19H15C16.6569 19 18 17.6569 18 16V5C18 3.34315 16.6569 2 15 2H13.75V0.75C13.75 0.335786 13.4142 0 13 0C12.5858 0 12.25 0.335786 12.25 0.75V2H5.75V0.75ZM3 3.5H15C15.8284 3.5 16.5 4.17157 16.5 5V7.25H1.5V5C1.5 4.17157 2.17157 3.5 3 3.5ZM1.5 8.75V16C1.5 16.8284 2.17157 17.5 3 17.5H15C15.8284 17.5 16.5 16.8284 16.5 16V8.75H1.5Z\" fill=\"
|
|
1
|
+
{"version":3,"file":"calendar.js","sourceRoot":"","sources":["../../../src/icons/calendar.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG;;;CAG3B,CAAC","sourcesContent":["export const calendarIcon = `<svg width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2H3C1.34315 2 0 3.34315 0 5V16C0 17.6569 1.34315 19 3 19H15C16.6569 19 18 17.6569 18 16V5C18 3.34315 16.6569 2 15 2H13.75V0.75C13.75 0.335786 13.4142 0 13 0C12.5858 0 12.25 0.335786 12.25 0.75V2H5.75V0.75ZM3 3.5H15C15.8284 3.5 16.5 4.17157 16.5 5V7.25H1.5V5C1.5 4.17157 2.17157 3.5 3 3.5ZM1.5 8.75V16C1.5 16.8284 2.17157 17.5 3 17.5H15C15.8284 17.5 16.5 16.8284 16.5 16V8.75H1.5Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const chevron = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"chevron\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7073 6.29289C16.0978 6.68342 16.0978 7.31658 15.7073 7.70711L11.4144 12L15.7073 16.2929C16.0978 16.6834 16.0978 17.3166 15.7073 17.7071C15.3167 18.0976 14.6836 18.0976 14.293 17.7071L8.58594 12L14.293 6.29289C14.6836 5.90237 15.3167 5.90237 15.7073 6.29289Z\" fill=\"
|
|
1
|
+
export declare const chevron = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"chevron\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7073 6.29289C16.0978 6.68342 16.0978 7.31658 15.7073 7.70711L11.4144 12L15.7073 16.2929C16.0978 16.6834 16.0978 17.3166 15.7073 17.7071C15.3167 18.0976 14.6836 18.0976 14.293 17.7071L8.58594 12L14.293 6.29289C14.6836 5.90237 15.3167 5.90237 15.7073 6.29289Z\" fill=\"currentColor\"/>\n</svg>";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const chevron = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="chevron">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.7073 6.29289C16.0978 6.68342 16.0978 7.31658 15.7073 7.70711L11.4144 12L15.7073 16.2929C16.0978 16.6834 16.0978 17.3166 15.7073 17.7071C15.3167 18.0976 14.6836 18.0976 14.293 17.7071L8.58594 12L14.293 6.29289C14.6836 5.90237 15.3167 5.90237 15.7073 6.29289Z" fill="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.7073 6.29289C16.0978 6.68342 16.0978 7.31658 15.7073 7.70711L11.4144 12L15.7073 16.2929C16.0978 16.6834 16.0978 17.3166 15.7073 17.7071C15.3167 18.0976 14.6836 18.0976 14.293 17.7071L8.58594 12L14.293 6.29289C14.6836 5.90237 15.3167 5.90237 15.7073 6.29289Z" fill="currentColor"/>
|
|
3
3
|
</svg>`;
|
|
4
4
|
//# sourceMappingURL=chevron.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chevron.js","sourceRoot":"","sources":["../../../src/icons/chevron.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;;OAEhB,CAAC","sourcesContent":["export const chevron = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"chevron\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7073 6.29289C16.0978 6.68342 16.0978 7.31658 15.7073 7.70711L11.4144 12L15.7073 16.2929C16.0978 16.6834 16.0978 17.3166 15.7073 17.7071C15.3167 18.0976 14.6836 18.0976 14.293 17.7071L8.58594 12L14.293 6.29289C14.6836 5.90237 15.3167 5.90237 15.7073 6.29289Z\" fill=\"
|
|
1
|
+
{"version":3,"file":"chevron.js","sourceRoot":"","sources":["../../../src/icons/chevron.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;;OAEhB,CAAC","sourcesContent":["export const chevron = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"chevron\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7073 6.29289C16.0978 6.68342 16.0978 7.31658 15.7073 7.70711L11.4144 12L15.7073 16.2929C16.0978 16.6834 16.0978 17.3166 15.7073 17.7071C15.3167 18.0976 14.6836 18.0976 14.293 17.7071L8.58594 12L14.293 6.29289C14.6836 5.90237 15.3167 5.90237 15.7073 6.29289Z\" fill=\"currentColor\"/>\n</svg>`;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const doubleChevron = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7L7 12L12 17\" stroke=\"
|
|
1
|
+
export declare const doubleChevron = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7L7 12L12 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n<path d=\"M17.5 9.5L15 12L17.5 14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n</svg>";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const doubleChevron = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M12 7L7 12L12 17" stroke="
|
|
3
|
-
<path d="M17.5 9.5L15 12L17.5 14.5" stroke="
|
|
2
|
+
<path d="M12 7L7 12L12 17" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
3
|
+
<path d="M17.5 9.5L15 12L17.5 14.5" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
4
4
|
</svg>`;
|
|
5
5
|
//# sourceMappingURL=double-chevron.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"double-chevron.js","sourceRoot":"","sources":["../../../src/icons/double-chevron.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;;;OAGtB,CAAC","sourcesContent":["export const doubleChevron = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7L7 12L12 17\" stroke=\"
|
|
1
|
+
{"version":3,"file":"double-chevron.js","sourceRoot":"","sources":["../../../src/icons/double-chevron.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;;;OAGtB,CAAC","sourcesContent":["export const doubleChevron = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7L7 12L12 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n<path d=\"M17.5 9.5L15 12L17.5 14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n</svg>`;\n"]}
|
package/dist/src/icons/edit.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const edit = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.45321 14.5468C4.15846 14.8416 3.96316 15.221 3.89464 15.6322L3.11508 20.3095C3.05868 20.6479 3.35207 20.9413 3.69048 20.8849L8.36779 20.1054C8.77897 20.0368 9.15845 19.8416 9.45321 19.5468L20.8787 8.12133C22.0503 6.94975 22.0503 5.05026 20.8787 3.87869L20.1213 3.12133C18.9498 1.94975 17.0503 1.94975 15.8787 3.12132L4.45321 14.5468ZM18.4697 8.40902L19.818 7.06067C20.4038 6.47488 20.4038 5.52513 19.818 4.93935L20.8787 3.87869L19.818 4.93935L19.0607 4.18199C18.4749 3.5962 17.5251 3.5962 16.9393 4.18198L15.591 5.53034L18.4697 8.40902ZM17.409 9.46968L14.5303 6.591L7.87326 13.2481L8.47435 15.0513C8.549 15.2753 8.72473 15.451 8.94869 15.5257L10.7519 16.1267L17.409 9.46968ZM8.47435 16.9487L9.56609 17.3126L8.39255 18.4861C8.31886 18.5598 8.22399 18.6087 8.1212 18.6258L4.82483 19.1752L5.37423 15.8788C5.39136 15.776 5.44018 15.6811 5.51387 15.6075L6.68741 14.4339L7.05132 15.5257C7.27527 16.1975 7.80248 16.7247 8.47435 16.9487Z\" fill=\"
|
|
1
|
+
export declare const edit = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.45321 14.5468C4.15846 14.8416 3.96316 15.221 3.89464 15.6322L3.11508 20.3095C3.05868 20.6479 3.35207 20.9413 3.69048 20.8849L8.36779 20.1054C8.77897 20.0368 9.15845 19.8416 9.45321 19.5468L20.8787 8.12133C22.0503 6.94975 22.0503 5.05026 20.8787 3.87869L20.1213 3.12133C18.9498 1.94975 17.0503 1.94975 15.8787 3.12132L4.45321 14.5468ZM18.4697 8.40902L19.818 7.06067C20.4038 6.47488 20.4038 5.52513 19.818 4.93935L20.8787 3.87869L19.818 4.93935L19.0607 4.18199C18.4749 3.5962 17.5251 3.5962 16.9393 4.18198L15.591 5.53034L18.4697 8.40902ZM17.409 9.46968L14.5303 6.591L7.87326 13.2481L8.47435 15.0513C8.549 15.2753 8.72473 15.451 8.94869 15.5257L10.7519 16.1267L17.409 9.46968ZM8.47435 16.9487L9.56609 17.3126L8.39255 18.4861C8.31886 18.5598 8.22399 18.6087 8.1212 18.6258L4.82483 19.1752L5.37423 15.8788C5.39136 15.776 5.44018 15.6811 5.51387 15.6075L6.68741 14.4339L7.05132 15.5257C7.27527 16.1975 7.80248 16.7247 8.47435 16.9487Z\" fill=\"currentColor\"/>\n</svg>\n";
|
package/dist/src/icons/edit.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const edit = `<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="M4.45321 14.5468C4.15846 14.8416 3.96316 15.221 3.89464 15.6322L3.11508 20.3095C3.05868 20.6479 3.35207 20.9413 3.69048 20.8849L8.36779 20.1054C8.77897 20.0368 9.15845 19.8416 9.45321 19.5468L20.8787 8.12133C22.0503 6.94975 22.0503 5.05026 20.8787 3.87869L20.1213 3.12133C18.9498 1.94975 17.0503 1.94975 15.8787 3.12132L4.45321 14.5468ZM18.4697 8.40902L19.818 7.06067C20.4038 6.47488 20.4038 5.52513 19.818 4.93935L20.8787 3.87869L19.818 4.93935L19.0607 4.18199C18.4749 3.5962 17.5251 3.5962 16.9393 4.18198L15.591 5.53034L18.4697 8.40902ZM17.409 9.46968L14.5303 6.591L7.87326 13.2481L8.47435 15.0513C8.549 15.2753 8.72473 15.451 8.94869 15.5257L10.7519 16.1267L17.409 9.46968ZM8.47435 16.9487L9.56609 17.3126L8.39255 18.4861C8.31886 18.5598 8.22399 18.6087 8.1212 18.6258L4.82483 19.1752L5.37423 15.8788C5.39136 15.776 5.44018 15.6811 5.51387 15.6075L6.68741 14.4339L7.05132 15.5257C7.27527 16.1975 7.80248 16.7247 8.47435 16.9487Z" fill="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.45321 14.5468C4.15846 14.8416 3.96316 15.221 3.89464 15.6322L3.11508 20.3095C3.05868 20.6479 3.35207 20.9413 3.69048 20.8849L8.36779 20.1054C8.77897 20.0368 9.15845 19.8416 9.45321 19.5468L20.8787 8.12133C22.0503 6.94975 22.0503 5.05026 20.8787 3.87869L20.1213 3.12133C18.9498 1.94975 17.0503 1.94975 15.8787 3.12132L4.45321 14.5468ZM18.4697 8.40902L19.818 7.06067C20.4038 6.47488 20.4038 5.52513 19.818 4.93935L20.8787 3.87869L19.818 4.93935L19.0607 4.18199C18.4749 3.5962 17.5251 3.5962 16.9393 4.18198L15.591 5.53034L18.4697 8.40902ZM17.409 9.46968L14.5303 6.591L7.87326 13.2481L8.47435 15.0513C8.549 15.2753 8.72473 15.451 8.94869 15.5257L10.7519 16.1267L17.409 9.46968ZM8.47435 16.9487L9.56609 17.3126L8.39255 18.4861C8.31886 18.5598 8.22399 18.6087 8.1212 18.6258L4.82483 19.1752L5.37423 15.8788C5.39136 15.776 5.44018 15.6811 5.51387 15.6075L6.68741 14.4339L7.05132 15.5257C7.27527 16.1975 7.80248 16.7247 8.47435 16.9487Z" fill="currentColor"/>
|
|
3
3
|
</svg>
|
|
4
4
|
`;
|
|
5
5
|
//# sourceMappingURL=edit.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edit.js","sourceRoot":"","sources":["../../../src/icons/edit.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG;;;CAGnB,CAAC","sourcesContent":["export const edit = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.45321 14.5468C4.15846 14.8416 3.96316 15.221 3.89464 15.6322L3.11508 20.3095C3.05868 20.6479 3.35207 20.9413 3.69048 20.8849L8.36779 20.1054C8.77897 20.0368 9.15845 19.8416 9.45321 19.5468L20.8787 8.12133C22.0503 6.94975 22.0503 5.05026 20.8787 3.87869L20.1213 3.12133C18.9498 1.94975 17.0503 1.94975 15.8787 3.12132L4.45321 14.5468ZM18.4697 8.40902L19.818 7.06067C20.4038 6.47488 20.4038 5.52513 19.818 4.93935L20.8787 3.87869L19.818 4.93935L19.0607 4.18199C18.4749 3.5962 17.5251 3.5962 16.9393 4.18198L15.591 5.53034L18.4697 8.40902ZM17.409 9.46968L14.5303 6.591L7.87326 13.2481L8.47435 15.0513C8.549 15.2753 8.72473 15.451 8.94869 15.5257L10.7519 16.1267L17.409 9.46968ZM8.47435 16.9487L9.56609 17.3126L8.39255 18.4861C8.31886 18.5598 8.22399 18.6087 8.1212 18.6258L4.82483 19.1752L5.37423 15.8788C5.39136 15.776 5.44018 15.6811 5.51387 15.6075L6.68741 14.4339L7.05132 15.5257C7.27527 16.1975 7.80248 16.7247 8.47435 16.9487Z\" fill=\"
|
|
1
|
+
{"version":3,"file":"edit.js","sourceRoot":"","sources":["../../../src/icons/edit.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG;;;CAGnB,CAAC","sourcesContent":["export const edit = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.45321 14.5468C4.15846 14.8416 3.96316 15.221 3.89464 15.6322L3.11508 20.3095C3.05868 20.6479 3.35207 20.9413 3.69048 20.8849L8.36779 20.1054C8.77897 20.0368 9.15845 19.8416 9.45321 19.5468L20.8787 8.12133C22.0503 6.94975 22.0503 5.05026 20.8787 3.87869L20.1213 3.12133C18.9498 1.94975 17.0503 1.94975 15.8787 3.12132L4.45321 14.5468ZM18.4697 8.40902L19.818 7.06067C20.4038 6.47488 20.4038 5.52513 19.818 4.93935L20.8787 3.87869L19.818 4.93935L19.0607 4.18199C18.4749 3.5962 17.5251 3.5962 16.9393 4.18198L15.591 5.53034L18.4697 8.40902ZM17.409 9.46968L14.5303 6.591L7.87326 13.2481L8.47435 15.0513C8.549 15.2753 8.72473 15.451 8.94869 15.5257L10.7519 16.1267L17.409 9.46968ZM8.47435 16.9487L9.56609 17.3126L8.39255 18.4861C8.31886 18.5598 8.22399 18.6087 8.1212 18.6258L4.82483 19.1752L5.37423 15.8788C5.39136 15.776 5.44018 15.6811 5.51387 15.6075L6.68741 14.4339L7.05132 15.5257C7.27527 16.1975 7.80248 16.7247 8.47435 16.9487Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const external = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 2C6.41421 2 6.75 2.33579 6.75 2.75C6.75 3.16421 6.41421 3.5 6 3.5H4.75C4.05964 3.5 3.5 4.05964 3.5 4.75V11.25C3.5 11.9404 4.05964 12.5 4.75 12.5H11.25C11.9404 12.5 12.5 11.9404 12.5 11.25V10C12.5 9.58579 12.8358 9.25 13.25 9.25C13.6642 9.25 14 9.58579 14 10V11.25C14 12.7688 12.7688 14 11.25 14H4.75C3.23122 14 2 12.7688 2 11.25V4.75C2 3.23122 3.23122 2 4.75 2H6ZM14 6C14 6.41421 13.6642 6.75 13.25 6.75C12.8358 6.75 12.5 6.41421 12.5 6V4.56055L8.03027 9.03027C7.73738 9.32317 7.26262 9.32317 6.96973 9.03027C6.67683 8.73738 6.67683 8.26262 6.96973 7.96973L11.4395 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75C9.25 2.33579 9.58579 2 10 2H14V6Z\" fill=\"
|
|
1
|
+
export declare const external = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 2C6.41421 2 6.75 2.33579 6.75 2.75C6.75 3.16421 6.41421 3.5 6 3.5H4.75C4.05964 3.5 3.5 4.05964 3.5 4.75V11.25C3.5 11.9404 4.05964 12.5 4.75 12.5H11.25C11.9404 12.5 12.5 11.9404 12.5 11.25V10C12.5 9.58579 12.8358 9.25 13.25 9.25C13.6642 9.25 14 9.58579 14 10V11.25C14 12.7688 12.7688 14 11.25 14H4.75C3.23122 14 2 12.7688 2 11.25V4.75C2 3.23122 3.23122 2 4.75 2H6ZM14 6C14 6.41421 13.6642 6.75 13.25 6.75C12.8358 6.75 12.5 6.41421 12.5 6V4.56055L8.03027 9.03027C7.73738 9.32317 7.26262 9.32317 6.96973 9.03027C6.67683 8.73738 6.67683 8.26262 6.96973 7.96973L11.4395 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75C9.25 2.33579 9.58579 2 10 2H14V6Z\" fill=\"currentColor\"/>\n</svg>";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const external = `<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6 2C6.41421 2 6.75 2.33579 6.75 2.75C6.75 3.16421 6.41421 3.5 6 3.5H4.75C4.05964 3.5 3.5 4.05964 3.5 4.75V11.25C3.5 11.9404 4.05964 12.5 4.75 12.5H11.25C11.9404 12.5 12.5 11.9404 12.5 11.25V10C12.5 9.58579 12.8358 9.25 13.25 9.25C13.6642 9.25 14 9.58579 14 10V11.25C14 12.7688 12.7688 14 11.25 14H4.75C3.23122 14 2 12.7688 2 11.25V4.75C2 3.23122 3.23122 2 4.75 2H6ZM14 6C14 6.41421 13.6642 6.75 13.25 6.75C12.8358 6.75 12.5 6.41421 12.5 6V4.56055L8.03027 9.03027C7.73738 9.32317 7.26262 9.32317 6.96973 9.03027C6.67683 8.73738 6.67683 8.26262 6.96973 7.96973L11.4395 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75C9.25 2.33579 9.58579 2 10 2H14V6Z" fill="
|
|
2
|
+
<path d="M6 2C6.41421 2 6.75 2.33579 6.75 2.75C6.75 3.16421 6.41421 3.5 6 3.5H4.75C4.05964 3.5 3.5 4.05964 3.5 4.75V11.25C3.5 11.9404 4.05964 12.5 4.75 12.5H11.25C11.9404 12.5 12.5 11.9404 12.5 11.25V10C12.5 9.58579 12.8358 9.25 13.25 9.25C13.6642 9.25 14 9.58579 14 10V11.25C14 12.7688 12.7688 14 11.25 14H4.75C3.23122 14 2 12.7688 2 11.25V4.75C2 3.23122 3.23122 2 4.75 2H6ZM14 6C14 6.41421 13.6642 6.75 13.25 6.75C12.8358 6.75 12.5 6.41421 12.5 6V4.56055L8.03027 9.03027C7.73738 9.32317 7.26262 9.32317 6.96973 9.03027C6.67683 8.73738 6.67683 8.26262 6.96973 7.96973L11.4395 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75C9.25 2.33579 9.58579 2 10 2H14V6Z" fill="currentColor"/>
|
|
3
3
|
</svg>`;
|
|
4
4
|
//# sourceMappingURL=external.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"external.js","sourceRoot":"","sources":["../../../src/icons/external.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;OAEjB,CAAC","sourcesContent":["export const external = `<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 2C6.41421 2 6.75 2.33579 6.75 2.75C6.75 3.16421 6.41421 3.5 6 3.5H4.75C4.05964 3.5 3.5 4.05964 3.5 4.75V11.25C3.5 11.9404 4.05964 12.5 4.75 12.5H11.25C11.9404 12.5 12.5 11.9404 12.5 11.25V10C12.5 9.58579 12.8358 9.25 13.25 9.25C13.6642 9.25 14 9.58579 14 10V11.25C14 12.7688 12.7688 14 11.25 14H4.75C3.23122 14 2 12.7688 2 11.25V4.75C2 3.23122 3.23122 2 4.75 2H6ZM14 6C14 6.41421 13.6642 6.75 13.25 6.75C12.8358 6.75 12.5 6.41421 12.5 6V4.56055L8.03027 9.03027C7.73738 9.32317 7.26262 9.32317 6.96973 9.03027C6.67683 8.73738 6.67683 8.26262 6.96973 7.96973L11.4395 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75C9.25 2.33579 9.58579 2 10 2H14V6Z\" fill=\"
|
|
1
|
+
{"version":3,"file":"external.js","sourceRoot":"","sources":["../../../src/icons/external.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;OAEjB,CAAC","sourcesContent":["export const external = `<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M6 2C6.41421 2 6.75 2.33579 6.75 2.75C6.75 3.16421 6.41421 3.5 6 3.5H4.75C4.05964 3.5 3.5 4.05964 3.5 4.75V11.25C3.5 11.9404 4.05964 12.5 4.75 12.5H11.25C11.9404 12.5 12.5 11.9404 12.5 11.25V10C12.5 9.58579 12.8358 9.25 13.25 9.25C13.6642 9.25 14 9.58579 14 10V11.25C14 12.7688 12.7688 14 11.25 14H4.75C3.23122 14 2 12.7688 2 11.25V4.75C2 3.23122 3.23122 2 4.75 2H6ZM14 6C14 6.41421 13.6642 6.75 13.25 6.75C12.8358 6.75 12.5 6.41421 12.5 6V4.56055L8.03027 9.03027C7.73738 9.32317 7.26262 9.32317 6.96973 9.03027C6.67683 8.73738 6.67683 8.26262 6.96973 7.96973L11.4395 3.5H10C9.58579 3.5 9.25 3.16421 9.25 2.75C9.25 2.33579 9.58579 2 10 2H14V6Z\" fill=\"currentColor\"/>\n</svg>`;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const keyboard = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"keyboard\">\n<g clip-path=\"url(#clip0_286_15035)\">\n<path d=\"M20 7V17H4V7H20ZM20 5H4C2.9 5 2.01 5.9 2.01 7L2 17C2 18.1 2.9 19 4 19H20C21.1 19 22 18.1 22 17V7C22 5.9 21.1 5 20 5ZM11 8H13V10H11V8ZM11 11H13V13H11V11ZM8 8H10V10H8V8ZM8 11H10V13H8V11ZM5 11H7V13H5V11ZM5 8H7V10H5V8ZM8 14H16V16H8V14ZM14 11H16V13H14V11ZM14 8H16V10H14V8ZM17 11H19V13H17V11ZM17 8H19V10H17V8Z\" fill=\"
|
|
1
|
+
export declare const keyboard = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"keyboard\">\n<g clip-path=\"url(#clip0_286_15035)\">\n<path d=\"M20 7V17H4V7H20ZM20 5H4C2.9 5 2.01 5.9 2.01 7L2 17C2 18.1 2.9 19 4 19H20C21.1 19 22 18.1 22 17V7C22 5.9 21.1 5 20 5ZM11 8H13V10H11V8ZM11 11H13V13H11V11ZM8 8H10V10H8V8ZM8 11H10V13H8V11ZM5 11H7V13H5V11ZM5 8H7V10H5V8ZM8 14H16V16H8V14ZM14 11H16V13H14V11ZM14 8H16V10H14V8ZM17 11H19V13H17V11ZM17 8H19V10H17V8Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_286_15035\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const keyboard = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="keyboard">
|
|
2
2
|
<g clip-path="url(#clip0_286_15035)">
|
|
3
|
-
<path d="M20 7V17H4V7H20ZM20 5H4C2.9 5 2.01 5.9 2.01 7L2 17C2 18.1 2.9 19 4 19H20C21.1 19 22 18.1 22 17V7C22 5.9 21.1 5 20 5ZM11 8H13V10H11V8ZM11 11H13V13H11V11ZM8 8H10V10H8V8ZM8 11H10V13H8V11ZM5 11H7V13H5V11ZM5 8H7V10H5V8ZM8 14H16V16H8V14ZM14 11H16V13H14V11ZM14 8H16V10H14V8ZM17 11H19V13H17V11ZM17 8H19V10H17V8Z" fill="
|
|
3
|
+
<path d="M20 7V17H4V7H20ZM20 5H4C2.9 5 2.01 5.9 2.01 7L2 17C2 18.1 2.9 19 4 19H20C21.1 19 22 18.1 22 17V7C22 5.9 21.1 5 20 5ZM11 8H13V10H11V8ZM11 11H13V13H11V11ZM8 8H10V10H8V8ZM8 11H10V13H8V11ZM5 11H7V13H5V11ZM5 8H7V10H5V8ZM8 14H16V16H8V14ZM14 11H16V13H14V11ZM14 8H16V10H14V8ZM17 11H19V13H17V11ZM17 8H19V10H17V8Z" fill="currentColor"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
6
|
<clipPath id="clip0_286_15035">
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyboard.js","sourceRoot":"","sources":["../../../src/icons/keyboard.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;;;;;;;;;CAUvB,CAAC","sourcesContent":["export const keyboard = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"keyboard\">\n<g clip-path=\"url(#clip0_286_15035)\">\n<path d=\"M20 7V17H4V7H20ZM20 5H4C2.9 5 2.01 5.9 2.01 7L2 17C2 18.1 2.9 19 4 19H20C21.1 19 22 18.1 22 17V7C22 5.9 21.1 5 20 5ZM11 8H13V10H11V8ZM11 11H13V13H11V11ZM8 8H10V10H8V8ZM8 11H10V13H8V11ZM5 11H7V13H5V11ZM5 8H7V10H5V8ZM8 14H16V16H8V14ZM14 11H16V13H14V11ZM14 8H16V10H14V8ZM17 11H19V13H17V11ZM17 8H19V10H17V8Z\" fill=\"
|
|
1
|
+
{"version":3,"file":"keyboard.js","sourceRoot":"","sources":["../../../src/icons/keyboard.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;;;;;;;;;CAUvB,CAAC","sourcesContent":["export const keyboard = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"keyboard\">\n<g clip-path=\"url(#clip0_286_15035)\">\n<path d=\"M20 7V17H4V7H20ZM20 5H4C2.9 5 2.01 5.9 2.01 7L2 17C2 18.1 2.9 19 4 19H20C21.1 19 22 18.1 22 17V7C22 5.9 21.1 5 20 5ZM11 8H13V10H11V8ZM11 11H13V13H11V11ZM8 8H10V10H8V8ZM8 11H10V13H8V11ZM5 11H7V13H5V11ZM5 8H7V10H5V8ZM8 14H16V16H8V14ZM14 11H16V13H14V11ZM14 8H16V10H14V8ZM17 11H19V13H17V11ZM17 8H19V10H17V8Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_286_15035\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const pauseFilled = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3.75C9.55228 3.75 10 4.19772 10 4.75V19.25C10 19.8023 9.55228 20.25 9 20.25H5.75C5.19772 20.25 4.75 19.8023 4.75 19.25V4.75C4.75 4.19772 5.19772 3.75 5.75 3.75H9ZM18.25 3.75C18.8023 3.75 19.25 4.19772 19.25 4.75V19.25C19.25 19.8023 18.8023 20.25 18.25 20.25H15C14.4477 20.25 14 19.8023 14 19.25V4.75C14 4.19772 14.4477 3.75 15 3.75H18.25Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const pauseFilled = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 3.75C9.55228 3.75 10 4.19772 10 4.75V19.25C10 19.8023 9.55228 20.25 9 20.25H5.75C5.19772 20.25 4.75 19.8023 4.75 19.25V4.75C4.75 4.19772 5.19772 3.75 5.75 3.75H9ZM18.25 3.75C18.8023 3.75 19.25 4.19772 19.25 4.75V19.25C19.25 19.8023 18.8023 20.25 18.25 20.25H15C14.4477 20.25 14 19.8023 14 19.25V4.75C14 4.19772 14.4477 3.75 15 3.75H18.25Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=pause-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause-filled.js","sourceRoot":"","sources":["../../../src/icons/pause-filled.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;;;CAG1B,CAAC","sourcesContent":["export const pauseFilled = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3.75C9.55228 3.75 10 4.19772 10 4.75V19.25C10 19.8023 9.55228 20.25 9 20.25H5.75C5.19772 20.25 4.75 19.8023 4.75 19.25V4.75C4.75 4.19772 5.19772 3.75 5.75 3.75H9ZM18.25 3.75C18.8023 3.75 19.25 4.19772 19.25 4.75V19.25C19.25 19.8023 18.8023 20.25 18.25 20.25H15C14.4477 20.25 14 19.8023 14 19.25V4.75C14 4.19772 14.4477 3.75 15 3.75H18.25Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const pause = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3C9.9665 3 10.75 3.7835 10.75 4.75V19.25C10.75 20.2165 9.9665 21 9 21H5.75C4.7835 21 4 20.2165 4 19.25V4.75C4 3.7835 4.7835 3 5.75 3H9ZM18.25 3C19.2165 3 20 3.7835 20 4.75V19.25C20 20.2165 19.2165 21 18.25 21H15C14.0335 21 13.25 20.2165 13.25 19.25V4.75C13.25 3.7835 14.0335 3 15 3H18.25ZM5.75 4.5C5.61193 4.5 5.5 4.61193 5.5 4.75V19.25C5.5 19.3881 5.61193 19.5 5.75 19.5H9C9.13807 19.5 9.25 19.3881 9.25 19.25V4.75C9.25 4.61193 9.13807 4.5 9 4.5H5.75ZM15 4.5C14.8619 4.5 14.75 4.61193 14.75 4.75V19.25C14.75 19.3881 14.8619 19.5 15 19.5H18.25C18.3881 19.5 18.5 19.3881 18.5 19.25V4.75C18.5 4.61193 18.3881 4.5 18.25 4.5H15Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const pause = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9 3C9.9665 3 10.75 3.7835 10.75 4.75V19.25C10.75 20.2165 9.9665 21 9 21H5.75C4.7835 21 4 20.2165 4 19.25V4.75C4 3.7835 4.7835 3 5.75 3H9ZM18.25 3C19.2165 3 20 3.7835 20 4.75V19.25C20 20.2165 19.2165 21 18.25 21H15C14.0335 21 13.25 20.2165 13.25 19.25V4.75C13.25 3.7835 14.0335 3 15 3H18.25ZM5.75 4.5C5.61193 4.5 5.5 4.61193 5.5 4.75V19.25C5.5 19.3881 5.61193 19.5 5.75 19.5H9C9.13807 19.5 9.25 19.3881 9.25 19.25V4.75C9.25 4.61193 9.13807 4.5 9 4.5H5.75ZM15 4.5C14.8619 4.5 14.75 4.61193 14.75 4.75V19.25C14.75 19.3881 14.8619 19.5 15 19.5H18.25C18.3881 19.5 18.5 19.3881 18.5 19.25V4.75C18.5 4.61193 18.3881 4.5 18.25 4.5H15Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=pause.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause.js","sourceRoot":"","sources":["../../../src/icons/pause.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG;;;CAGpB,CAAC","sourcesContent":["export const pause = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3C9.9665 3 10.75 3.7835 10.75 4.75V19.25C10.75 20.2165 9.9665 21 9 21H5.75C4.7835 21 4 20.2165 4 19.25V4.75C4 3.7835 4.7835 3 5.75 3H9ZM18.25 3C19.2165 3 20 3.7835 20 4.75V19.25C20 20.2165 19.2165 21 18.25 21H15C14.0335 21 13.25 20.2165 13.25 19.25V4.75C13.25 3.7835 14.0335 3 15 3H18.25ZM5.75 4.5C5.61193 4.5 5.5 4.61193 5.5 4.75V19.25C5.5 19.3881 5.61193 19.5 5.75 19.5H9C9.13807 19.5 9.25 19.3881 9.25 19.25V4.75C9.25 4.61193 9.13807 4.5 9 4.5H5.75ZM15 4.5C14.8619 4.5 14.75 4.61193 14.75 4.75V19.25C14.75 19.3881 14.8619 19.5 15 19.5H18.25C18.3881 19.5 18.5 19.3881 18.5 19.25V4.75C18.5 4.61193 18.3881 4.5 18.25 4.5H15Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const stopFilled = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V7Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const stopFilled = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V7Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=stop-filled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-filled.js","sourceRoot":"","sources":["../../../src/icons/stop-filled.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;;;CAGzB,CAAC","sourcesContent":["export const stopFilled = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V7Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const stop = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const stop = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=stop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop.js","sourceRoot":"","sources":["../../../src/icons/stop.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG;;;CAGnB,CAAC","sourcesContent":["export const stop = `<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -48,6 +48,8 @@ export { mobile } from './icons/mobile.js';
|
|
|
48
48
|
export { moveToParent } from './icons/move-to-parent.js';
|
|
49
49
|
export { multiMessage } from './icons/multi-message.js';
|
|
50
50
|
export { newTab } from './icons/new-tab.js';
|
|
51
|
+
export { pause } from './icons/pause.js';
|
|
52
|
+
export { pauseFilled } from './icons/pause-filled.js';
|
|
51
53
|
export { plus } from './icons/plus.js';
|
|
52
54
|
export { preview } from './icons/preview.js';
|
|
53
55
|
export { redo } from './icons/redo.js';
|
|
@@ -55,6 +57,8 @@ export { rename } from './icons/rename.js';
|
|
|
55
57
|
export { section } from './icons/section.js';
|
|
56
58
|
export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
|
|
57
59
|
export { sidebarExpanded } from './icons/sidebar-expanded.js';
|
|
60
|
+
export { stop } from './icons/stop.js';
|
|
61
|
+
export { stopFilled } from './icons/stop-filled.js';
|
|
58
62
|
export { tag } from './icons/tag.js';
|
|
59
63
|
export { target } from './icons/target.js';
|
|
60
64
|
export { templates } from './icons/templates.js';
|
package/dist/src/index.js
CHANGED
|
@@ -48,6 +48,8 @@ export { mobile } from './icons/mobile.js';
|
|
|
48
48
|
export { moveToParent } from './icons/move-to-parent.js';
|
|
49
49
|
export { multiMessage } from './icons/multi-message.js';
|
|
50
50
|
export { newTab } from './icons/new-tab.js';
|
|
51
|
+
export { pause } from './icons/pause.js';
|
|
52
|
+
export { pauseFilled } from './icons/pause-filled.js';
|
|
51
53
|
export { plus } from './icons/plus.js';
|
|
52
54
|
export { preview } from './icons/preview.js';
|
|
53
55
|
export { redo } from './icons/redo.js';
|
|
@@ -55,6 +57,8 @@ export { rename } from './icons/rename.js';
|
|
|
55
57
|
export { section } from './icons/section.js';
|
|
56
58
|
export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
|
|
57
59
|
export { sidebarExpanded } from './icons/sidebar-expanded.js';
|
|
60
|
+
export { stop } from './icons/stop.js';
|
|
61
|
+
export { stopFilled } from './icons/stop-filled.js';
|
|
58
62
|
export { tag } from './icons/tag.js';
|
|
59
63
|
export { target } from './icons/target.js';
|
|
60
64
|
export { templates } from './icons/templates.js';
|
package/dist/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { alert } from './icons/alert.js';\nexport { alignCenter } from './icons/align-center.js';\nexport { alignLeft } from './icons/align-left.js';\nexport { alignRight } from './icons/align-right.js';\nexport { arrowDown } from './icons/arrow-down.js';\nexport { arrowLeft } from './icons/arrow-left.js';\nexport { arrowRight } from './icons/arrow-right.js';\nexport { arrowUp } from './icons/arrow-up.js';\nexport { button } from './icons/button.js';\nexport { calendarIcon } from './icons/calendar.js';\nexport { campaigns } from './icons/campaigns.js';\nexport { channels } from './icons/channels.js';\nexport { chevron } from './icons/chevron.js';\nexport { chevronDown } from './icons/chevron-down.js';\nexport { chevronRight } from './icons/chevron-right.js';\nexport { chevronUp } from './icons/chevron-up.js';\nexport { clock } from './icons/clock.js';\nexport { close } from './icons/close.js';\nexport { cog } from './icons/cog.js';\nexport { column } from './icons/column.js';\nexport { comparison } from './icons/comparison.js';\nexport { container } from './icons/container.js';\nexport { deleteIcon } from './icons/delete.js';\nexport { desktop } from './icons/desktop.js';\nexport { divider } from './icons/divider.js';\nexport { doubleChevron } from './icons/double-chevron.js';\nexport { download } from './icons/download.js';\nexport { duplicate } from './icons/duplicate.js';\nexport { edit } from './icons/edit.js';\nexport { email } from './icons/email.js';\nexport { external } from './icons/external.js';\nexport { filter } from './icons/filter.js';\nexport { gallery } from './icons/gallery.js';\nexport { gear } from './icons/gear.js';\nexport { globe } from './icons/globe.js';\nexport { graph } from './icons/graph.js';\nexport { handle } from './icons/handle.js';\nexport { help } from './icons/help.js';\nexport { home } from './icons/home.js';\nexport { horizontal } from './icons/horizontal.js';\nexport { info } from './icons/info.js';\nexport { keyboard } from './icons/keyboard.js';\nexport { lightningBolt } from './icons/lightning-bolt.js';\nexport { logout } from './icons/logout.js';\nexport { messages } from './icons/messages.js';\nexport { minus } from './icons/minus.js';\nexport { mobile } from './icons/mobile.js';\nexport { moveToParent } from './icons/move-to-parent.js';\nexport { multiMessage } from './icons/multi-message.js';\nexport { newTab } from './icons/new-tab.js';\nexport { plus } from './icons/plus.js';\nexport { preview } from './icons/preview.js';\nexport { redo } from './icons/redo.js';\nexport { rename } from './icons/rename.js';\nexport { section } from './icons/section.js';\nexport { sidebarCollapsed } from './icons/sidebar-collapsed.js';\nexport { sidebarExpanded } from './icons/sidebar-expanded.js';\nexport { tag } from './icons/tag.js';\nexport { target } from './icons/target.js';\nexport { templates } from './icons/templates.js';\nexport { text } from './icons/text.js';\nexport { tick } from './icons/tick.js';\nexport { undo } from './icons/undo.js';\nexport { unlink } from './icons/unlink.js';\nexport { user } from './icons/user.js';\nexport { vertical } from './icons/vertical.js';\nexport { wallet } from './icons/wallet.js';\nexport { warning } from './icons/warning.js';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["export { alert } from './icons/alert.js';\nexport { alignCenter } from './icons/align-center.js';\nexport { alignLeft } from './icons/align-left.js';\nexport { alignRight } from './icons/align-right.js';\nexport { arrowDown } from './icons/arrow-down.js';\nexport { arrowLeft } from './icons/arrow-left.js';\nexport { arrowRight } from './icons/arrow-right.js';\nexport { arrowUp } from './icons/arrow-up.js';\nexport { button } from './icons/button.js';\nexport { calendarIcon } from './icons/calendar.js';\nexport { campaigns } from './icons/campaigns.js';\nexport { channels } from './icons/channels.js';\nexport { chevron } from './icons/chevron.js';\nexport { chevronDown } from './icons/chevron-down.js';\nexport { chevronRight } from './icons/chevron-right.js';\nexport { chevronUp } from './icons/chevron-up.js';\nexport { clock } from './icons/clock.js';\nexport { close } from './icons/close.js';\nexport { cog } from './icons/cog.js';\nexport { column } from './icons/column.js';\nexport { comparison } from './icons/comparison.js';\nexport { container } from './icons/container.js';\nexport { deleteIcon } from './icons/delete.js';\nexport { desktop } from './icons/desktop.js';\nexport { divider } from './icons/divider.js';\nexport { doubleChevron } from './icons/double-chevron.js';\nexport { download } from './icons/download.js';\nexport { duplicate } from './icons/duplicate.js';\nexport { edit } from './icons/edit.js';\nexport { email } from './icons/email.js';\nexport { external } from './icons/external.js';\nexport { filter } from './icons/filter.js';\nexport { gallery } from './icons/gallery.js';\nexport { gear } from './icons/gear.js';\nexport { globe } from './icons/globe.js';\nexport { graph } from './icons/graph.js';\nexport { handle } from './icons/handle.js';\nexport { help } from './icons/help.js';\nexport { home } from './icons/home.js';\nexport { horizontal } from './icons/horizontal.js';\nexport { info } from './icons/info.js';\nexport { keyboard } from './icons/keyboard.js';\nexport { lightningBolt } from './icons/lightning-bolt.js';\nexport { logout } from './icons/logout.js';\nexport { messages } from './icons/messages.js';\nexport { minus } from './icons/minus.js';\nexport { mobile } from './icons/mobile.js';\nexport { moveToParent } from './icons/move-to-parent.js';\nexport { multiMessage } from './icons/multi-message.js';\nexport { newTab } from './icons/new-tab.js';\nexport { pause } from './icons/pause.js';\nexport { pauseFilled } from './icons/pause-filled.js';\nexport { plus } from './icons/plus.js';\nexport { preview } from './icons/preview.js';\nexport { redo } from './icons/redo.js';\nexport { rename } from './icons/rename.js';\nexport { section } from './icons/section.js';\nexport { sidebarCollapsed } from './icons/sidebar-collapsed.js';\nexport { sidebarExpanded } from './icons/sidebar-expanded.js';\nexport { stop } from './icons/stop.js';\nexport { stopFilled } from './icons/stop-filled.js';\nexport { tag } from './icons/tag.js';\nexport { target } from './icons/target.js';\nexport { templates } from './icons/templates.js';\nexport { text } from './icons/text.js';\nexport { tick } from './icons/tick.js';\nexport { undo } from './icons/undo.js';\nexport { unlink } from './icons/unlink.js';\nexport { user } from './icons/user.js';\nexport { vertical } from './icons/vertical.js';\nexport { wallet } from './icons/wallet.js';\nexport { warning } from './icons/warning.js';\n"]}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Triptease icon set",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "@triptease",
|
|
6
|
-
"version": "1.3.
|
|
6
|
+
"version": "1.3.6",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/src/index.js",
|
|
9
9
|
"module": "dist/src/index.js",
|
|
@@ -59,6 +59,8 @@
|
|
|
59
59
|
"./move-to-parent.js": "./dist/src/icons/move-to-parent.js",
|
|
60
60
|
"./multi-message.js": "./dist/src/icons/multi-message.js",
|
|
61
61
|
"./new-tab.js": "./dist/src/icons/new-tab.js",
|
|
62
|
+
"./pause.js": "./dist/src/icons/pause.js",
|
|
63
|
+
"./pause-filled.js": "./dist/src/icons/pause-filled.js",
|
|
62
64
|
"./plus.js": "./dist/src/icons/plus.js",
|
|
63
65
|
"./preview.js": "./dist/src/icons/preview.js",
|
|
64
66
|
"./redo.js": "./dist/src/icons/redo.js",
|
|
@@ -66,6 +68,8 @@
|
|
|
66
68
|
"./section.js": "./dist/src/icons/section.js",
|
|
67
69
|
"./sidebar-collapsed.js": "./dist/src/icons/sidebar-collapsed.js",
|
|
68
70
|
"./sidebar-expanded.js": "./dist/src/icons/sidebar-expanded.js",
|
|
71
|
+
"./stop.js": "./dist/src/icons/stop.js",
|
|
72
|
+
"./stop-filled.js": "./dist/src/icons/stop-filled.js",
|
|
69
73
|
"./tag.js": "./dist/src/icons/tag.js",
|
|
70
74
|
"./target.js": "./dist/src/icons/target.js",
|
|
71
75
|
"./templates.js": "./dist/src/icons/templates.js",
|