1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2025-01-25 01:32:58 +02:00
simple-icons/scripts/build/templates/icon-object.js.template

11 lines
140 B
Plaintext
Raw Normal View History

{
title: '%s',
slug: '%s',
get svg() {
return a + '%s' + b + this.path + c;
},
path: '%s',
source: '%s',
2023-05-25 20:45:12 +08:00
hex: '%s',%s%s
}