mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-17 19:04:13 +03:00
153a029c25
* Restructure scripts/ directory And update references to this scripts everywhere. * Update names of file-level constants in bump-version.js * Normalize quotes between all scripts * Move "create-release.yml" scripts to scripts/release * Move slugs table script to scripts/release * Update relative path logic in update-slugs-table.js
13 lines
180 B
JavaScript
13 lines
180 B
JavaScript
{
|
|
title: '%s',
|
|
slug: '%s',
|
|
svg: '%s',
|
|
get path() {
|
|
return this.svg.match(/<path\s+d="([^"]*)/)[1];
|
|
},
|
|
source: '%s',
|
|
hex: '%s',
|
|
guidelines: %s,
|
|
license: %s,
|
|
}
|