mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-08 21:30:47 +02:00
20 lines
664 B
SCSS
20 lines
664 B
SCSS
$icon-whatsapp-colors: (#00ba37, #fff);
|
|
// prettier-ignore
|
|
$icon-whatsapp: (
|
|
( 0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0 ),
|
|
( 0,0,1,1,1,2,2,2,2,2,2,2,1,1,1,0 ),
|
|
( 0,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1 ),
|
|
( 0,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1 ),
|
|
( 0,1,1,2,1,2,2,1,1,1,1,1,1,2,1,1 ),
|
|
( 0,1,2,1,1,2,2,1,1,1,1,1,1,1,2,1 ),
|
|
( 0,1,2,1,1,2,1,1,1,1,1,1,1,1,2,1 ),
|
|
( 0,1,2,1,1,1,2,2,1,1,1,1,1,1,2,1 ),
|
|
( 0,1,2,1,1,1,1,2,2,1,1,1,1,1,2,1 ),
|
|
( 0,1,2,1,1,1,1,1,2,1,2,2,1,1,2,1 ),
|
|
( 0,1,1,2,1,1,1,1,1,2,2,2,1,2,1,1 ),
|
|
( 0,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1 ),
|
|
( 0,1,2,1,2,1,1,1,1,1,1,1,2,1,1,1 ),
|
|
( 0,1,2,2,1,2,2,2,2,2,2,2,1,1,1,0 ),
|
|
( 0,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0 )
|
|
);
|