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

13 lines
266 B
JavaScript
Raw Normal View History

{
title: '%s',
slug: '%s',
get svg() {
return '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>%s</title><path d="' + this.path + '"/></svg>';
},
path: '%s',
source: '%s',
hex: '%s',
guidelines: %s,
license: %s,
}