First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
41
node_modules/nes.css/scss/icons/like.scss
generated
vendored
Normal file
41
node_modules/nes.css/scss/icons/like.scss
generated
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
$icon-like-colors: (#fff, #333, #2e77be);
|
||||
// prettier-ignore
|
||||
$icon-like: (
|
||||
(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,2,1,1,2,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,2,1,1,2,2,2,2,2,2,0),
|
||||
(0,0,0,0,0,2,1,1,1,1,1,1,1,1,1,2),
|
||||
(0,2,2,2,0,2,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,3,3,3,2,1,1,1,1,1,1,1,1,1,1,2),
|
||||
(2,3,3,3,2,1,1,1,1,1,1,1,1,1,2,0),
|
||||
(2,3,3,3,2,1,1,1,1,1,1,1,1,1,2,0),
|
||||
(2,3,3,3,2,1,1,1,1,1,1,1,1,1,2,0),
|
||||
(2,3,3,3,2,1,1,1,1,1,1,1,1,2,0,0),
|
||||
(2,3,3,3,2,1,1,1,1,1,1,1,1,2,0,0),
|
||||
(0,2,2,2,0,2,2,2,2,2,2,2,2,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)
|
||||
);
|
||||
|
||||
$icon-like-empty-colors: (#adafbb);
|
||||
// prettier-ignore
|
||||
$icon-like-empty: (
|
||||
(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,1,0,0,1,1,1,1,1,1,0),
|
||||
(0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1),
|
||||
(0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,1),
|
||||
(1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1),
|
||||
(1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0),
|
||||
(1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0),
|
||||
(1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0),
|
||||
(1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0),
|
||||
(1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0),
|
||||
(0,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0),
|
||||
(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue