MCPcopy
hub / github.com/ashutosh1919/masterPortfolio / emptyCanonicalIcon

Function emptyCanonicalIcon

src/assets/font-awesome/js/all.js:12720–12726  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12718
12719 var styles$1 = namespace.styles;
12720 var emptyCanonicalIcon = function emptyCanonicalIcon() {
12721 return {
12722 prefix: null,
12723 iconName: null,
12724 rest: [],
12725 };
12726 };
12727 function getCanonicalIcon(values) {
12728 return values.reduce(function (acc, cls) {
12729 var iconName = getIconName(config.familyPrefix, cls);

Callers 3

getCanonicalIconFunction · 0.70
maskParserFunction · 0.70
replaceForPositionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected