This package has been deprecated

Author message:

This package has been renamed to mta-subway-bullets starting at version 0.4.0.

nyc-subway-icons

0.3.3 • Public • Published

nyc-subway-icons

SVG icons based on current New York City MTA subway lines.

Some notes

  • Uses the official MTA colors.
  • Note: There's no official color for the SIR (Staten Island Railway) line; this is approximated from the MTA website's low-resolution imagery. It doesn't look like the SIR icon is really used anywhere except for the MTA website.
  • A good resource for SVG icons exist in the public domain on Wikipedia, which includes historical lines. I referred to these for guidance, but ultimately created my own from scratch. In comparison, I increased the X-height of each letter in relationship to the circle in my version.

To convert SVG to PNG

Get librsvg for your system, e.g.

brew install librsvg

Then:

for svg in ./svg/*.svg; do rsvg-convert -o "${svg%.svg}".png "$svg"; done

License

I claim no ownership or rights over this work.

CC0.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i nyc-subway-icons

    Weekly Downloads

    3

    Version

    0.3.3

    License

    none

    Unpacked Size

    139 kB

    Total Files

    58

    Last publish

    Collaborators

    • louh