Skip to content

Commit f94ebc4

Browse files
committed
feat: update to feather 4.28.0
1 parent 6478552 commit f94ebc4

File tree

294 files changed

+6785
-9143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+6785
-9143
lines changed

LIST.md

Lines changed: 4 additions & 0 deletions

README.md

Lines changed: 286 additions & 282 deletions

package-lock.json

Lines changed: 6182 additions & 8575 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser": "~13.1.1",
2121
"@angular/platform-browser-dynamic": "~13.1.1",
2222
"@angular/router": "~13.1.1",
23-
"feather-icons": "4.24.1",
23+
"feather-icons": "4.28.0",
2424
"rxjs": "~6.6.0",
2525
"tslib": "^2.3.1",
2626
"zone.js": "~0.11.4"
@@ -34,7 +34,7 @@
3434
"codelyzer": "^6.0.0",
3535
"del": "^6.0.0",
3636
"fs-extra": "^9.0.1",
37-
"jasmine-core": "~3.6.0",
37+
"jasmine-core": "~3.8.0",
3838
"jasmine-spec-reporter": "~5.0.0",
3939
"karma": "~6.3.4",
4040
"karma-chrome-launcher": "~3.1.0",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
defaults
2+
not ios_saf 15.2-15.3
3+
not safari 15.2-15.3

projects/angular-feather/icons/all.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,13 @@ import { Crosshair } from './svg/crosshair';
8585
import { Database } from './svg/database';
8686
import { Delete } from './svg/delete';
8787
import { Disc } from './svg/disc';
88+
import { DivideCircle } from './svg/divide-circle';
89+
import { DivideSquare } from './svg/divide-square';
90+
import { Divide } from './svg/divide';
8891
import { DollarSign } from './svg/dollar-sign';
8992
import { DownloadCloud } from './svg/download-cloud';
9093
import { Download } from './svg/download';
94+
import { Dribbble } from './svg/dribbble';
9195
import { Droplet } from './svg/droplet';
9296
import { Edit2 } from './svg/edit-2';
9397
import { Edit3 } from './svg/edit-3';
@@ -369,9 +373,13 @@ export const allIcons = {
369373
Database,
370374
Delete,
371375
Disc,
376+
DivideCircle,
377+
DivideSquare,
378+
Divide,
372379
DollarSign,
373380
DownloadCloud,
374381
Download,
382+
Dribbble,
375383
Droplet,
376384
Edit2,
377385
Edit3,

projects/angular-feather/icons/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,13 @@ export { Crosshair } from './svg/crosshair';
8585
export { Database } from './svg/database';
8686
export { Delete } from './svg/delete';
8787
export { Disc } from './svg/disc';
88+
export { DivideCircle } from './svg/divide-circle';
89+
export { DivideSquare } from './svg/divide-square';
90+
export { Divide } from './svg/divide';
8891
export { DollarSign } from './svg/dollar-sign';
8992
export { DownloadCloud } from './svg/download-cloud';
9093
export { Download } from './svg/download';
94+
export { Dribbble } from './svg/dribbble';
9195
export { Droplet } from './svg/droplet';
9296
export { Edit2 } from './svg/edit-2';
9397
export { Edit3 } from './svg/edit-3';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const Activity = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="feather feather-activity">
22
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
3-
</svg>`;
3+
</svg>`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const Airplay = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="feather feather-airplay">
22
<path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon>
3-
</svg>`;
3+
</svg>`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const AlertCircle = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="feather feather-alert-circle">
22
<circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line>
3-
</svg>`;
3+
</svg>`

0 commit comments

Comments
 (0)