1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-26 01:00:27 +02:00
simple-icons/scripts/build/templates/icon-object.js.template
2024-03-24 18:38:18 +01:00

11 lines
140 B
Plaintext

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