Skip to content

Commit

Permalink
feat: generate icons
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Jan 14, 2025
1 parent 458d93e commit 281ec1c
Show file tree
Hide file tree
Showing 5,826 changed files with 36,242 additions and 16,570 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/accessible-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAccessibleIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/ad-circle-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAdCircleIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/ad-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAdIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/adjustments-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export class SiAdjustmentsIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/aerial-lift-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAerialLiftIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/affiliate-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAffiliateIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/air-balloon-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export class SiAirBalloonIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alarm-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export class SiAlarmIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alarm-minus-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export class SiAlarmMinusIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alarm-plus-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export class SiAlarmPlusIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alarm-snooze-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export class SiAlarmSnoozeIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alert-circle-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlertCircleIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alert-hexagon-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlertHexagonIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alert-octagon-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlertOctagonIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alert-square-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlertSquareIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlertSquareRoundedIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alert-triangle-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlertTriangleIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/alien-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlienIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxBottomCenterIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxBottomLeftIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxBottomRightIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxCenterMiddleIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxLeftBottomIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxLeftMiddleIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/align-box-left-top-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxLeftTopIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxRightBottomIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxRightMiddleIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxRightTopIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxTopCenterIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/align-box-top-left-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxTopLeftIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAlignBoxTopRightIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/analyze-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export class SiAnalyzeIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
4 changes: 2 additions & 2 deletions libs/tabler-icons/filled/src/icons/app-window-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export class SiAppWindowIcon implements OnInit {
ngOnInit(): void {
const svg = this.elementRef.nativeElement;
this.render.setAttribute(svg, 'xmlns', 'http://www.w3.org/2000/svg');
this.render.setAttribute(svg, 'width', this.width());
this.render.setAttribute(svg, 'height', this.height());
this.render.setAttribute(svg, 'width', this.width().toString());
this.render.setAttribute(svg, 'height', this.height().toString());
this.render.setAttribute(svg, 'viewBox', this.viewBox());
this.render.setAttribute(svg, 'fill', this.fill());
}
Expand Down
Loading

0 comments on commit 281ec1c

Please sign in to comment.