mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 10:24:12 +03: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',
|
||
|
}
|