1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-02-25 10:02:29 +01:00
nes.css/scss/icons/heart.scss
2018-09-29 11:03:10 +09:00

20 lines
655 B
SCSS

// prettier-ignore
$heart: (
( 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ),
( 0,0,1,1,1,0,0,0,0,0,1,1,1,0,0,0 ),
( 0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0 ),
( 1,1,0,0,1,1,1,0,1,1,1,1,1,1,1,0 ),
( 1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,0 ),
( 1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0 ),
( 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0 ),
( 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0 ),
( 0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0 ),
( 0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0 ),
( 0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0 ),
( 0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0 ),
( 0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0 ),
( 0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0 ),
( 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0 ),
( 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 )
);