mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-21 14:42:01 +02:00
21 lines
696 B
SCSS
21 lines
696 B
SCSS
$icon-reddit-colors: (#fff, #f40);
|
|
// prettier-ignore
|
|
$icon-reddit: (
|
|
( 0,0,2,2,2,2,2,2,2,2,2,2,2,2,0,0 ),
|
|
( 0,2,2,2,2,2,2,2,1,1,1,2,1,2,2,0 ),
|
|
( 2,2,2,2,2,2,2,1,2,2,2,1,1,1,2,2 ),
|
|
( 2,2,2,2,2,2,2,1,2,2,2,2,1,2,2,2 ),
|
|
( 2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2 ),
|
|
( 2,1,1,2,1,1,1,1,1,1,1,1,2,1,1,2 ),
|
|
( 2,1,2,1,1,1,1,1,1,1,1,1,1,2,1,2 ),
|
|
( 2,2,1,1,1,2,2,1,1,2,2,1,1,1,2,2 ),
|
|
( 2,1,1,1,1,2,2,1,1,2,2,1,1,1,1,2 ),
|
|
( 2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2 ),
|
|
( 2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2 ),
|
|
( 2,2,1,1,1,2,1,1,1,1,2,1,1,1,2,2 ),
|
|
( 2,2,2,1,1,1,2,2,2,2,1,1,1,2,2,2 ),
|
|
( 2,2,2,2,1,1,1,1,1,1,1,1,2,2,2,2 ),
|
|
( 0,2,2,2,2,2,1,1,1,1,2,2,2,2,2,0 ),
|
|
( 0,0,2,2,2,2,2,2,2,2,2,2,2,2,0,0 )
|
|
);
|