@triptease/icons 1.3.5 → 1.3.7
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 +66 -8
- 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 -1
- package/dist/src/icons/pause-filled.js +1 -1
- package/dist/src/icons/pause-filled.js.map +1 -1
- package/dist/src/icons/pie-chart.d.ts +1 -0
- package/dist/src/icons/pie-chart.js +6 -0
- package/dist/src/icons/pie-chart.js.map +1 -0
- package/dist/src/icons/send.d.ts +1 -0
- package/dist/src/icons/send.js +5 -0
- package/dist/src/icons/send.js.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
package/custom-elements.json
CHANGED
|
@@ -423,6 +423,14 @@
|
|
|
423
423
|
"module": "./icons/pause-filled.js"
|
|
424
424
|
}
|
|
425
425
|
},
|
|
426
|
+
{
|
|
427
|
+
"kind": "js",
|
|
428
|
+
"name": "pieChart",
|
|
429
|
+
"declaration": {
|
|
430
|
+
"name": "pieChart",
|
|
431
|
+
"module": "./icons/pie-chart.js"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
426
434
|
{
|
|
427
435
|
"kind": "js",
|
|
428
436
|
"name": "plus",
|
|
@@ -463,6 +471,14 @@
|
|
|
463
471
|
"module": "./icons/section.js"
|
|
464
472
|
}
|
|
465
473
|
},
|
|
474
|
+
{
|
|
475
|
+
"kind": "js",
|
|
476
|
+
"name": "send",
|
|
477
|
+
"declaration": {
|
|
478
|
+
"name": "send",
|
|
479
|
+
"module": "./icons/send.js"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
466
482
|
{
|
|
467
483
|
"kind": "js",
|
|
468
484
|
"name": "sidebarCollapsed",
|
|
@@ -592,7 +608,7 @@
|
|
|
592
608
|
{
|
|
593
609
|
"kind": "variable",
|
|
594
610
|
"name": "alert",
|
|
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=\"
|
|
611
|
+
"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>`"
|
|
596
612
|
}
|
|
597
613
|
],
|
|
598
614
|
"exports": [
|
|
@@ -781,7 +797,7 @@
|
|
|
781
797
|
{
|
|
782
798
|
"kind": "variable",
|
|
783
799
|
"name": "calendarIcon",
|
|
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=\"
|
|
800
|
+
"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> `"
|
|
785
801
|
}
|
|
786
802
|
],
|
|
787
803
|
"exports": [
|
|
@@ -907,7 +923,7 @@
|
|
|
907
923
|
{
|
|
908
924
|
"kind": "variable",
|
|
909
925
|
"name": "chevron",
|
|
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=\"
|
|
926
|
+
"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>`"
|
|
911
927
|
}
|
|
912
928
|
],
|
|
913
929
|
"exports": [
|
|
@@ -1117,7 +1133,7 @@
|
|
|
1117
1133
|
{
|
|
1118
1134
|
"kind": "variable",
|
|
1119
1135
|
"name": "doubleChevron",
|
|
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=\"
|
|
1136
|
+
"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>`"
|
|
1121
1137
|
}
|
|
1122
1138
|
],
|
|
1123
1139
|
"exports": [
|
|
@@ -1180,7 +1196,7 @@
|
|
|
1180
1196
|
{
|
|
1181
1197
|
"kind": "variable",
|
|
1182
1198
|
"name": "edit",
|
|
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=\"
|
|
1199
|
+
"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> `"
|
|
1184
1200
|
}
|
|
1185
1201
|
],
|
|
1186
1202
|
"exports": [
|
|
@@ -1222,7 +1238,7 @@
|
|
|
1222
1238
|
{
|
|
1223
1239
|
"kind": "variable",
|
|
1224
1240
|
"name": "external",
|
|
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=\"
|
|
1241
|
+
"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>`"
|
|
1226
1242
|
}
|
|
1227
1243
|
],
|
|
1228
1244
|
"exports": [
|
|
@@ -1453,7 +1469,7 @@
|
|
|
1453
1469
|
{
|
|
1454
1470
|
"kind": "variable",
|
|
1455
1471
|
"name": "keyboard",
|
|
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=\"
|
|
1472
|
+
"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> `"
|
|
1457
1473
|
}
|
|
1458
1474
|
],
|
|
1459
1475
|
"exports": [
|
|
@@ -1642,7 +1658,7 @@
|
|
|
1642
1658
|
{
|
|
1643
1659
|
"kind": "variable",
|
|
1644
1660
|
"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=\"
|
|
1661
|
+
"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
1662
|
}
|
|
1647
1663
|
],
|
|
1648
1664
|
"exports": [
|
|
@@ -1677,6 +1693,27 @@
|
|
|
1677
1693
|
}
|
|
1678
1694
|
]
|
|
1679
1695
|
},
|
|
1696
|
+
{
|
|
1697
|
+
"kind": "javascript-module",
|
|
1698
|
+
"path": "src/icons/pie-chart.ts",
|
|
1699
|
+
"declarations": [
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "variable",
|
|
1702
|
+
"name": "pieChart",
|
|
1703
|
+
"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=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/> </svg> `"
|
|
1704
|
+
}
|
|
1705
|
+
],
|
|
1706
|
+
"exports": [
|
|
1707
|
+
{
|
|
1708
|
+
"kind": "js",
|
|
1709
|
+
"name": "pieChart",
|
|
1710
|
+
"declaration": {
|
|
1711
|
+
"name": "pieChart",
|
|
1712
|
+
"module": "src/icons/pie-chart.ts"
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
]
|
|
1716
|
+
},
|
|
1680
1717
|
{
|
|
1681
1718
|
"kind": "javascript-module",
|
|
1682
1719
|
"path": "src/icons/plus.ts",
|
|
@@ -1782,6 +1819,27 @@
|
|
|
1782
1819
|
}
|
|
1783
1820
|
]
|
|
1784
1821
|
},
|
|
1822
|
+
{
|
|
1823
|
+
"kind": "javascript-module",
|
|
1824
|
+
"path": "src/icons/send.ts",
|
|
1825
|
+
"declarations": [
|
|
1826
|
+
{
|
|
1827
|
+
"kind": "variable",
|
|
1828
|
+
"name": "send",
|
|
1829
|
+
"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=\"M8.30012 11.25L5.70479 7.09745L16.0861 11.25H8.30012ZM8.30012 12.75L5.70479 16.9025L16.0861 12.75H8.30012ZM19.6788 11.0715L4.84125 5.13649C3.94341 4.77735 3.10935 5.77494 3.62186 6.59496L7 12L3.62186 17.405C3.10935 18.225 3.94341 19.2226 4.84125 18.8635L19.6788 12.9285C20.517 12.5932 20.517 11.4068 19.6788 11.0715Z\" fill=\"currentColor\"/> </svg> `"
|
|
1830
|
+
}
|
|
1831
|
+
],
|
|
1832
|
+
"exports": [
|
|
1833
|
+
{
|
|
1834
|
+
"kind": "js",
|
|
1835
|
+
"name": "send",
|
|
1836
|
+
"declaration": {
|
|
1837
|
+
"name": "send",
|
|
1838
|
+
"module": "src/icons/send.ts"
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
]
|
|
1842
|
+
},
|
|
1785
1843
|
{
|
|
1786
1844
|
"kind": "javascript-module",
|
|
1787
1845
|
"path": "src/icons/sidebar-collapsed.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"]}
|
|
@@ -1 +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=\"
|
|
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";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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="
|
|
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
3
|
</svg>
|
|
4
4
|
`;
|
|
5
5
|
//# sourceMappingURL=pause-filled.js.map
|
|
@@ -1 +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=\"
|
|
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 pieChart = "<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=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const pieChart = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
`;
|
|
6
|
+
//# sourceMappingURL=pie-chart.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pie-chart.js","sourceRoot":"","sources":["../../../src/icons/pie-chart.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;;;CAIvB,CAAC","sourcesContent":["export const pieChart = `<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=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 7.16208 5.43552 3.12658 10 2.20004V3.73663C6.27063 4.63603 3.5 7.99446 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.0055 20.5 19.364 17.7294 20.2634 14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12ZM21.9045 10.6123C21.9675 11.0658 22 11.5291 22 12H20.5H13.5H12V10.5V3.5V2C12.5098 2 13.0107 2.03815 13.5 2.11175C13.5037 2.11231 13.5075 2.11288 13.5112 2.11344C13.6755 2.13834 13.8384 2.16724 14 2.20004C14.136 2.22765 14.2711 2.25802 14.405 2.2911C16.1178 2.71396 17.6566 3.57818 18.894 4.75619C19.019 4.87521 19.141 4.99743 19.2597 5.12274C20.4296 6.35725 21.288 7.88995 21.7089 9.59497C21.742 9.72894 21.7724 9.86397 21.8 10C21.8335 10.1652 21.863 10.3319 21.8882 10.5C21.8939 10.5374 21.8993 10.5748 21.9045 10.6123ZM13.5 3.63193V10.5H20.3681C20.0716 8.83475 19.2902 7.33731 18.1751 6.15887C18.1737 6.15742 18.1723 6.15596 18.1709 6.15451L18.1709 6.15448C18.1649 6.14814 18.1589 6.14182 18.1529 6.13551C18.0576 6.03553 17.9598 5.93787 17.8598 5.84262C16.6785 4.7181 15.174 3.93 13.5 3.63193Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const send = "<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=\"M8.30012 11.25L5.70479 7.09745L16.0861 11.25H8.30012ZM8.30012 12.75L5.70479 16.9025L16.0861 12.75H8.30012ZM19.6788 11.0715L4.84125 5.13649C3.94341 4.77735 3.10935 5.77494 3.62186 6.59496L7 12L3.62186 17.405C3.10935 18.225 3.94341 19.2226 4.84125 18.8635L19.6788 12.9285C20.517 12.5932 20.517 11.4068 19.6788 11.0715Z\" fill=\"currentColor\"/>\n</svg>\n";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const send = `<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="M8.30012 11.25L5.70479 7.09745L16.0861 11.25H8.30012ZM8.30012 12.75L5.70479 16.9025L16.0861 12.75H8.30012ZM19.6788 11.0715L4.84125 5.13649C3.94341 4.77735 3.10935 5.77494 3.62186 6.59496L7 12L3.62186 17.405C3.10935 18.225 3.94341 19.2226 4.84125 18.8635L19.6788 12.9285C20.517 12.5932 20.517 11.4068 19.6788 11.0715Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;
|
|
5
|
+
//# sourceMappingURL=send.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send.js","sourceRoot":"","sources":["../../../src/icons/send.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG;;;CAGnB,CAAC","sourcesContent":["export const send = `<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=\"M8.30012 11.25L5.70479 7.09745L16.0861 11.25H8.30012ZM8.30012 12.75L5.70479 16.9025L16.0861 12.75H8.30012ZM19.6788 11.0715L4.84125 5.13649C3.94341 4.77735 3.10935 5.77494 3.62186 6.59496L7 12L3.62186 17.405C3.10935 18.225 3.94341 19.2226 4.84125 18.8635L19.6788 12.9285C20.517 12.5932 20.517 11.4068 19.6788 11.0715Z\" fill=\"currentColor\"/>\n</svg>\n`;\n"]}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -50,11 +50,13 @@ export { multiMessage } from './icons/multi-message.js';
|
|
|
50
50
|
export { newTab } from './icons/new-tab.js';
|
|
51
51
|
export { pause } from './icons/pause.js';
|
|
52
52
|
export { pauseFilled } from './icons/pause-filled.js';
|
|
53
|
+
export { pieChart } from './icons/pie-chart.js';
|
|
53
54
|
export { plus } from './icons/plus.js';
|
|
54
55
|
export { preview } from './icons/preview.js';
|
|
55
56
|
export { redo } from './icons/redo.js';
|
|
56
57
|
export { rename } from './icons/rename.js';
|
|
57
58
|
export { section } from './icons/section.js';
|
|
59
|
+
export { send } from './icons/send.js';
|
|
58
60
|
export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
|
|
59
61
|
export { sidebarExpanded } from './icons/sidebar-expanded.js';
|
|
60
62
|
export { stop } from './icons/stop.js';
|
package/dist/src/index.js
CHANGED
|
@@ -50,11 +50,13 @@ export { multiMessage } from './icons/multi-message.js';
|
|
|
50
50
|
export { newTab } from './icons/new-tab.js';
|
|
51
51
|
export { pause } from './icons/pause.js';
|
|
52
52
|
export { pauseFilled } from './icons/pause-filled.js';
|
|
53
|
+
export { pieChart } from './icons/pie-chart.js';
|
|
53
54
|
export { plus } from './icons/plus.js';
|
|
54
55
|
export { preview } from './icons/preview.js';
|
|
55
56
|
export { redo } from './icons/redo.js';
|
|
56
57
|
export { rename } from './icons/rename.js';
|
|
57
58
|
export { section } from './icons/section.js';
|
|
59
|
+
export { send } from './icons/send.js';
|
|
58
60
|
export { sidebarCollapsed } from './icons/sidebar-collapsed.js';
|
|
59
61
|
export { sidebarExpanded } from './icons/sidebar-expanded.js';
|
|
60
62
|
export { stop } from './icons/stop.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 { 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"]}
|
|
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 { pieChart } from './icons/pie-chart.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 { send } from './icons/send.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.7",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/src/index.js",
|
|
9
9
|
"module": "dist/src/index.js",
|
|
@@ -61,11 +61,13 @@
|
|
|
61
61
|
"./new-tab.js": "./dist/src/icons/new-tab.js",
|
|
62
62
|
"./pause.js": "./dist/src/icons/pause.js",
|
|
63
63
|
"./pause-filled.js": "./dist/src/icons/pause-filled.js",
|
|
64
|
+
"./pie-chart.js": "./dist/src/icons/pie-chart.js",
|
|
64
65
|
"./plus.js": "./dist/src/icons/plus.js",
|
|
65
66
|
"./preview.js": "./dist/src/icons/preview.js",
|
|
66
67
|
"./redo.js": "./dist/src/icons/redo.js",
|
|
67
68
|
"./rename.js": "./dist/src/icons/rename.js",
|
|
68
69
|
"./section.js": "./dist/src/icons/section.js",
|
|
70
|
+
"./send.js": "./dist/src/icons/send.js",
|
|
69
71
|
"./sidebar-collapsed.js": "./dist/src/icons/sidebar-collapsed.js",
|
|
70
72
|
"./sidebar-expanded.js": "./dist/src/icons/sidebar-expanded.js",
|
|
71
73
|
"./stop.js": "./dist/src/icons/stop.js",
|