mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Add Makey Makey extension chip
This commit is contained in:
parent
443039389a
commit
8260d7bb5d
2 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,10 @@ const EXTENSION_INFO = {
|
|||
name: 'LEGO MINDSTORMS EV3',
|
||||
icon: 'extension-ev3.svg',
|
||||
hasStatus: true
|
||||
},
|
||||
makeymakey: {
|
||||
name: 'Makey Makey',
|
||||
icon: 'extension-makeymakey.svg'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
1
static/svgs/project/extension-makeymakey.svg
Normal file
1
static/svgs/project/extension-makeymakey.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><style>.st2{fill:red}.st3{fill:#e0e0e0}.st4{fill:none;stroke:#666;stroke-width:.5;stroke-miterlimit:10}</style><path d="M35 28H5a1 1 0 0 1-1-1V12c0-.6.4-1 1-1h30c.5 0 1 .4 1 1v15c0 .5-.5 1-1 1z" fill="#fff" id="Layer_6"/><g id="Layer_4"><path class="st2" d="M4 25h32v2.7H4zM13 24h-2.2a1 1 0 0 1-1-1v-9.7c0-.6.4-1 1-1H13c.6 0 1 .4 1 1V23c0 .6-.5 1-1 1z"/><path class="st2" d="M6.1 19.3v-2.2c0-.5.4-1 1-1h9.7c.5 0 1 .5 1 1v2.2c0 .5-.5 1-1 1H7.1a1 1 0 0 1-1-1z"/><circle class="st2" cx="22.8" cy="18.2" r="3.4"/><circle class="st2" cx="30.6" cy="18.2" r="3.4"/><path class="st2" d="M4.2 27h31.9v.7H4.2z"/></g><g id="Layer_5"><circle class="st3" cx="22.8" cy="18.2" r="2.3"/><circle class="st3" cx="30.6" cy="18.2" r="2.3"/><path class="st3" d="M12.5 22.9h-1.2c-.3 0-.5-.2-.5-.5V14c0-.3.2-.5.5-.5h1.2c.3 0 .5.2.5.5v8.4c0 .3-.2.5-.5.5z"/><path class="st3" d="M7.2 18.7v-1.2c0-.3.2-.5.5-.5h8.4c.3 0 .5.2.5.5v1.2c0 .3-.2.5-.5.5H7.7c-.3 0-.5-.2-.5-.5zM4 26h32v2H4z"/></g><g id="Layer_3"><path class="st4" d="M35.2 27.9H4.8a1 1 0 0 1-1-1V12.1c0-.6.5-1 1-1h30.5c.5 0 1 .4 1 1V27a1 1 0 0 1-1.1.9z"/><path class="st4" d="M35.2 27.9H4.8a1 1 0 0 1-1-1V12.1c0-.6.5-1 1-1h30.5c.5 0 1 .4 1 1V27a1 1 0 0 1-1.1.9z"/></g></svg>
|
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in a new issue