mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-21 14:42:01 +02:00
21 lines
672 B
SCSS
21 lines
672 B
SCSS
$icon-linkedin-colors: (#fff, #2577b9);
|
|
// prettier-ignore
|
|
$icon-linkedin: (
|
|
(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,2,1,1,1,2,2,2,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,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,2),
|
|
(2,2,1,1,1,2,1,1,1,2,1,1,1,2,2,2),
|
|
(2,2,1,1,1,2,1,1,1,1,1,1,1,1,2,2),
|
|
(2,2,1,1,1,2,1,1,1,1,1,1,1,1,2,2),
|
|
(2,2,1,1,1,2,1,1,1,1,2,1,1,1,2,2),
|
|
(2,2,1,1,1,2,1,1,1,2,2,1,1,1,2,2),
|
|
(2,2,1,1,1,2,1,1,1,2,2,1,1,1,2,2),
|
|
(2,2,1,1,1,2,1,1,1,2,2,1,1,1,2,2),
|
|
(2,2,1,1,1,2,1,1,1,2,2,1,1,1,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),
|
|
);
|