mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-15 01:28:34 +02:00
11 lines
147 B
JavaScript
11 lines
147 B
JavaScript
|
{
|
||
|
title: '%s',
|
||
|
slug: '%s',
|
||
|
svg: '%s',
|
||
|
get path() {
|
||
|
return this.svg.match(/<path\s+d="([^"]*)/)[1];
|
||
|
},
|
||
|
source: '%s',
|
||
|
hex: '%s',
|
||
|
}
|