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/trophy.scss
generated
vendored
Normal file
41
node_modules/nes.css/scss/icons/trophy.scss
generated
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
$icon-trophy-colors: (#fff, #444, #ebe527, #f59f54);
|
||||
// prettier-ignore
|
||||
$icon-trophy: (
|
||||
(0,0,2,2,2,2,2,2,2,2,2,2,2,0,0,0),
|
||||
(0,0,2,3,3,3,3,3,3,3,3,4,2,0,0,0),
|
||||
(2,2,2,3,1,3,3,3,3,3,3,4,2,2,2,0),
|
||||
(2,0,2,3,1,3,3,3,3,3,3,4,2,0,2,0),
|
||||
(2,0,2,3,1,3,3,3,3,3,3,4,2,0,2,0),
|
||||
(0,2,2,3,1,3,3,3,3,3,3,4,2,2,0,0),
|
||||
(0,0,2,3,1,3,3,3,3,3,3,4,2,0,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,3,2,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,0,2,3,2,0,0,0,0,0,0,0),
|
||||
(0,0,0,0,0,2,2,3,2,2,0,0,0,0,0,0),
|
||||
(0,0,0,0,2,3,3,3,3,4,2,0,0,0,0,0),
|
||||
(0,0,0,0,2,2,2,2,2,2,2,0,0,0,0,0)
|
||||
);
|
||||
|
||||
$icon-trophy-empty-colors: (#adafbb);
|
||||
// prettier-ignore
|
||||
$icon-trophy-empty: (
|
||||
(0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0),
|
||||
(0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0),
|
||||
(1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,0),
|
||||
(1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0),
|
||||
(1,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0),
|
||||
(0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0),
|
||||
(0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0),
|
||||
(0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0),
|
||||
(0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0),
|
||||
(0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0),
|
||||
(0,0,0,0,0,1,0,0,0,1,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,1,0,1,1,0,0,0,0,0,0),
|
||||
(0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0),
|
||||
(0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0)
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue