1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-02-25 01:43:33 +01:00
nes.css/scss/icons/heart.scss

21 lines
680 B
SCSS

$icon-heart-colors: (#fff, #444, #f22426, #842300);
// prettier-ignore
$icon-heart: (
(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),
(0,0,2,2,2,0,0,0,0,0,2,2,2,0,0,0),
(0,2,3,3,3,2,0,0,0,2,3,3,4,2,0,0),
(2,3,1,1,3,3,2,0,2,3,3,3,3,4,2,0),
(2,3,1,3,3,3,3,2,3,3,3,3,3,4,2,0),
(2,3,3,3,3,3,3,3,3,3,3,3,3,4,2,0),
(2,3,3,3,3,3,3,3,3,3,3,3,3,4,2,0),
(2,3,3,3,3,3,3,3,3,3,3,3,3,4,2,0),
(0,2,3,3,3,3,3,3,3,3,3,3,4,2,0,0),
(0,0,2,3,3,3,3,3,3,3,3,4,2,0,0,0),
(0,0,0,2,3,3,3,3,3,3,4,2,0,0,0,0),
(0,0,0,0,2,3,3,3,3,4,2,0,0,0,0,0),
(0,0,0,0,0,2,3,3,4,2,0,0,0,0,0,0),
(0,0,0,0,0,0,2,4,2,0,0,0,0,0,0,0),
(0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0),
(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)
);