Awesome
Memory Icons
The Memory icon set contains 22x22 pixelated icons. Ideal for the Sharp Memory 2.7" Display.
Pictogrammers - Memory Icon Library
Usage
TypeScript / JavaScript
ES6 Package allows quick reference to the SVG path data for any icon.
npm install @pictogrammers/memory --save-dev
import { MemoryAccount } from '@pictogrammers/memory';
console.log(MemoryAccount); // M...Z
SVG
This package includes all the SVG files, meta.json
, and font-build.json
.
npm install @pictogrammers/memory-svg --save-dev
Moddable SDK
View the usage instructions for the Moddable SDK
Playdate
View the usage instructions for Playdate devs
Contributions
Create an issue instead of a Pull Request.
Request an Icon
- Create an issue requesting the icon.
- Include examples of the icon.
Contribute an Icon
- Create an issue with the name of the icon.
- Include the source path in a code block.
```svg M...Z ```
- No install, edit Memory icons directly in your browser.
- Start from an existing icon to save time.
- Optimized for pen input.
Development
npm run preview
- Generatesassets/preview.svg
npm run playdate
- Generates Playdate files.