1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-02-24 17:33:13 +01:00
nes.css/scss/icons/close.scss
2018-11-27 11:33:01 +09:00

21 lines
664 B
SCSS

$icon-close-colors: ($base-color);
// prettier-ignore
$icon-close: (
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
(1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1),
(0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0),
(0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0),
(0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0),
(0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0),
(0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0),
(0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0),
(0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0),
(0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0),
(1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1),
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
(1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1),
);