How to use the faPercent function from @fortawesome/free-solid-svg-icons

Find comprehensive JavaScript @fortawesome/free-solid-svg-icons.faPercent code examples handpicked from public code repositorys.

26
27
28
29
30
31
32
33
34
35
function SetupFormComponent(apiService, commonService) {
  this.apiService = apiService;
  this.commonService = commonService;
  this.faTimesCircle = free_solid_svg_icons_1.faTimesCircle;
  this.close = exports.close;
  this.faPercent = free_solid_svg_icons_1.faPercent;
  this.faEuroSign = free_solid_svg_icons_1.faEuroSign;
  this.isLoading = false;
  this.ivaForm = new forms_1.FormGroup({
    iva: new forms_1.FormControl('', forms_1.Validators.required)
fork icon1
star icon0
watch icon1

+ 9 other calls in file