mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-02-24 09:23:50 +01:00
21 lines
701 B
SCSS
21 lines
701 B
SCSS
$icon-twitter-colors: (#fff, #2c9ceb);
|
|
// prettier-ignore
|
|
$icon-twitter: (
|
|
( 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0 ),
|
|
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
|
|
( 2,0,2,2,2,2,2,2,2,1,1,1,2,2,2,2 ),
|
|
( 2,1,1,1,2,2,2,2,1,1,1,1,1,2,2,2 ),
|
|
( 2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,2 ),
|
|
( 2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2 ),
|
|
( 2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2 ),
|
|
( 2,2,2,1,1,1,1,1,1,1,1,1,1,2,2,2 ),
|
|
( 2,2,2,1,1,1,1,1,1,1,1,1,2,2,2,2 ),
|
|
( 2,2,2,2,1,1,1,1,1,1,1,1,2,2,2,2 ),
|
|
( 2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2 ),
|
|
( 2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2 ),
|
|
( 2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2 ),
|
|
( 2,2,2,1,1,1,2,2,2,2,2,2,2,2,2,2 ),
|
|
( 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ),
|
|
( 0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0 )
|
|
);
|