Pictogrammers / Memory

Memory Icon Set; ideal for use with Sharp Memory Display 2.7"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Icons

The Memory icon set contains 22x22 pixelated icons. Ideal for the Sharp Memory 2.7" Display.

Preview

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

  1. Create an issue requesting the icon.
  2. Include examples of the icon.

Contribute an Icon

  1. Create an issue with the name of the icon.
  2. Include the source path in a code block.
    ```svg
    M...Z
    ```

Pictogrammers - Pixel Editor

  • 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 - Generates assets/preview.svg
  • npm run playdate - Generates Playdate files.

About

Memory Icon Set; ideal for use with Sharp Memory Display 2.7"

License:Other


Languages

Language:TypeScript 72.3%Language:JavaScript 21.2%Language:Lua 6.5%