mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Add extension chip
This commit is contained in:
parent
513bbb43cd
commit
56077811f5
2 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,11 @@ const EXTENSION_INFO = {
|
|||
name: 'Force and Acceleration',
|
||||
icon: 'extension-gdxfor.svg',
|
||||
hasStatus: true
|
||||
},
|
||||
boost: {
|
||||
name: 'LEGO BOOST',
|
||||
icon: 'extension-boost.svg',
|
||||
hasStatus: true
|
||||
}
|
||||
};
|
||||
|
||||
|
|
1
static/svgs/project/extension-boost.svg
Normal file
1
static/svgs/project/extension-boost.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path stroke="#7C87A5" fill="#FFF" stroke-linecap="round" stroke-linejoin="round" d="M1 12h38v16H1z"/><path stroke="#E6E7E8" fill="#E6E7E8" stroke-linecap="round" stroke-linejoin="round" d="M16 12v2h1v-1h2v1h1v-2z"/><path d="M14.5 12H22" stroke="#7C87A5" stroke-linecap="square"/><path stroke="#7C87A5" fill="#FFF" stroke-linecap="round" stroke-linejoin="round" d="M1 16h19v6h4v4h-4v2H1z"/><path stroke="#7C87A5" fill="#E6E7E8" stroke-linecap="round" stroke-linejoin="round" d="M1 26h38v2H1zM1 19h9l3 3h4v4H1z"/><circle fill="#FF661A" cx="4.5" cy="22.5" r="1.5"/><circle fill="#7C87A5" cx="22" cy="24" r="1"/><path stroke="#7C87A5" fill="#FFF" stroke-linecap="round" stroke-linejoin="round" d="M29 22h10v4H29z"/><circle fill="#7C87A5" cx="31" cy="24" r="1"/><circle fill="#7C87A5" cx="34" cy="24" r="1"/><circle fill="#7C87A5" cx="37" cy="24" r="1"/><g stroke="#7C87A5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 16v-.5M5 16v-.5M7 16v-.5M9 16v-.5M11 16v-.5M13 16v-.5"/></g><g stroke="#7C87A5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 22v-.5M23 22v-.5"/></g><g stroke="#7C87A5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 12v-.5M5 12v-.5M7 12v-.5M9 12v-.5M11 12v-.5M13 12v-.5"/></g><g stroke="#7C87A5" stroke-linecap="round" stroke-linejoin="round"><path d="M28 12v-.5M26 12v-.5M24 12v-.5M30 12v-.5M32 12v-.5M34 12v-.5M36 12v-.5M38 12v-.5"/></g><g stroke="#7C87A5" stroke-linecap="round" stroke-linejoin="round"><path d="M31 22v-.5M33 22v-.5M35 22v-.5M37 22v-.5"/></g></g></svg>
|
After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in a new issue