ngx-tabler-icons
Version:
Tabler Icons library for Angular applications
35 lines • 5.55 kB
JavaScript
import { Component, Input, Inject, Optional, ChangeDetectionStrategy } from '@angular/core';
import * as i0 from "@angular/core";
export class ITablerMoonFilledComponent {
constructor(defaultStrokeWidth) {
this.defaultStrokeWidth = defaultStrokeWidth;
this.size = 24;
this.strokeWidth = this.defaultStrokeWidth || 1.5;
}
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ITablerMoonFilledComponent, deps: [{ token: 'TABLER_ICON_STROKE_WIDTH', optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.2", type: ITablerMoonFilledComponent, isStandalone: true, selector: "i-tabler-moon-filled", inputs: { size: "size", strokeWidth: "strokeWidth" }, ngImport: i0, template: `
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-moon-filled" [attr.width]="size" [attr.height]="size" viewBox="0 0 24 24" [attr.stroke-width]="strokeWidth" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 1.992a10 10 0 1 0 9.236 13.838c.341 -.82 -.476 -1.644 -1.298 -1.31a6.5 6.5 0 0 1 -6.864 -10.787l.077 -.08c.551 -.63 .113 -1.653 -.758 -1.653h-.266l-.068 -.006l-.06 -.002z" stroke-width="0" fill="currentColor"></path>
</svg>
`, isInline: true, styles: [":host{display:inline-flex;align-items:center;justify-content:center}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: ITablerMoonFilledComponent, decorators: [{
type: Component,
args: [{ selector: 'i-tabler-moon-filled', standalone: true, template: `
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-moon-filled" [attr.width]="size" [attr.height]="size" viewBox="0 0 24 24" [attr.stroke-width]="strokeWidth" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M12 1.992a10 10 0 1 0 9.236 13.838c.341 -.82 -.476 -1.644 -1.298 -1.31a6.5 6.5 0 0 1 -6.864 -10.787l.077 -.08c.551 -.63 .113 -1.653 -.758 -1.653h-.266l-.068 -.006l-.06 -.002z" stroke-width="0" fill="currentColor"></path>
</svg>
`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:inline-flex;align-items:center;justify-content:center}\n"] }]
}], ctorParameters: () => [{ type: undefined, decorators: [{
type: Optional
}, {
type: Inject,
args: ['TABLER_ICON_STROKE_WIDTH']
}] }], propDecorators: { size: [{
type: Input
}], strokeWidth: [{
type: Input
}] } });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9vbi1maWxsZWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LXRhYmxlci1pY29ucy9zcmMvbGliL21vb24tZmlsbGVkLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLHVCQUF1QixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQXNCOUYsTUFBTSxPQUFPLDBCQUEwQjtJQUlyQyxZQUdVLGtCQUEwQjtRQUExQix1QkFBa0IsR0FBbEIsa0JBQWtCLENBQVE7UUFOM0IsU0FBSSxHQUFHLEVBQUUsQ0FBQztRQUNWLGdCQUFXLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixJQUFJLEdBQUcsQ0FBQztJQU1uRCxDQUFDOzhHQVJPLDBCQUEwQixrQkFNM0IsMEJBQTBCO2tHQU56QiwwQkFBMEIsc0lBakIzQjs7Ozs7R0FLVDs7MkZBWVUsMEJBQTBCO2tCQXBCdEMsU0FBUzsrQkFDRSxzQkFBc0IsY0FDcEIsSUFBSSxZQUNOOzs7OztHQUtULG1CQVVnQix1QkFBdUIsQ0FBQyxNQUFNOzswQkFPNUMsUUFBUTs7MEJBQ1IsTUFBTTsyQkFBQywwQkFBMEI7eUNBTDNCLElBQUk7c0JBQVosS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiICBpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBJbmplY3QsIE9wdGlvbmFsLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpLXRhYmxlci1tb29uLWZpbGxlZCcsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHRlbXBsYXRlOiBgXG4gICAgPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgY2xhc3M9XCJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLW1vb24tZmlsbGVkXCIgW2F0dHIud2lkdGhdPVwic2l6ZVwiIFthdHRyLmhlaWdodF09XCJzaXplXCIgdmlld0JveD1cIjAgMCAyNCAyNFwiIFthdHRyLnN0cm9rZS13aWR0aF09XCJzdHJva2VXaWR0aFwiIHN0cm9rZT1cImN1cnJlbnRDb2xvclwiIGZpbGw9XCJub25lXCIgc3Ryb2tlLWxpbmVjYXA9XCJyb3VuZFwiIHN0cm9rZS1saW5lam9pbj1cInJvdW5kXCI+XG4gICA8cGF0aCBzdHJva2U9XCJub25lXCIgZD1cIk0wIDBoMjR2MjRIMHpcIiBmaWxsPVwibm9uZVwiPjwvcGF0aD5cbiAgIDxwYXRoIGQ9XCJNMTIgMS45OTJhMTAgMTAgMCAxIDAgOS4yMzYgMTMuODM4Yy4zNDEgLS44MiAtLjQ3NiAtMS42NDQgLTEuMjk4IC0xLjMxYTYuNSA2LjUgMCAwIDEgLTYuODY0IC0xMC43ODdsLjA3NyAtLjA4Yy41NTEgLS42MyAuMTEzIC0xLjY1MyAtLjc1OCAtMS42NTNoLS4yNjZsLS4wNjggLS4wMDZsLS4wNiAtLjAwMnpcIiBzdHJva2Utd2lkdGg9XCIwXCIgZmlsbD1cImN1cnJlbnRDb2xvclwiPjwvcGF0aD5cbjwvc3ZnPlxuICBgLFxuICBzdHlsZXM6IFtcbiAgICBgXG4gICAgICA6aG9zdCB7XG4gICAgICAgIGRpc3BsYXk6IGlubGluZS1mbGV4O1xuICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICAgIH1cbiAgICBgLFxuICBdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgSVRhYmxlck1vb25GaWxsZWRDb21wb25lbnQge1xuICBASW5wdXQoKSBzaXplID0gMjQ7XG4gIEBJbnB1dCgpIHN0cm9rZVdpZHRoID0gdGhpcy5kZWZhdWx0U3Ryb2tlV2lkdGggfHwgMS41O1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBPcHRpb25hbCgpXG4gICAgQEluamVjdCgnVEFCTEVSX0lDT05fU1RST0tFX1dJRFRIJylcbiAgICBwcml2YXRlIGRlZmF1bHRTdHJva2VXaWR0aDogbnVtYmVyXG4gICkge31cbn1cbiJdfQ==