Code Duplication    Length = 1-1 lines in 6 locations

public/fontawesome-free-5.0.9/advanced-options/use-with-node-js/fontawesome-free-regular/index.js 1 location

@@ 89-89 (lines=1) @@
86
  return target;
87
};
88
89
function define(prefix, icons) {
90
  var normalized = Object.keys(icons).reduce(function (acc, iconName) {
91
    var icon = icons[iconName];
92
    var expanded = !!icon.icon;

public/fontawesome-free-5.0.9/advanced-options/use-with-node-js/fontawesome-free-brands/index.js 1 location

@@ 89-89 (lines=1) @@
86
  return target;
87
};
88
89
function define(prefix, icons) {
90
  var normalized = Object.keys(icons).reduce(function (acc, iconName) {
91
    var icon = icons[iconName];
92
    var expanded = !!icon.icon;

public/fontawesome-free-5.0.9/advanced-options/use-with-node-js/fontawesome-free-solid/index.js 1 location

@@ 89-89 (lines=1) @@
86
  return target;
87
};
88
89
function define(prefix, icons) {
90
  var normalized = Object.keys(icons).reduce(function (acc, iconName) {
91
    var icon = icons[iconName];
92
    var expanded = !!icon.icon;

public/fontawesome-free-5.0.9/svg-with-js/js/fa-solid.js 1 location

@@ 86-86 (lines=1) @@
83
  return target;
84
};
85
86
function define(prefix, icons) {
87
  var normalized = Object.keys(icons).reduce(function (acc, iconName) {
88
    var icon = icons[iconName];
89
    var expanded = !!icon.icon;

public/fontawesome-free-5.0.9/svg-with-js/js/fa-brands.js 1 location

@@ 86-86 (lines=1) @@
83
  return target;
84
};
85
86
function define(prefix, icons) {
87
  var normalized = Object.keys(icons).reduce(function (acc, iconName) {
88
    var icon = icons[iconName];
89
    var expanded = !!icon.icon;

public/fontawesome-free-5.0.9/svg-with-js/js/fa-regular.js 1 location

@@ 86-86 (lines=1) @@
83
  return target;
84
};
85
86
function define(prefix, icons) {
87
  var normalized = Object.keys(icons).reduce(function (acc, iconName) {
88
    var icon = icons[iconName];
89
    var expanded = !!icon.icon;