svelte-codicons 0.2.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,9 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.5.0](https://github.com/metonym/svelte-codicons/releases/tag/v0.5.0) - 2021-12-14
9
+
10
+ - Upgrade `@vscode/codicons` to version `0.0.27` (net +2 icons)
11
+
12
+ ## [0.4.0](https://github.com/metonym/svelte-codicons/releases/tag/v0.4.0) - 2021-11-04
13
+
14
+ - Upgrade `@vscode/codicons` to version `0.0.26` (net +3 icons)
15
+
16
+ ## [0.3.1](https://github.com/metonym/svelte-codicons/releases/tag/v0.3.1) - 2021-10-14
17
+
18
+ - Set `type="module"` in `package.json`
19
+
20
+ ## [0.3.0](https://github.com/metonym/svelte-codicons/releases/tag/v0.3.0) - 2021-10-04
21
+
22
+ - Upgrade `@vscode/codicons` to version `0.0.25` (net +7 icons)
23
+
8
24
  ## [0.2.0](https://github.com/metonym/svelte-codicons/releases/tag/v0.2.0) - 2021-09-02
9
25
 
10
- - Upgrade `@vscode/codicons` to version `0.0.22` (+2 net icons)
26
+ - Upgrade `@vscode/codicons` to version `0.0.22` (net +2 icons)
11
27
 
12
28
  ## [0.1.0](https://github.com/metonym/svelte-codicons/releases/tag/v0.1.0) - 2021-08-31
13
29
 
package/README.md CHANGED
@@ -28,6 +28,12 @@ yarn add -D svelte-codicons
28
28
  npm i -D svelte-codicons
29
29
  ```
30
30
 
31
+ **pnpm**
32
+
33
+ ```bash
34
+ pnpm i -D svelte-codicons
35
+ ```
36
+
31
37
  ## Usage
32
38
 
33
39
  ### Basic
@@ -50,7 +56,7 @@ Use the direct import for faster compiling during development.
50
56
 
51
57
  **Note:** even if using base imports, unused imports are still tree shakeable by application bundlers like Rollup or webpack.
52
58
 
53
- ```html
59
+ ```svelte no-eval
54
60
  <script>
55
61
  import Add from "svelte-codicons/lib/Add.svelte";
56
62
  </script>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M15 3.62172V12.1336L11.5 15L6.075 13.025V14.9825L3.00375 10.9713L11.955 11.6704V4.00624L15 3.62172ZM12.0163 4.04994L6.99375 1V3.00125L2.3825 4.35581L1 6.12984V10.1586L2.9775 11.0325V5.86767L12.0163 4.04994Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface AzureDevopsProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class AzureDevops extends SvelteComponentTyped<
8
+ AzureDevopsProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M2.99994 15.006H8.00746C7.62983 14.7234 7.29348 14.3888 7.00908 14.0126L2.99994 14.017L4.54094 11.006H5.99997L5.99997 11C5.99997 10.6597 6.03398 10.3273 6.09878 10.006H5.04894L6.89294 6.408L6.99994 6.193V2.036L8.99994 2.012V6.007V6.249L9.07058 6.38584C9.38043 6.25613 9.7061 6.15672 10.0439 6.09131L9.99994 6.006V2.006H10.9999V1.006H9.99394V1L9.53794 1.005H4.99994V2H5.99994V5.952L2.10594 13.561C2.03023 13.7133 1.99465 13.8825 2.00254 14.0524C2.01044 14.2224 2.06156 14.3875 2.15106 14.5321C2.24057 14.6768 2.3655 14.7962 2.51404 14.8792C2.66258 14.9621 2.82982 15.0057 2.99994 15.006ZM8.77769 7.67407C9.43548 7.23455 10.2089 7 11 7C12.0608 7 13.0782 7.42149 13.8283 8.17163C14.5785 8.92178 15 9.93913 15 11C15 11.7911 14.7654 12.5645 14.3259 13.2223C13.8864 13.8801 13.2616 14.3928 12.5307 14.6956C11.7998 14.9983 10.9955 15.0774 10.2196 14.9231C9.44366 14.7688 8.73102 14.3878 8.17161 13.8284C7.6122 13.269 7.23122 12.5563 7.07688 11.7804C6.92254 11.0045 7.00167 10.2001 7.30442 9.46924C7.60717 8.73833 8.11989 8.1136 8.77769 7.67407ZM8.87864 13.1213C9.44125 13.6839 10.2043 14 11 14C11.623 14.0018 12.2312 13.8095 12.74 13.45L8.55003 9.26001C8.19046 9.76883 7.99818 10.377 7.99998 11C7.99998 11.7956 8.31603 12.5587 8.87864 13.1213ZM9.25999 8.55005L13.4499 12.74C13.8095 12.2312 14.0018 11.623 14 11C14 10.2044 13.6839 9.44127 13.1213 8.87866C12.5587 8.31605 11.7956 8 11 8C10.3769 7.9982 9.7688 8.19048 9.25999 8.55005Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface BeakerStopProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class BeakerStop extends SvelteComponentTyped<
8
+ BeakerStopProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M6 2.97184V2.98361H5.91083C5.71113 2.98361 5.5238 3.02427 5.34802 3.10513C5.17461 3.18275 5.02193 3.28942 4.89086 3.42437C4.76421 3.55475 4.66135 3.71034 4.58238 3.89205C4.50833 4.07152 4.47134 4.26019 4.47134 4.45902C4.47134 4.68725 4.4753 4.9134 4.48321 5.13749C4.49125 5.36105 4.49127 5.58262 4.48324 5.80219C4.47914 6.01973 4.46082 6.2333 4.42826 6.44285C4.39513 6.65175 4.33913 6.85263 4.26039 7.04464C4.18091 7.23843 4.07258 7.42254 3.93616 7.59702C3.82345 7.74119 3.68538 7.87538 3.52283 8C3.68538 8.12462 3.82345 8.25881 3.93616 8.40298C4.07258 8.57746 4.18091 8.76157 4.26039 8.95536C4.33921 9.14757 4.39513 9.35024 4.42823 9.56312C4.46084 9.76883 4.47914 9.98246 4.48324 10.2039C4.49127 10.4195 4.49125 10.6411 4.48321 10.8686C4.4753 11.0885 4.47134 11.3127 4.47134 11.541C4.47134 11.744 4.50838 11.9346 4.58223 12.1137C4.66104 12.2911 4.76386 12.4469 4.89086 12.5818C5.02194 12.7126 5.17396 12.8191 5.34763 12.9008C5.52346 12.9777 5.71095 13.0164 5.91083 13.0164H6V13.2V14H5.91083C5.59743 14 5.29407 13.9384 5.00128 13.8153C4.70818 13.692 4.44942 13.5153 4.22578 13.285C4.00311 13.0558 3.83793 12.805 3.73283 12.5323L3.73232 12.531C3.63387 12.265 3.56819 11.9903 3.53535 11.7072L3.53516 11.7055C3.50677 11.4215 3.4987 11.1316 3.51084 10.8357C3.52272 10.5462 3.52866 10.2567 3.52866 9.96721C3.52866 9.76883 3.48986 9.58047 3.41201 9.40108L3.41129 9.39942C3.33659 9.21871 3.23428 9.0637 3.10412 8.93352L3.10221 8.93161C2.97577 8.79762 2.82457 8.69157 2.64742 8.61396L2.64601 8.61334C2.47001 8.53238 2.28465 8.4918 2.08917 8.4918H2V8.4V7.6V7.5082H2.08917C2.28497 7.5082 2.4706 7.46954 2.64672 7.3925C2.82466 7.31055 2.97644 7.20405 3.10317 7.07359C3.23423 6.93866 3.33687 6.78296 3.4116 6.60601L3.412 6.60507C3.48974 6.42594 3.52866 6.23556 3.52866 6.03279C3.52866 5.74329 3.52272 5.45379 3.51084 5.16428C3.4987 4.86844 3.50678 4.5805 3.53519 4.30053L3.53533 4.29917C3.56814 4.01201 3.63382 3.7352 3.73233 3.46898L3.73282 3.46766C3.83792 3.19498 4.00311 2.94422 4.22578 2.71498C4.44942 2.48474 4.70818 2.30798 5.00128 2.18473C5.29407 2.06161 5.59743 2 5.91083 2H6V2.97184ZM13.9232 8.4918H14V8.4V7.6V7.5082H13.9108C13.7153 7.5082 13.53 7.46762 13.354 7.38666L13.3526 7.38604C13.1754 7.30844 13.0242 7.20238 12.8978 7.06839L12.8959 7.06648C12.7657 6.9363 12.6634 6.78129 12.5887 6.60058L12.588 6.59892C12.5101 6.41953 12.4713 6.23117 12.4713 6.03279C12.4713 5.74329 12.4773 5.45379 12.4892 5.16428C12.5013 4.86842 12.4932 4.57848 12.4648 4.29454L12.4646 4.29285C12.4318 4.00971 12.3661 3.73502 12.2677 3.46897L12.2672 3.46766C12.1621 3.19499 11.9969 2.94422 11.7742 2.71498C11.5506 2.48474 11.2918 2.30798 10.9987 2.18473C10.7059 2.06161 10.4026 2 10.0892 2H10V2.8V2.98361H10.0892C10.2891 2.98361 10.4765 3.0223 10.6524 3.09917C10.826 3.18092 10.9781 3.28736 11.1091 3.41823C11.2361 3.55305 11.339 3.70889 11.4178 3.88628C11.4916 4.0654 11.5287 4.25596 11.5287 4.45902C11.5287 4.68727 11.5247 4.91145 11.5168 5.13142C11.5088 5.35894 11.5087 5.58049 11.5168 5.79605C11.5209 6.01754 11.5392 6.23117 11.5718 6.43688C11.6049 6.64976 11.6608 6.85243 11.7396 7.04464C11.8191 7.23843 11.9274 7.42254 12.0638 7.59702C12.1765 7.74119 12.3146 7.87538 12.4772 8C12.4666 8.00814 12.456 8.01632 12.4456 8.02455C12.9764 8.08338 13.4758 8.24605 13.9232 8.4918Z"/><path d="M12 9C11.4067 9 10.8266 9.17595 10.3333 9.50559C9.83994 9.83524 9.45543 10.3038 9.22836 10.8519C9.0013 11.4001 8.94189 12.0033 9.05765 12.5853C9.1734 13.1672 9.45912 13.7018 9.87868 14.1213C10.2982 14.5409 10.8328 14.8266 11.4147 14.9424C11.9967 15.0581 12.5999 14.9987 13.1481 14.7716C13.6962 14.5446 14.1648 14.1601 14.4944 13.6667C14.8241 13.1734 15 12.5933 15 12C14.999 11.2047 14.6826 10.4422 14.1202 9.87976C13.5578 9.31736 12.7954 9.00098 12 9Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface BracketDotProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class BracketDot extends SvelteComponentTyped<
8
+ BracketDotProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M6 2.97184V2.98361H5.91083C5.71113 2.98361 5.5238 3.02427 5.34802 3.10513C5.17461 3.18275 5.02193 3.28942 4.89086 3.42437C4.76421 3.55475 4.66135 3.71034 4.58238 3.89205C4.50833 4.07152 4.47134 4.26019 4.47134 4.45902C4.47134 4.68725 4.4753 4.9134 4.48321 5.13749C4.49125 5.36105 4.49127 5.58262 4.48324 5.80219C4.47914 6.01973 4.46082 6.2333 4.42826 6.44285C4.39513 6.65175 4.33913 6.85263 4.26039 7.04464C4.18091 7.23843 4.07258 7.42254 3.93616 7.59702C3.82345 7.74119 3.68538 7.87538 3.52283 8C3.68538 8.12462 3.82345 8.25881 3.93616 8.40298C4.07258 8.57746 4.18091 8.76157 4.26039 8.95536C4.33921 9.14757 4.39513 9.35024 4.42823 9.56312C4.46084 9.76883 4.47914 9.98246 4.48324 10.2039C4.49127 10.4195 4.49125 10.6411 4.48321 10.8686C4.4753 11.0885 4.47134 11.3127 4.47134 11.541C4.47134 11.744 4.50838 11.9346 4.58223 12.1137C4.66104 12.2911 4.76386 12.4469 4.89086 12.5818C5.02194 12.7126 5.17396 12.8191 5.34763 12.9008C5.52346 12.9777 5.71095 13.0164 5.91083 13.0164H6V13.2V14H5.91083C5.59743 14 5.29407 13.9384 5.00128 13.8153C4.70818 13.692 4.44942 13.5153 4.22578 13.285C4.00311 13.0558 3.83793 12.805 3.73283 12.5323L3.73232 12.531C3.63387 12.265 3.56819 11.9903 3.53535 11.7072L3.53516 11.7055C3.50677 11.4215 3.4987 11.1316 3.51084 10.8357C3.52272 10.5462 3.52866 10.2567 3.52866 9.96721C3.52866 9.76883 3.48986 9.58047 3.41201 9.40108L3.41129 9.39942C3.33659 9.21871 3.23428 9.0637 3.10412 8.93352L3.10221 8.93161C2.97577 8.79762 2.82457 8.69157 2.64742 8.61396L2.64601 8.61334C2.47001 8.53238 2.28465 8.4918 2.08917 8.4918H2V8.4V7.6V7.5082H2.08917C2.28497 7.5082 2.4706 7.46954 2.64672 7.3925C2.82466 7.31055 2.97644 7.20405 3.10317 7.07359C3.23423 6.93866 3.33687 6.78296 3.4116 6.60601L3.412 6.60507C3.48974 6.42594 3.52866 6.23556 3.52866 6.03279C3.52866 5.74329 3.52272 5.45379 3.51084 5.16428C3.4987 4.86844 3.50678 4.5805 3.53519 4.30053L3.53533 4.29917C3.56814 4.01201 3.63382 3.7352 3.73233 3.46898L3.73282 3.46766C3.83792 3.19498 4.00311 2.94422 4.22578 2.71498C4.44942 2.48474 4.70818 2.30798 5.00128 2.18473C5.29407 2.06161 5.59743 2 5.91083 2H6V2.97184ZM13.9232 8.4918H14V8.4V7.6V7.5082H13.9108C13.7153 7.5082 13.53 7.46762 13.354 7.38666L13.3526 7.38604C13.1754 7.30844 13.0242 7.20238 12.8978 7.06839L12.8959 7.06648C12.7657 6.9363 12.6634 6.78129 12.5887 6.60058L12.588 6.59892C12.5101 6.41953 12.4713 6.23117 12.4713 6.03279C12.4713 5.74329 12.4773 5.45379 12.4892 5.16428C12.5013 4.86842 12.4932 4.57848 12.4648 4.29454L12.4646 4.29285C12.4318 4.00971 12.3661 3.73502 12.2677 3.46897L12.2672 3.46766C12.1621 3.19499 11.9969 2.94422 11.7742 2.71498C11.5506 2.48474 11.2918 2.30798 10.9987 2.18473C10.7059 2.06161 10.4026 2 10.0892 2H10V2.8V2.98361H10.0892C10.2891 2.98361 10.4765 3.0223 10.6524 3.09917C10.826 3.18092 10.9781 3.28736 11.1091 3.41823C11.2361 3.55305 11.339 3.70889 11.4178 3.88628C11.4916 4.0654 11.5287 4.25596 11.5287 4.45902C11.5287 4.68727 11.5247 4.91145 11.5168 5.13142C11.5088 5.35894 11.5087 5.58049 11.5168 5.79605C11.5209 6.01754 11.5392 6.23117 11.5718 6.43688C11.6049 6.64976 11.6608 6.85243 11.7396 7.04464C11.8191 7.23843 11.9274 7.42254 12.0638 7.59702C12.1765 7.74119 12.3146 7.87538 12.4772 8L12.4456 8.02455C12.9764 8.08338 13.4758 8.24605 13.9232 8.4918Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.3333 9.50559C10.8266 9.17595 11.4067 9 12 9C12.7954 9.00098 13.5578 9.31736 14.1202 9.87976C14.6826 10.4422 14.999 11.2047 15 12C15 12.5933 14.8241 13.1734 14.4944 13.6667C14.1648 14.1601 13.6962 14.5446 13.1481 14.7716C12.5999 14.9987 11.9967 15.0581 11.4147 14.9424C10.8328 14.8266 10.2982 14.5409 9.87868 14.1213C9.45912 13.7018 9.1734 13.1672 9.05765 12.5853C8.94189 12.0033 9.0013 11.4001 9.22836 10.8519C9.45543 10.3038 9.83994 9.83524 10.3333 9.50559ZM13.1464 10.1464L12 11.2929L10.8536 10.1464L10.1465 10.8535L11.2929 12L10.1464 13.1464L10.8536 13.8536L12 12.7071L13.1465 13.8535L13.8536 13.1464L12.7071 12L13.8536 10.8536L13.1464 10.1464Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface BracketErrorProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class BracketError extends SvelteComponentTyped<
8
+ BracketErrorProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M7.495 9.052l.891 2.35h1.091L6.237 3h-1.02L2 11.402h1.095l.838-2.35h3.562zM5.811 4.453l.044.135 1.318 3.574H4.255l1.307-3.574.044-.135.038-.156.032-.152.021-.126h.023l.024.126.029.152.038.156zm7.984 6.011v.936h.96V7.498c0-.719-.18-1.272-.539-1.661-.359-.389-.889-.583-1.588-.583-.199 0-.401.019-.606.056a4.875 4.875 0 0 0-1.078.326 2.081 2.081 0 0 0-.343.188v.984c.266-.23.566-.411.904-.54a2.927 2.927 0 0 1 1.052-.193c.188 0 .358.028.513.085a.98.98 0 0 1 .396.267c.109.121.193.279.252.472.059.193.088.427.088.7l-1.811.252c-.344.047-.64.126-.888.237a1.947 1.947 0 0 0-.615.419 1.6 1.6 0 0 0-.36.58 2.134 2.134 0 0 0-.117.721c0 .246.042.475.124.688.082.213.203.397.363.551.16.154.36.276.598.366.238.09.513.135.826.135.402 0 .76-.092 1.075-.278.315-.186.572-.454.771-.806h.023zm-2.128-1.743c.176-.064.401-.114.674-.149l1.465-.205v.609c0 .246-.041.475-.123.688a1.727 1.727 0 0 1-.343.557 1.573 1.573 0 0 1-.524.372 1.63 1.63 0 0 1-.668.135c-.187 0-.353-.025-.495-.076a1.03 1.03 0 0 1-.357-.211.896.896 0 0 1-.22-.316A1.005 1.005 0 0 1 11 9.732a1.6 1.6 0 0 1 .055-.44.739.739 0 0 1 .202-.334 1.16 1.16 0 0 1 .41-.237z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M8.85352 11.7021H7.85449L7.03809 9.54297H3.77246L3.00439 11.7021H2L4.9541 4H5.88867L8.85352 11.7021ZM6.74268 8.73193L5.53418 5.4502C5.49479 5.34277 5.4554 5.1709 5.41602 4.93457H5.39453C5.35872 5.15299 5.31755 5.32487 5.271 5.4502L4.07324 8.73193H6.74268Z"/><path d="M13.756 11.7021H12.8752V10.8428H12.8537C12.4706 11.5016 11.9066 11.8311 11.1618 11.8311C10.6139 11.8311 10.1843 11.686 9.87273 11.396C9.56479 11.106 9.41082 10.721 9.41082 10.2412C9.41082 9.21354 10.016 8.61556 11.2262 8.44727L12.8752 8.21631C12.8752 7.28174 12.4974 6.81445 11.7419 6.81445C11.0794 6.81445 10.4815 7.04004 9.94793 7.49121V6.58887C10.4886 6.24512 11.1117 6.07324 11.8171 6.07324C13.1097 6.07324 13.756 6.75716 13.756 8.125V11.7021ZM12.8752 8.91992L11.5485 9.10254C11.1403 9.15983 10.8324 9.26188 10.6247 9.40869C10.417 9.55192 10.3132 9.80794 10.3132 10.1768C10.3132 10.4453 10.4081 10.6655 10.5978 10.8374C10.7912 11.0057 11.0472 11.0898 11.3659 11.0898C11.8027 11.0898 12.1626 10.9377 12.4455 10.6333C12.7319 10.3254 12.8752 9.93685 12.8752 9.46777V8.91992Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M4 2H3V14H4V2ZM7.29062 2.59314L6.5 3.00001V13L7.29062 13.4069L14.2906 8.40687V7.59314L7.29062 2.59314ZM13.1398 8.00001L7.5 12.0284V3.9716L13.1398 8.00001Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface DebugContinueSmallProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class DebugContinueSmall extends SvelteComponentTyped<
8
+ DebugContinueSmallProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M15 13V14H1.5L1 13.5V0H2V13H15Z"/><path d="M13 3.20714L7.85353 8.35359H7.14642L5.49998 6.70714L1.85353 10.3536L1.14642 9.64648L5.14642 5.64648H5.85353L7.49998 7.29293L12.6464 2.14648H13.3535L15.3535 4.14648L14.6464 4.85359L13 3.20714Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface GraphLineProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class GraphLine extends SvelteComponentTyped<
8
+ GraphLineProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M15 13V14H1.5L1 13.5V0H2V13H15Z"/><rect x="5" y="2" width="2" height="2"/><rect x="12" y="1" width="2" height="2"/><rect x="8" y="5" width="2" height="2"/><rect x="5" y="9" width="2" height="2"/><rect x="12" y="8" width="2" height="2"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface GraphScatterProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class GraphScatter extends SvelteComponentTyped<
8
+ GraphScatterProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><circle cx="7.50002" cy="7.5" r="1"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.6835 9.50931L12.7324 9.20047C12.9058 8.66624 13 8.0951 13 7.5C13 6.9049 12.9058 6.33376 12.7324 5.79953L13.6835 5.49069C13.889 6.12344 14 6.79875 14 7.5C14 8.20125 13.889 8.87656 13.6835 9.50931ZM13.2928 4.54842L12.4021 5.00313C11.8748 3.9702 11.0298 3.12523 9.99687 2.59787L10.4516 1.70723C11.6721 2.33037 12.6696 3.3279 13.2928 4.54842ZM9.50931 1.31652L9.20047 2.26763C8.66624 2.09415 8.0951 2 7.5 2C6.9049 2 6.33376 2.09415 5.79953 2.26763L5.49069 1.31652C6.12344 1.11105 6.79875 1 7.5 1C8.20125 1 8.87656 1.11105 9.50931 1.31652ZM4.54842 1.70723L5.00313 2.59787C3.9702 3.12523 3.12523 3.9702 2.59787 5.00313L1.70723 4.54842C2.33037 3.3279 3.3279 2.33037 4.54842 1.70723ZM1.31652 5.49069C1.11105 6.12344 1 6.79875 1 7.5C1 8.20125 1.11105 8.87656 1.31652 9.50931L2.26763 9.20047C2.09415 8.66624 2 8.0951 2 7.5C2 6.9049 2.09415 6.33376 2.26763 5.79953L1.31652 5.49069ZM1.70723 10.4516L2.59787 9.99687C3.12523 11.0298 3.9702 11.8748 5.00313 12.4021L4.54842 13.2928C3.3279 12.6696 2.33037 11.6721 1.70723 10.4516ZM5.49069 13.6835L5.79953 12.7324C6.33376 12.9058 6.9049 13 7.5 13C8.0951 13 8.66624 12.9058 9.20047 12.7324L9.50931 13.6835C8.87656 13.889 8.20125 14 7.5 14C6.79875 14 6.12344 13.889 5.49069 13.6835ZM10.4516 13.2928L9.99687 12.4021C11.0298 11.8748 11.8748 11.0298 12.4021 9.99687L13.2928 10.4516C12.6696 11.6721 11.6721 12.6696 10.4516 13.2928Z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7324 9.20047L13.6835 9.50931C13.889 8.87656 14 8.20125 14 7.5C14 6.79875 13.889 6.12344 13.6835 5.49069L12.7324 5.79953C12.9058 6.33376 13 6.9049 13 7.5C13 8.0951 12.9058 8.66624 12.7324 9.20047ZM12.4021 5.00313L13.2928 4.54842C12.6696 3.3279 11.6721 2.33037 10.4516 1.70723L9.99687 2.59787C11.0298 3.12523 11.8748 3.9702 12.4021 5.00313ZM9.20047 2.26763L9.50931 1.31652C8.87656 1.11105 8.20125 1 7.5 1C6.79875 1 6.12344 1.11105 5.49069 1.31652L5.79953 2.26763C6.33376 2.09415 6.9049 2 7.5 2C8.0951 2 8.66624 2.09415 9.20047 2.26763ZM5.00313 2.59787L4.54842 1.70723C3.3279 2.33037 2.33037 3.3279 1.70723 4.54842L2.59787 5.00313C3.12523 3.9702 3.9702 3.12523 5.00313 2.59787ZM1 7.5C1 6.79875 1.11105 6.12344 1.31652 5.49069L2.26763 5.79953C2.09415 6.33376 2 6.9049 2 7.5C2 8.0951 2.09415 8.66624 2.26763 9.20047L1.31652 9.50931C1.11105 8.87656 1 8.20125 1 7.5ZM2.59787 9.99687L1.70723 10.4516C2.33037 11.6721 3.3279 12.6696 4.54842 13.2928L5.00313 12.4021C3.9702 11.8748 3.12523 11.0298 2.59787 9.99687ZM5.79953 12.7324L5.49069 13.6835C6.12344 13.889 6.79875 14 7.5 14C8.20125 14 8.87656 13.889 9.50931 13.6835L9.20047 12.7324C8.66624 12.9058 8.0951 13 7.5 13C6.9049 13 6.33376 12.9058 5.79953 12.7324ZM9.99687 12.4021L10.4516 13.2928C11.6721 12.6696 12.6696 11.6721 13.2928 10.4516L12.4021 9.99687C11.8748 11.0298 11.0298 11.8748 9.99687 12.4021ZM7.50002 8.5C8.0523 8.5 8.50002 8.05228 8.50002 7.5C8.50002 6.94772 8.0523 6.5 7.50002 6.5C6.94773 6.5 6.50002 6.94772 6.50002 7.5C6.50002 8.05228 6.94773 8.5 7.50002 8.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M3 1L2 2V14L3 15H14L15 14V2L14 1H3ZM3 11V2H6V11H3ZM3 12L14 12V14H3V12ZM14 11L7 11V2H14V11Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface LayoutProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class Layout extends SvelteComponentTyped<
8
+ LayoutProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M3 8L4 7H12L13 8V13L12 14H4L3 13V8ZM4 8V13H12V8H4Z"/><path d="M11 7V5C11 3.34315 9.65685 2 8 2C6.34315 2 5 3.34315 5 5V7H6V5C6 3.89543 6.89543 3 8 3C9.10457 3 10 3.89543 10 5V7H11Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface LockSmallProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class LockSmall extends SvelteComponentTyped<
8
+ LockSmallProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M12 5.5V7.484C12 7.61661 11.9473 7.74379 11.8535 7.83755C11.7598 7.93132 11.6326 7.984 11.5 7.984H4.618L6.251 6.351L5.544 5.644L3.423 7.765L3 8.188V8.756L5.544 11.3L6.251 10.593L4.641 8.984H11.5C11.8978 8.984 12.2793 8.82597 12.5607 8.54466C12.842 8.26336 13 7.88182 13 7.484V5.5H12Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface NewlineProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class Newline extends SvelteComponentTyped<
8
+ NewlineProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M10 6H13.9C13.5023 4.04087 11.9591 2.4977 10 2.10002V6ZM10 1.08296C12.5125 1.50448 14.4955 3.4875 14.917 6C14.9716 6.32521 15 6.65929 15 7H9V1C9.34071 1 9.67479 1.0284 10 1.08296ZM7 8.00003L8 9.00003H12.9C12.4367 11.2823 10.4189 13 8 13C5.23858 13 3 10.7614 3 8C3 5.58104 4.71776 3.56329 7 3.10002V8.00003ZM8 14C10.973 14 13.4409 11.8377 13.917 9.00003C13.9716 8.67482 14 8.34074 14 8.00003H8V2C7.65929 2 7.32521 2.0284 7 2.08296C4.16229 2.55904 2 5.027 2 8C2 11.3137 4.68629 14 8 14Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface PieChartProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class PieChart extends SvelteComponentTyped<
8
+ PieChartProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M8.534 12.467H7.436l-.897-2.373h-3.59l-.845 2.373H1L4.248 4h1.027l3.26 8.467zm-2.32-3.265L4.885 5.594a3.454 3.454 0 0 1-.13-.567h-.023c-.04.24-.085.43-.136.567L3.279 9.202h2.935zm3.572 3.265V4h2.41c.732 0 1.312.18 1.741.537.43.359.644.825.644 1.4 0 .48-.13.897-.39 1.252-.26.354-.618.606-1.075.755v.024c.571.067 1.028.283 1.37.65.343.362.514.834.514 1.417 0 .724-.26 1.31-.78 1.76-.519.448-1.174.672-1.966.672H9.786zm.992-7.57v2.734h1.016c.543 0 .97-.13 1.281-.39.311-.263.466-.633.466-1.11 0-.822-.54-1.233-1.623-1.233h-1.14zm0 3.626v3.047h1.346c.583 0 1.034-.138 1.353-.414.322-.275.484-.653.484-1.133 0-1-.681-1.5-2.043-1.5h-1.14z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M8.51358 11H7.51456L6.69815 8.84082H3.43253L2.66446 11H1.66006L4.61417 3.29785H5.54874L8.51358 11ZM6.40274 8.02979L5.19424 4.74805C5.15486 4.64062 5.11547 4.46875 5.07608 4.23242H5.0546C5.01879 4.45085 4.97761 4.62272 4.93106 4.74805L3.73331 8.02979H6.40274Z"/><path d="M9.59725 11V3.29785H11.7887C12.4547 3.29785 12.9828 3.46077 13.3731 3.78662C13.7634 4.11247 13.9586 4.53678 13.9586 5.05957C13.9586 5.49642 13.8404 5.87598 13.6041 6.19824C13.3678 6.52051 13.0419 6.74967 12.6265 6.88574V6.90723C13.1458 6.9681 13.5611 7.16504 13.8726 7.49805C14.1842 7.82747 14.3399 8.25716 14.3399 8.78711C14.3399 9.44596 14.1036 9.97949 13.6309 10.3877C13.1583 10.7959 12.5621 11 11.8424 11H9.59725ZM10.4996 4.11426V6.60107H11.4234C11.9176 6.60107 12.3061 6.48291 12.589 6.24658C12.8718 6.00667 13.0133 5.67008 13.0133 5.23682C13.0133 4.48844 12.5209 4.11426 11.5362 4.11426H10.4996ZM10.4996 7.41211V10.1836H11.7242C12.2542 10.1836 12.6641 10.0583 12.9542 9.80762C13.2478 9.55697 13.3946 9.21322 13.3946 8.77637C13.3946 7.86686 12.7751 7.41211 11.5362 7.41211H10.4996Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path d="M8.38 14.72H7.67L6 13H3.53L3 12.5V10.08L1.31 8.36004V7.65004L3 5.93004V3.50004L3.53 3.00004H6L7.67 1.29004H8.38L10.1 3.00004H12.53L13.03 3.49004V5.93004L14.74 7.65004V8.36004L13 10.08V12.5L12.5 13H10.1L8.38 14.72ZM6.73004 10.4799H7.44004L11.21 6.71L10.5 6L7.09004 9.41991L5.71 8.03984L5 8.74984L6.73004 10.4799Z"/></svg>
@@ -0,0 +1,11 @@
1
+ /// <reference types="svelte" />
2
+ import { SvelteComponentTyped } from "svelte";
3
+
4
+ export interface VerifiedFilledProps
5
+ extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {}
6
+
7
+ export default class VerifiedFilled extends SvelteComponentTyped<
8
+ VerifiedFilledProps,
9
+ {},
10
+ { default: {} }
11
+ > {}
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M1 2h14v1H1V2zm13 2h-1v8h1V4zm-2.728 4.387a2.353 2.353 0 0 0-.36-.786 1.746 1.746 0 0 0-.609-.53 1.832 1.832 0 0 0-.866-.193c-.198 0-.38.024-.547.073a1.76 1.76 0 0 0-.453.205 1.724 1.724 0 0 0-.365.318l-.179.258V4.578H7V12h.893v-.575l.126.175c.087.102.189.19.304.269.117.078.249.14.398.186.149.046.314.068.498.068.353 0 .666-.071.937-.212.272-.143.499-.338.682-.586.183-.25.321-.543.414-.879.093-.338.14-.703.14-1.097a3.756 3.756 0 0 0-.12-.962zM9.793 7.78c.151.071.282.176.39.314.109.14.194.313.255.517.051.174.082.371.089.587l-.007.125c0 .327-.033.62-.1.869a1.886 1.886 0 0 1-.278.614c-.117.162-.26.285-.421.366-.322.162-.76.166-1.069.015a1.264 1.264 0 0 1-.393-.296 1.273 1.273 0 0 1-.218-.367s-.179-.447-.179-.947c0-.5.179-1.002.179-1.002.062-.177.136-.318.224-.43.114-.143.256-.259.424-.345.168-.086.365-.129.587-.129.19 0 .364.037.517.109zM15 13H1v1h14v-1zM2.813 10l-.728 2.031H1l.025-.072 2.441-7.086h.941l2.485 7.158H5.81L5.032 10H2.813zm1.121-3.578h-.022l-.905 2.753h1.841l-.914-2.753z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor" {...$$restProps}><slot /><path fill-rule="evenodd" clip-rule="evenodd" d="M0 11H1V13H15V11H16V14H15H1H0V11Z"/><path d="M6.84048 11H5.95963V10.1406H5.93814C5.555 10.7995 4.99104 11.1289 4.24625 11.1289C3.69839 11.1289 3.26871 10.9839 2.95718 10.6938C2.64924 10.4038 2.49527 10.0189 2.49527 9.53906C2.49527 8.51139 3.10041 7.91341 4.3107 7.74512L5.95963 7.51416C5.95963 6.57959 5.58186 6.1123 4.82632 6.1123C4.16389 6.1123 3.56591 6.33789 3.03238 6.78906V5.88672C3.57307 5.54297 4.19612 5.37109 4.90152 5.37109C6.19416 5.37109 6.84048 6.05501 6.84048 7.42285V11ZM5.95963 8.21777L4.63297 8.40039C4.22476 8.45768 3.91682 8.55973 3.70914 8.70654C3.50145 8.84977 3.39761 9.10579 3.39761 9.47461C3.39761 9.74316 3.4925 9.96338 3.68228 10.1353C3.87564 10.3035 4.13166 10.3877 4.45035 10.3877C4.8872 10.3877 5.24706 10.2355 5.52994 9.93115C5.8164 9.62321 5.95963 9.2347 5.95963 8.76562V8.21777Z"/><path d="M9.3475 10.2051H9.32601V11H8.44515V2.85742H9.32601V6.4668H9.3475C9.78076 5.73633 10.4146 5.37109 11.2489 5.37109C11.9543 5.37109 12.5057 5.61816 12.9032 6.1123C13.3042 6.60286 13.5047 7.26172 13.5047 8.08887C13.5047 9.00911 13.2809 9.74674 12.8333 10.3018C12.3857 10.8532 11.7734 11.1289 10.9964 11.1289C10.2695 11.1289 9.71989 10.821 9.3475 10.2051ZM9.32601 7.98682V8.75488C9.32601 9.20964 9.47282 9.59635 9.76644 9.91504C10.0636 10.2301 10.4396 10.3877 10.8944 10.3877C11.4279 10.3877 11.8451 10.1836 12.1458 9.77539C12.4502 9.36719 12.6024 8.79964 12.6024 8.07275C12.6024 7.46045 12.4609 6.98063 12.1781 6.6333C11.8952 6.28597 11.512 6.1123 11.0286 6.1123C10.5166 6.1123 10.1048 6.29134 9.7933 6.64941C9.48177 7.00391 9.32601 7.44971 9.32601 7.98682Z"/></svg>
package/lib/index.d.ts CHANGED
@@ -12,13 +12,17 @@ export { default as ArrowSmallRight } from "./ArrowSmallRight.svelte";
12
12
  export { default as ArrowSmallUp } from "./ArrowSmallUp.svelte";
13
13
  export { default as ArrowSwap } from "./ArrowSwap.svelte";
14
14
  export { default as ArrowUp } from "./ArrowUp.svelte";
15
+ export { default as AzureDevops } from "./AzureDevops.svelte";
15
16
  export { default as Azure } from "./Azure.svelte";
17
+ export { default as BeakerStop } from "./BeakerStop.svelte";
16
18
  export { default as Beaker } from "./Beaker.svelte";
17
19
  export { default as BellDot } from "./BellDot.svelte";
18
20
  export { default as Bell } from "./Bell.svelte";
19
21
  export { default as Bold } from "./Bold.svelte";
20
22
  export { default as Book } from "./Book.svelte";
21
23
  export { default as Bookmark } from "./Bookmark.svelte";
24
+ export { default as BracketDot } from "./BracketDot.svelte";
25
+ export { default as BracketError } from "./BracketError.svelte";
22
26
  export { default as Briefcase } from "./Briefcase.svelte";
23
27
  export { default as Broadcast } from "./Broadcast.svelte";
24
28
  export { default as Browser } from "./Browser.svelte";
@@ -78,6 +82,7 @@ export { default as DebugBreakpointLogUnverified } from "./DebugBreakpointLogUnv
78
82
  export { default as DebugBreakpointLog } from "./DebugBreakpointLog.svelte";
79
83
  export { default as DebugBreakpointUnsupported } from "./DebugBreakpointUnsupported.svelte";
80
84
  export { default as DebugConsole } from "./DebugConsole.svelte";
85
+ export { default as DebugContinueSmall } from "./DebugContinueSmall.svelte";
81
86
  export { default as DebugContinue } from "./DebugContinue.svelte";
82
87
  export { default as DebugCoverage } from "./DebugCoverage.svelte";
83
88
  export { default as DebugDisconnect } from "./DebugDisconnect.svelte";
@@ -159,6 +164,8 @@ export { default as Globe } from "./Globe.svelte";
159
164
  export { default as GoToFile } from "./GoToFile.svelte";
160
165
  export { default as Grabber } from "./Grabber.svelte";
161
166
  export { default as GraphLeft } from "./GraphLeft.svelte";
167
+ export { default as GraphLine } from "./GraphLine.svelte";
168
+ export { default as GraphScatter } from "./GraphScatter.svelte";
162
169
  export { default as Graph } from "./Graph.svelte";
163
170
  export { default as Gripper } from "./Gripper.svelte";
164
171
  export { default as GroupByRefType } from "./GroupByRefType.svelte";
@@ -182,6 +189,7 @@ export { default as Law } from "./Law.svelte";
182
189
  export { default as LayersActive } from "./LayersActive.svelte";
183
190
  export { default as LayersDot } from "./LayersDot.svelte";
184
191
  export { default as Layers } from "./Layers.svelte";
192
+ export { default as Layout } from "./Layout.svelte";
185
193
  export { default as Library } from "./Library.svelte";
186
194
  export { default as LightbulbAutofix } from "./LightbulbAutofix.svelte";
187
195
  export { default as Lightbulb } from "./Lightbulb.svelte";
@@ -196,6 +204,7 @@ export { default as ListUnordered } from "./ListUnordered.svelte";
196
204
  export { default as LiveShare } from "./LiveShare.svelte";
197
205
  export { default as Loading } from "./Loading.svelte";
198
206
  export { default as Location } from "./Location.svelte";
207
+ export { default as LockSmall } from "./LockSmall.svelte";
199
208
  export { default as Lock } from "./Lock.svelte";
200
209
  export { default as Magnet } from "./Magnet.svelte";
201
210
  export { default as MailRead } from "./MailRead.svelte";
@@ -213,6 +222,7 @@ export { default as MultipleWindows } from "./MultipleWindows.svelte";
213
222
  export { default as Mute } from "./Mute.svelte";
214
223
  export { default as NewFile } from "./NewFile.svelte";
215
224
  export { default as NewFolder } from "./NewFolder.svelte";
225
+ export { default as Newline } from "./Newline.svelte";
216
226
  export { default as NoNewline } from "./NoNewline.svelte";
217
227
  export { default as Note } from "./Note.svelte";
218
228
  export { default as NotebookTemplate } from "./NotebookTemplate.svelte";
@@ -227,6 +237,7 @@ export { default as PassFilled } from "./PassFilled.svelte";
227
237
  export { default as Pass } from "./Pass.svelte";
228
238
  export { default as PersonAdd } from "./PersonAdd.svelte";
229
239
  export { default as Person } from "./Person.svelte";
240
+ export { default as PieChart } from "./PieChart.svelte";
230
241
  export { default as Pin } from "./Pin.svelte";
231
242
  export { default as PinnedDirty } from "./PinnedDirty.svelte";
232
243
  export { default as Pinned } from "./Pinned.svelte";
@@ -355,6 +366,7 @@ export { default as Unlock } from "./Unlock.svelte";
355
366
  export { default as Unmute } from "./Unmute.svelte";
356
367
  export { default as Unverified } from "./Unverified.svelte";
357
368
  export { default as VariableGroup } from "./VariableGroup.svelte";
369
+ export { default as VerifiedFilled } from "./VerifiedFilled.svelte";
358
370
  export { default as Verified } from "./Verified.svelte";
359
371
  export { default as Versions } from "./Versions.svelte";
360
372
  export { default as VmActive } from "./VmActive.svelte";
package/lib/index.js CHANGED
@@ -12,13 +12,17 @@ export { default as ArrowSmallRight } from "./ArrowSmallRight.svelte";
12
12
  export { default as ArrowSmallUp } from "./ArrowSmallUp.svelte";
13
13
  export { default as ArrowSwap } from "./ArrowSwap.svelte";
14
14
  export { default as ArrowUp } from "./ArrowUp.svelte";
15
+ export { default as AzureDevops } from "./AzureDevops.svelte";
15
16
  export { default as Azure } from "./Azure.svelte";
17
+ export { default as BeakerStop } from "./BeakerStop.svelte";
16
18
  export { default as Beaker } from "./Beaker.svelte";
17
19
  export { default as BellDot } from "./BellDot.svelte";
18
20
  export { default as Bell } from "./Bell.svelte";
19
21
  export { default as Bold } from "./Bold.svelte";
20
22
  export { default as Book } from "./Book.svelte";
21
23
  export { default as Bookmark } from "./Bookmark.svelte";
24
+ export { default as BracketDot } from "./BracketDot.svelte";
25
+ export { default as BracketError } from "./BracketError.svelte";
22
26
  export { default as Briefcase } from "./Briefcase.svelte";
23
27
  export { default as Broadcast } from "./Broadcast.svelte";
24
28
  export { default as Browser } from "./Browser.svelte";
@@ -78,6 +82,7 @@ export { default as DebugBreakpointLogUnverified } from "./DebugBreakpointLogUnv
78
82
  export { default as DebugBreakpointLog } from "./DebugBreakpointLog.svelte";
79
83
  export { default as DebugBreakpointUnsupported } from "./DebugBreakpointUnsupported.svelte";
80
84
  export { default as DebugConsole } from "./DebugConsole.svelte";
85
+ export { default as DebugContinueSmall } from "./DebugContinueSmall.svelte";
81
86
  export { default as DebugContinue } from "./DebugContinue.svelte";
82
87
  export { default as DebugCoverage } from "./DebugCoverage.svelte";
83
88
  export { default as DebugDisconnect } from "./DebugDisconnect.svelte";
@@ -159,6 +164,8 @@ export { default as Globe } from "./Globe.svelte";
159
164
  export { default as GoToFile } from "./GoToFile.svelte";
160
165
  export { default as Grabber } from "./Grabber.svelte";
161
166
  export { default as GraphLeft } from "./GraphLeft.svelte";
167
+ export { default as GraphLine } from "./GraphLine.svelte";
168
+ export { default as GraphScatter } from "./GraphScatter.svelte";
162
169
  export { default as Graph } from "./Graph.svelte";
163
170
  export { default as Gripper } from "./Gripper.svelte";
164
171
  export { default as GroupByRefType } from "./GroupByRefType.svelte";
@@ -182,6 +189,7 @@ export { default as Law } from "./Law.svelte";
182
189
  export { default as LayersActive } from "./LayersActive.svelte";
183
190
  export { default as LayersDot } from "./LayersDot.svelte";
184
191
  export { default as Layers } from "./Layers.svelte";
192
+ export { default as Layout } from "./Layout.svelte";
185
193
  export { default as Library } from "./Library.svelte";
186
194
  export { default as LightbulbAutofix } from "./LightbulbAutofix.svelte";
187
195
  export { default as Lightbulb } from "./Lightbulb.svelte";
@@ -196,6 +204,7 @@ export { default as ListUnordered } from "./ListUnordered.svelte";
196
204
  export { default as LiveShare } from "./LiveShare.svelte";
197
205
  export { default as Loading } from "./Loading.svelte";
198
206
  export { default as Location } from "./Location.svelte";
207
+ export { default as LockSmall } from "./LockSmall.svelte";
199
208
  export { default as Lock } from "./Lock.svelte";
200
209
  export { default as Magnet } from "./Magnet.svelte";
201
210
  export { default as MailRead } from "./MailRead.svelte";
@@ -213,6 +222,7 @@ export { default as MultipleWindows } from "./MultipleWindows.svelte";
213
222
  export { default as Mute } from "./Mute.svelte";
214
223
  export { default as NewFile } from "./NewFile.svelte";
215
224
  export { default as NewFolder } from "./NewFolder.svelte";
225
+ export { default as Newline } from "./Newline.svelte";
216
226
  export { default as NoNewline } from "./NoNewline.svelte";
217
227
  export { default as Note } from "./Note.svelte";
218
228
  export { default as NotebookTemplate } from "./NotebookTemplate.svelte";
@@ -227,6 +237,7 @@ export { default as PassFilled } from "./PassFilled.svelte";
227
237
  export { default as Pass } from "./Pass.svelte";
228
238
  export { default as PersonAdd } from "./PersonAdd.svelte";
229
239
  export { default as Person } from "./Person.svelte";
240
+ export { default as PieChart } from "./PieChart.svelte";
230
241
  export { default as Pin } from "./Pin.svelte";
231
242
  export { default as PinnedDirty } from "./PinnedDirty.svelte";
232
243
  export { default as Pinned } from "./Pinned.svelte";
@@ -355,6 +366,7 @@ export { default as Unlock } from "./Unlock.svelte";
355
366
  export { default as Unmute } from "./Unmute.svelte";
356
367
  export { default as Unverified } from "./Unverified.svelte";
357
368
  export { default as VariableGroup } from "./VariableGroup.svelte";
369
+ export { default as VerifiedFilled } from "./VerifiedFilled.svelte";
358
370
  export { default as Verified } from "./Verified.svelte";
359
371
  export { default as Versions } from "./Versions.svelte";
360
372
  export { default as VmActive } from "./VmActive.svelte";
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "svelte-codicons",
3
- "version": "0.2.0",
3
+ "version": "0.5.0",
4
4
  "license": "MIT",
5
5
  "description": "VS Code Codicons as Svelte components",
6
6
  "author": "Eric Liu (https://github.com/metonym)",
7
7
  "svelte": "./lib/index.js",
8
8
  "main": "./lib/index.js",
9
9
  "types": "./lib/index.d.ts",
10
+ "type": "module",
10
11
  "sideEffects": false,
11
12
  "scripts": {
12
13
  "dev": "rollup -cw",
@@ -16,13 +17,13 @@
16
17
  "test": "svelte-check --workspace test"
17
18
  },
18
19
  "devDependencies": {
19
- "@vscode/codicons": "^0.0.22",
20
+ "@vscode/codicons": "0.0.27",
20
21
  "gh-pages": "^3.2.3",
21
- "rollup": "^2.56.3",
22
- "svelte": "^3.42.4",
23
- "svelte-check": "^2.2.4",
24
- "svelte-readme": "^3.3.1",
25
- "svelvg": "^0.5.0"
22
+ "rollup": "^2.61.1",
23
+ "svelte": "^3.44.3",
24
+ "svelte-check": "^2.2.10",
25
+ "svelte-readme": "^3.6.1",
26
+ "svelvg": "^0.8.1"
26
27
  },
27
28
  "repository": {
28
29
  "type": "git",