diff --git a/.build/helpers.mjs b/.build/helpers.mjs
index 55b2de548..41c5af477 100644
--- a/.build/helpers.mjs
+++ b/.build/helpers.mjs
@@ -283,7 +283,7 @@ export const getCompileOptions = () => {
if (fs.existsSync('../compile-options.json')) {
try {
- const tempOptions = require('../compile-options.json')
+ const tempOptions = JSON.parse(fs.readFileSync('../compile-options.json').toString())
if (typeof tempOptions !== 'object') {
throw 'Compile options file does not contain an json object'
diff --git a/.github/workflows/add_to_project.yml b/.github/workflows/add_to_project.yml
deleted file mode 100644
index f64391692..000000000
--- a/.github/workflows/add_to_project.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: Add new issues and pr to project
-
-on:
- pull_request:
- types:
- - opened
- issues:
- types:
- - opened
-
-jobs:
- add-to-project:
- name: Add new issue and pr to project
- runs-on: ubuntu-latest
- steps:
- - uses: actions/add-to-project@v0.4.0
- with:
- project-url: https://github.com/orgs/tabler/projects/9/views/1
- github-token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index 24af989fe..394b7b853 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@
npm install @tabler/icons --save
```
-or just [download from Github](https://github.com/tabler/tabler-icons/releases).
+or just [download from GitHub](https://github.com/tabler/tabler-icons/releases).
## Usage
@@ -112,7 +112,7 @@ const MyComponent = () => {
}
```
-`@tabler/icons-react` exports it's own type declarations for usage with React and Typescript.
+`@tabler/icons-react` exports its own type declarations for usage with React and Typescript.
For more details, see the [documentation](https://github.com/tabler/tabler-icons/tree/master/packages/icons-react).
@@ -175,7 +175,7 @@ After importing the _IconsModule_ in your feature or shared module, use the icon
```
-`angular-tabler-icons` exports it's own type declarations for usage with Typescript.
+`angular-tabler-icons` exports its own type declarations for usage with Typescript.
For more usage documentation refer to [the official documentation](https://github.com/pierreavn/angular-tabler-icons).
@@ -208,7 +208,7 @@ All files included in `@tabler/icons` npm package are available over a CDN.
#### Iconfont
```html
-
+
```
To load a specific version replace `latest` with the desired version number.
diff --git a/packages/icons-vue/build.mjs b/packages/icons-vue/build.mjs
index d5d661220..919bd4899 100644
--- a/packages/icons-vue/build.mjs
+++ b/packages/icons-vue/build.mjs
@@ -21,6 +21,7 @@ declare module '@tabler/icons-vue'
// Create interface extending SVGAttributes
export interface SVGProps extends Partial {
size?: 24 | number
+ strokeWidth?: number | string
}
// Generated icons`
diff --git a/src/_icons/brand-microsoft-teams.svg b/src/_icons/brand-teams.svg
similarity index 92%
rename from src/_icons/brand-microsoft-teams.svg
rename to src/_icons/brand-teams.svg
index d0e6a0cc9..3d40f223c 100644
--- a/src/_icons/brand-microsoft-teams.svg
+++ b/src/_icons/brand-teams.svg
@@ -1,4 +1,5 @@
---
+tags: [microsoft, technology]
category: Brand
version: "2.23"
unicode: "fadf"
diff --git a/src/_icons/crane-off.svg b/src/_icons/crane-off.svg
index 779ef2517..dca2e6a49 100644
--- a/src/_icons/crane-off.svg
+++ b/src/_icons/crane-off.svg
@@ -1,6 +1,6 @@
---
category: Vehicles
-tags: [consturction, building, machine, lifting]
+tags: [construction, building, machine, lifting]
version: "1.65"
unicode: "f109"
---
diff --git a/src/_icons/crane.svg b/src/_icons/crane.svg
index 00a625ef5..05921836f 100644
--- a/src/_icons/crane.svg
+++ b/src/_icons/crane.svg
@@ -1,5 +1,5 @@
---
-tags: [consturction, building, machine, lifting]
+tags: [construction, building, machine, lifting]
category: Vehicles
version: "1.41"
unicode: "ef27"
diff --git a/src/_icons/currency-florin.svg b/src/_icons/currency-florin.svg
index d0340d6a9..571d6952c 100644
--- a/src/_icons/currency-florin.svg
+++ b/src/_icons/currency-florin.svg
@@ -1,5 +1,5 @@
---
-category: Currency
+category: Currencies
version: "2.24"
unicode: "faf5"
---
diff --git a/src/_icons/hammer-off.svg b/src/_icons/hammer-off.svg
index 4fc547f29..706c1d583 100644
--- a/src/_icons/hammer-off.svg
+++ b/src/_icons/hammer-off.svg
@@ -1,5 +1,5 @@
---
-tags: [tool, repair, building, consturction]
+tags: [tool, repair, building, construction]
version: "1.66"
unicode: "f13c"
---
diff --git a/src/_icons/hammer.svg b/src/_icons/hammer.svg
index 21606b971..217b4260a 100644
--- a/src/_icons/hammer.svg
+++ b/src/_icons/hammer.svg
@@ -1,5 +1,5 @@
---
-tags: [tool, repair, building, consturction]
+tags: [tool, repair, building, construction]
version: "1.47"
unicode: "ef91"
---
diff --git a/src/_icons/wall.svg b/src/_icons/wall.svg
index c0b88d82f..fb8cd7eef 100644
--- a/src/_icons/wall.svg
+++ b/src/_icons/wall.svg
@@ -1,5 +1,5 @@
---
-tags: [brick, security, firewall, building, renovation, consturction]
+tags: [brick, security, firewall, building, renovation, construction]
version: "1.45"
unicode: "ef7a"
---