1.0.1 • Published 8 years ago

google-signin-icon v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

google-signin-icon Build Status

Render a virtual dom google sign in svg icon

Install

$ npm install --save google-signin-icon

Usage

var Icon = require('google-signin-icon')

var vtree = Icon.render()
// Use virtual-dom/create-element to turn it into an element

// also takes height, default 20px
Icon.render({height: '20px')

Development

Run npm run open to test in browser

License

MIT © Andrew Joslin