mirror of
https://github.com/iconify/iconify.git
synced 2024-12-12 13:47:49 +00:00
6 lines
58 B
JavaScript
6 lines
58 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
singleQuote: true,
|
||
|
};
|