Skip to content

Commit

Permalink
fix: Custom icon viewboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
b12f committed Jul 20, 2023
1 parent 188711b commit 05df24f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-bugs-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openproject/octicons': patch
---

fix: Custom icon viewboxes
3 changes: 0 additions & 3 deletions icons/op-iconfont-scaler-24.svg

This file was deleted.

2 changes: 1 addition & 1 deletion icons/op-time-tracking-running-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/op-time-tracking-start-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/op-time-tracking-stop-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/octicons_angular/script/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const icons = Object.entries(octicons)
template: \`
<title *ngIf="title">{{title}}</title>
<path [outerHTML]="sanitizer.bypassSecurityTrustHtml(path)"></path>
<div [outerHTML]="sanitizer.bypassSecurityTrustHtml(path)"></div>
\`,
})
export class Op${name} extends OpOcticonComponentBase {
Expand Down

0 comments on commit 05df24f

Please sign in to comment.