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

12 lines
162 B
JavaScript

{
title: '%s',
slug: '%s',
svg: '%s',
get path() {
return this.svg.match(/<path\s+d="([^"]*)/)[1];
},
source: '%s',
hex: '%s',
license: %s,
}