1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00
simple-icons/scripts/build/templates/icon-object.js

11 lines
140 B
JavaScript
Raw Normal View History

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