simple-icons/scripts/build/templates/icon-object.js

13 lines
169 B
JavaScript
Raw Normal View History

{
title: '%s',
slug: '%s',
get svg() {
return a + '%s' + b + this.path + c;
},
path: '%s',
source: '%s',
hex: '%s',
guidelines: %s,
license: %s,
}